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
99 changes: 62 additions & 37 deletions src/digital-marketing.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<title>Digital Marketing | GrowCraft</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">

<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/js/bootstrap.bundle.min.js"></script>

Expand Down Expand Up @@ -837,45 +839,68 @@ <h3>Conversion Rate Optimization</h3>
</div>
</section>

<section class="services-section">
<div class="container">
<h2 class="section-title">Our Digital Marketing Services</h2>
<p class="section-subtitle">
From SEO and paid ads to social media and email campaigns, we provide a holistic
approach to building your online presence and driving business growth.
</p>
<div class="services-grid">
<div class="service-card">
<h3>Search Engine Optimization (SEO)</h3>
<p>Improve your search engine rankings and increase organic traffic with our expert SEO strategies.</p>
</div>
<div class="service-card">
<h3>Pay-Per-Click (PPC) Advertising</h3>
<p>Run targeted ad campaigns on Google, Bing, and other platforms to generate immediate leads and sales.</p>
</div>
<div class="service-card">
<h3>Social Media Marketing (SMM)</h3>
<p>Build a strong brand community and drive engagement with strategic social media campaigns.</p>
</div>
<div class="service-card">
<h3>Email Marketing</h3>
<p>Develop automated email campaigns and newsletters to nurture leads and retain customers.</p>
</div>
<div class="service-card">
<h3>Content Marketing</h3>
<p>Create and distribute valuable, relevant content to attract and engage a clearly defined audience.</p>
</div>
<div class="service-card">
<h3>Analytics & Reporting</h3>
<p>Gain insights with detailed performance reports to optimize your campaigns and maximize ROI.</p>
</div>
<div class="service-card">
<h3>Website & Funnel Optimization</h3>
<p>Improve user experience and conversion rates through data-driven website and sales funnel analysis.</p>
</div>
<section class="pillars-section">
<div class="container">
<h2 class="section-title">Our Digital Marketing Services</h2>
<p class="section-subtitle">
From SEO and paid ads to social media and email campaigns, we provide a holistic
approach to building your online presence and driving business growth.
</p>
<div class="pillars-grid">

<!-- SEO -->
<div class="pillar-card">
<span class="icon"><i class="fas fa-search pillar-icon"></i></span>
<h3>Search Engine Optimization (SEO)</h3>
<p>Improve your search engine rankings and increase organic traffic with our expert SEO strategies.</p>
</div>

<!-- PPC -->
<div class="pillar-card">
<span class="icon"><i class="fas fa-bullseye pillar-icon"></i></span>
<h3>Pay-Per-Click (PPC) Advertising</h3>
<p>Run targeted ad campaigns on Google, Bing, and other platforms to generate immediate leads and sales.</p>
</div>

<!-- Social Media Marketing -->
<div class="pillar-card">
<span class="icon"><i class="fas fa-users pillar-icon"></i></span>
<h3>Social Media Marketing (SMM)</h3>
<p>Build a strong brand community and drive engagement with strategic social media campaigns.</p>
</div>

<!-- Email Marketing -->
<div class="pillar-card">
<span class="icon"><i class="fas fa-envelope pillar-icon"></i></span>
<h3>Email Marketing</h3>
<p>Develop automated email campaigns and newsletters to nurture leads and retain customers.</p>
</div>

<!-- Content Marketing -->
<div class="pillar-card">
<span class="icon"><i class="fas fa-file-alt pillar-icon"></i></span>
<h3>Content Marketing</h3>
<p>Create and distribute valuable, relevant content to attract and engage a clearly defined audience.</p>
</div>

<!-- Analytics & Reporting -->
<div class="pillar-card">
<span class="icon"><i class="fas fa-chart-pie pillar-icon"></i></span>

<h3>Analytics & Reporting</h3>
<p>Gain insights with detailed performance reports to optimize your campaigns and maximize ROI.</p>
</div>

<!-- Website & Funnel Optimization -->
<div class="pillar-card">
<span class="icon"><i class="fas fa-laptop-code pillar-icon"></i></span>
<h3>Website & Funnel Optimization</h3>
<p>Improve user experience and conversion rates through data-driven website and sales funnel analysis.</p>
</div>

</div>
</section>
</div>
</section>

<section class="benefits-alt-section">
<div class="container">
Expand Down