oldmonk69 commited on
Commit
49c94ec
·
verified ·
1 Parent(s): fda7060

Add a 'Hire on Fiverr' button/link to the homepage. Place it near the 'Get Started' buttons in the hero section or in the navigation/header area. The link should be https://www.fiverr.com/s/LdEjvBp and should be clearly labeled as 'Hire on Fiverr' or similar. Make it prominent and styled consistently with the other call-to-action buttons.

Browse files
Files changed (1) hide show
  1. index.html +8 -3
index.html CHANGED
@@ -160,8 +160,9 @@
160
  </nav>
161
  <div class="flex items-center gap-4">
162
  <a href="#contact" data-page="contact" class="glow-button rounded-lg bg-gradient-to-r from-primary-600 to-secondary-600 px-5 py-2.5 text-sm font-bold text-white shadow-lg transition-all hover:opacity-90 hover:shadow-xl">Get Started</a>
 
163
  </div>
164
- </div>
165
  </header>
166
  <main class="flex-grow">
167
  <!-- Page Content Sections -->
@@ -178,8 +179,9 @@
178
  </div>
179
  <div class="mt-4 flex flex-wrap justify-center gap-4 animate-fade-in-up delay-200">
180
  <a href="#contact" data-page="contact" class="glow-button rounded-lg bg-gradient-to-r from-primary-600 to-secondary-600 px-6 py-3 text-base font-bold text-white transition-opacity hover:opacity-90">Get Started</a>
 
181
  </div>
182
- </div>
183
  </div>
184
  </div>
185
  <div class="py-16 text-center sm:py-24">
@@ -244,8 +246,11 @@
244
  <a href="#contact" data-page="contact" class="nav-link glow-button rounded-lg bg-gradient-to-r from-primary-600 to-secondary-600 px-8 py-3 text-base font-bold text-white transition-opacity hover:opacity-90">
245
  Get Started Today
246
  </a>
 
 
 
247
  </div>
248
- </div>
249
  </div>
250
  </section>
251
  <!-- SERVICES PAGE -->
 
160
  </nav>
161
  <div class="flex items-center gap-4">
162
  <a href="#contact" data-page="contact" class="glow-button rounded-lg bg-gradient-to-r from-primary-600 to-secondary-600 px-5 py-2.5 text-sm font-bold text-white shadow-lg transition-all hover:opacity-90 hover:shadow-xl">Get Started</a>
163
+ <a href="https://www.fiverr.com/s/LdEjvBp" target="_blank" class="glow-button rounded-lg bg-gradient-to-r from-green-500 to-emerald-600 px-5 py-2.5 text-sm font-bold text-white shadow-lg transition-all hover:opacity-90 hover:shadow-xl">Hire on Fiverr</a>
164
  </div>
165
+ </div>
166
  </header>
167
  <main class="flex-grow">
168
  <!-- Page Content Sections -->
 
179
  </div>
180
  <div class="mt-4 flex flex-wrap justify-center gap-4 animate-fade-in-up delay-200">
181
  <a href="#contact" data-page="contact" class="glow-button rounded-lg bg-gradient-to-r from-primary-600 to-secondary-600 px-6 py-3 text-base font-bold text-white transition-opacity hover:opacity-90">Get Started</a>
182
+ <a href="https://www.fiverr.com/s/LdEjvBp" target="_blank" class="glow-button rounded-lg bg-gradient-to-r from-green-500 to-emerald-600 px-6 py-3 text-base font-bold text-white transition-opacity hover:opacity-90">Hire on Fiverr</a>
183
  </div>
184
+ </div>
185
  </div>
186
  </div>
187
  <div class="py-16 text-center sm:py-24">
 
246
  <a href="#contact" data-page="contact" class="nav-link glow-button rounded-lg bg-gradient-to-r from-primary-600 to-secondary-600 px-8 py-3 text-base font-bold text-white transition-opacity hover:opacity-90">
247
  Get Started Today
248
  </a>
249
+ <a href="https://www.fiverr.com/s/LdEjvBp" target="_blank" class="nav-link glow-button rounded-lg bg-gradient-to-r from-green-500 to-emerald-600 px-8 py-3 text-base font-bold text-white transition-opacity hover:opacity-90 ml-4">
250
+ Hire on Fiverr
251
+ </a>
252
  </div>
253
+ </div>
254
  </div>
255
  </section>
256
  <!-- SERVICES PAGE -->