Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/digital-marketing.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@

.gc-title-gradient {
background: linear-gradient(90deg, var(--gc-primary-1), var(--gc-primary-2));
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}

Expand Down Expand Up @@ -460,7 +460,7 @@
.gc-status-value {
font: 800 22px/1 ui-sans-serif, system-ui;
background: linear-gradient(90deg, var(--gc-primary-1), var(--gc-primary-2));
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

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

<!-- Footer section starts here (Contact us) -->
<footer class="gc-footer py-5")>
<footer class="gc-footer py-5">
<div class="container">
<div class="row gy-4">
<div class="col-md-3">
Expand Down