Skip to content

Commit 6102080

Browse files
Merge pull request #592 from Riya-Kharade/issue_582
Card Design in Digital Services Section Completed
2 parents e84680b + 4271a1a commit 6102080

File tree

1 file changed

+62
-37
lines changed

1 file changed

+62
-37
lines changed

src/digital-marketing.html

Lines changed: 62 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<title>Digital Marketing | GrowCraft</title>
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
99
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css" rel="stylesheet">
10+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
11+
1012
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"></script>
1113
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/js/bootstrap.bundle.min.js"></script>
1214

@@ -837,45 +839,68 @@ <h3>Conversion Rate Optimization</h3>
837839
</div>
838840
</section>
839841

840-
<section class="services-section">
841-
<div class="container">
842-
<h2 class="section-title">Our Digital Marketing Services</h2>
843-
<p class="section-subtitle">
844-
From SEO and paid ads to social media and email campaigns, we provide a holistic
845-
approach to building your online presence and driving business growth.
846-
</p>
847-
<div class="services-grid">
848-
<div class="service-card">
849-
<h3>Search Engine Optimization (SEO)</h3>
850-
<p>Improve your search engine rankings and increase organic traffic with our expert SEO strategies.</p>
851-
</div>
852-
<div class="service-card">
853-
<h3>Pay-Per-Click (PPC) Advertising</h3>
854-
<p>Run targeted ad campaigns on Google, Bing, and other platforms to generate immediate leads and sales.</p>
855-
</div>
856-
<div class="service-card">
857-
<h3>Social Media Marketing (SMM)</h3>
858-
<p>Build a strong brand community and drive engagement with strategic social media campaigns.</p>
859-
</div>
860-
<div class="service-card">
861-
<h3>Email Marketing</h3>
862-
<p>Develop automated email campaigns and newsletters to nurture leads and retain customers.</p>
863-
</div>
864-
<div class="service-card">
865-
<h3>Content Marketing</h3>
866-
<p>Create and distribute valuable, relevant content to attract and engage a clearly defined audience.</p>
867-
</div>
868-
<div class="service-card">
869-
<h3>Analytics & Reporting</h3>
870-
<p>Gain insights with detailed performance reports to optimize your campaigns and maximize ROI.</p>
871-
</div>
872-
<div class="service-card">
873-
<h3>Website & Funnel Optimization</h3>
874-
<p>Improve user experience and conversion rates through data-driven website and sales funnel analysis.</p>
875-
</div>
842+
<section class="pillars-section">
843+
<div class="container">
844+
<h2 class="section-title">Our Digital Marketing Services</h2>
845+
<p class="section-subtitle">
846+
From SEO and paid ads to social media and email campaigns, we provide a holistic
847+
approach to building your online presence and driving business growth.
848+
</p>
849+
<div class="pillars-grid">
850+
851+
<!-- SEO -->
852+
<div class="pillar-card">
853+
<span class="icon"><i class="fas fa-search pillar-icon"></i></span>
854+
<h3>Search Engine Optimization (SEO)</h3>
855+
<p>Improve your search engine rankings and increase organic traffic with our expert SEO strategies.</p>
856+
</div>
857+
858+
<!-- PPC -->
859+
<div class="pillar-card">
860+
<span class="icon"><i class="fas fa-bullseye pillar-icon"></i></span>
861+
<h3>Pay-Per-Click (PPC) Advertising</h3>
862+
<p>Run targeted ad campaigns on Google, Bing, and other platforms to generate immediate leads and sales.</p>
876863
</div>
864+
865+
<!-- Social Media Marketing -->
866+
<div class="pillar-card">
867+
<span class="icon"><i class="fas fa-users pillar-icon"></i></span>
868+
<h3>Social Media Marketing (SMM)</h3>
869+
<p>Build a strong brand community and drive engagement with strategic social media campaigns.</p>
870+
</div>
871+
872+
<!-- Email Marketing -->
873+
<div class="pillar-card">
874+
<span class="icon"><i class="fas fa-envelope pillar-icon"></i></span>
875+
<h3>Email Marketing</h3>
876+
<p>Develop automated email campaigns and newsletters to nurture leads and retain customers.</p>
877+
</div>
878+
879+
<!-- Content Marketing -->
880+
<div class="pillar-card">
881+
<span class="icon"><i class="fas fa-file-alt pillar-icon"></i></span>
882+
<h3>Content Marketing</h3>
883+
<p>Create and distribute valuable, relevant content to attract and engage a clearly defined audience.</p>
884+
</div>
885+
886+
<!-- Analytics & Reporting -->
887+
<div class="pillar-card">
888+
<span class="icon"><i class="fas fa-chart-pie pillar-icon"></i></span>
889+
890+
<h3>Analytics & Reporting</h3>
891+
<p>Gain insights with detailed performance reports to optimize your campaigns and maximize ROI.</p>
892+
</div>
893+
894+
<!-- Website & Funnel Optimization -->
895+
<div class="pillar-card">
896+
<span class="icon"><i class="fas fa-laptop-code pillar-icon"></i></span>
897+
<h3>Website & Funnel Optimization</h3>
898+
<p>Improve user experience and conversion rates through data-driven website and sales funnel analysis.</p>
899+
</div>
900+
877901
</div>
878-
</section>
902+
</div>
903+
</section>
879904

880905
<section class="benefits-alt-section">
881906
<div class="container">

0 commit comments

Comments
 (0)