Merge version_1 into main #5
@@ -69,9 +69,9 @@ const HomePage = () => {
|
||||
title="Elevate Your Online Presence with Expert SEO"
|
||||
description="We specialize in SEO, email marketing, social media management, and custom website building. Transform your digital strategy and dominate search rankings."
|
||||
tag="Digital Marketing Agency"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Learn More", href: "#services" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQ7PHH9NqPM1K1BTBrPmQtSXT/a-modern-sleek-seo-analytics-dashboard-w-1772556906542-bcedd1c9.png"
|
||||
@@ -137,23 +137,23 @@ const HomePage = () => {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "new-client", badge: "Starter", price: "$1,000–$1,250", subtitle: "per month", buttons: [{ text: "Get Started", href: "/contact" }],
|
||||
id: "new-client", badge: "Starter", price: "$1,000–$1,250", subtitle: "per month", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
features: [
|
||||
"Full website SEO optimization", "Service page expansion", "1–2 city pages per month", "Google Business Profile optimization", "Basic technical SEO", "Monthly reporting", "Strategy call"],
|
||||
},
|
||||
{
|
||||
id: "growth", badge: "Most Popular", badgeIcon: Crown,
|
||||
price: "$1,750", subtitle: "per month", buttons: [{ text: "Get Started", href: "/contact" }],
|
||||
price: "$1,750", subtitle: "per month", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
features: [
|
||||
"Everything in Starter", "Blog content (1–2 posts/month)", "Basic backlink outreach", "Email capture + nurture setup", "Conversion improvements", "Enhanced reporting"],
|
||||
},
|
||||
{
|
||||
id: "addon-social", badge: "Add-On", price: "$400", subtitle: "per month", buttons: [{ text: "Add Now", href: "/contact" }],
|
||||
id: "addon-social", badge: "Add-On", price: "$400", subtitle: "per month", buttons: [{ text: "Add Now", href: "#contact" }],
|
||||
features: [
|
||||
"Social media optimization", "Content calendar management", "Platform monitoring", "Engagement strategy"],
|
||||
},
|
||||
{
|
||||
id: "addon-email", badge: "Add-On", price: "$350", subtitle: "per month", buttons: [{ text: "Add Now", href: "/contact" }],
|
||||
id: "addon-email", badge: "Add-On", price: "$350", subtitle: "per month", buttons: [{ text: "Add Now", href: "#contact" }],
|
||||
features: [
|
||||
"Email marketing management", "Campaign setup & optimization", "List building strategy", "Performance analytics"],
|
||||
},
|
||||
@@ -203,7 +203,7 @@ const HomePage = () => {
|
||||
names={[
|
||||
"TechFlow", "Growth Ventures", "Digital Innovations", "Premier Services", "Enterprise Corp", "StartUp Hub", "Innovation Labs", "Market Leaders"]}
|
||||
speed={40}
|
||||
showCard={false}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -214,7 +214,7 @@ const HomePage = () => {
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Schedule a Consultation", href: "/contact" },
|
||||
{ text: "Schedule a Consultation", href: "#contact" },
|
||||
{ text: "View Case Studies", href: "#testimonials" },
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user