furabut commited on
Commit
765f74e
·
verified ·
1 Parent(s): 94cfb01

good same popup that you show on Get started now button should also show on when clicked on Get your free aai audit button

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -32,10 +32,10 @@
32
  Stop wasting time on manual tasks. Our AI solutions automate 80% of your workflow in just 7 days.
33
  </p>
34
  <div class="flex flex-col md:flex-row justify-center gap-4">
35
- <button class="bg-gradient-to-r from-purple-600 to-pink-500 px-8 py-4 rounded-full font-bold text-lg cta-button hover:opacity-90 transition">
36
  Get Your Free AI Audit
37
  </button>
38
- </div>
39
  <div class="mt-12">
40
  <div class="relative inline-block">
41
  <img src="http://static.photos/technology/1024x576/5" alt="AI Automation" class="rounded-xl w-full max-w-4xl border-2 border-purple-500/30">
@@ -92,10 +92,10 @@
92
  </div>
93
 
94
  <div class="text-center mt-12">
95
- <button class="bg-gradient-to-r from-purple-600 to-pink-500 px-8 py-4 rounded-full font-bold text-lg cta-button hover:opacity-90 transition">
96
  Get Your Free AI Audit
97
  </button>
98
- </div>
99
  </div>
100
  </section>
101
  <!-- Solution Section -->
 
32
  Stop wasting time on manual tasks. Our AI solutions automate 80% of your workflow in just 7 days.
33
  </p>
34
  <div class="flex flex-col md:flex-row justify-center gap-4">
35
+ <button onclick="openContactModal()" class="bg-gradient-to-r from-purple-600 to-pink-500 px-8 py-4 rounded-full font-bold text-lg cta-button hover:opacity-90 transition">
36
  Get Your Free AI Audit
37
  </button>
38
+ </div>
39
  <div class="mt-12">
40
  <div class="relative inline-block">
41
  <img src="http://static.photos/technology/1024x576/5" alt="AI Automation" class="rounded-xl w-full max-w-4xl border-2 border-purple-500/30">
 
92
  </div>
93
 
94
  <div class="text-center mt-12">
95
+ <button onclick="openContactModal()" class="bg-gradient-to-r from-purple-600 to-pink-500 px-8 py-4 rounded-full font-bold text-lg cta-button hover:opacity-90 transition">
96
  Get Your Free AI Audit
97
  </button>
98
+ </div>
99
  </div>
100
  </section>
101
  <!-- Solution Section -->