Skip to content

Commit 05646ac

Browse files
committed
get a free proposal and see our work tab links fixed in digital marketing section
1 parent baa3ed4 commit 05646ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/digital-marketing.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210

211211
.gc-title-gradient {
212212
background: linear-gradient(90deg, var(--gc-primary-1), var(--gc-primary-2));
213-
-webkit-background-clip: text;
213+
background-clip: text;
214214
-webkit-text-fill-color: transparent;
215215
}
216216

@@ -460,7 +460,7 @@
460460
.gc-status-value {
461461
font: 800 22px/1 ui-sans-serif, system-ui;
462462
background: linear-gradient(90deg, var(--gc-primary-1), var(--gc-primary-2));
463-
-webkit-background-clip: text;
463+
background-clip: text;
464464
color: transparent;
465465
}
466466

@@ -1439,15 +1439,15 @@ <h3>PPC Conversion Rate</h3>
14391439
<h2>Ready to Accelerate Your <span class="gc-gradient">Online Presence?</span></h2>
14401440
<p>Partner with us to create a digital marketing strategy that delivers real, tangible results for your business.</p>
14411441
<div class="gc-cta-buttons">
1442-
<a href="#contact" class="gc-btn-cta-primary">🚀 Get a Free Proposal</a>
1443-
<a href="#portfolio" class="gc-btn-cta-secondary">See Our Work</a>
1442+
<a href="contact.html" class="gc-btn-cta-primary">🚀 Get a Free Proposal</a>
1443+
<a href="../work.html" class="gc-btn-cta-secondary">See Our Work</a>
14441444
</div>
14451445
</div>
14461446
</div>
14471447
</section>
14481448

14491449
<!-- Footer section starts here (Contact us) -->
1450-
<footer class="gc-footer py-5")>
1450+
<footer class="gc-footer py-5">
14511451
<div class="container">
14521452
<div class="row gy-4">
14531453
<div class="col-md-3">

0 commit comments

Comments
 (0)