Merge version_1 into main #1
@@ -10,7 +10,7 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { BarChart3, Clock, DollarSign, MapPin, Rocket, TrendingUp, Zap } from 'lucide-react';
|
||||
import { BarChart3, Clock, DollarSign, MapPin, Rocket, TrendingUp, Zap, Sparkles } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -71,11 +71,14 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
title="Powered by Industry-Leading Platforms"
|
||||
description="We leverage the best SEO tools and Google's own systems to guarantee results"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google", "Google Business", "Semrush", "Ahrefs", "Yoast", "Moz", "HubSpot", "Bright Local"
|
||||
]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWupiHYHmxSbMONK3ImJeBB7MY/the-official-google-logo-in-a-clean-vect-1772721273690-89504094.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWupiHYHmxSbMONK3ImJeBB7MY/the-google-business-profile-logo-or-goog-1772721274269-c9637ead.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWupiHYHmxSbMONK3ImJeBB7MY/the-semrush-seo-tool-logo-in-professiona-1772721275343-d2a8f5f1.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWupiHYHmxSbMONK3ImJeBB7MY/the-ahrefs-seo-platform-logo-in-clean-pr-1772721274403-87f75f53.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWupiHYHmxSbMONK3ImJeBB7MY/the-yoast-seo-plugin-logo-in-professiona-1772721274951-0c8474c1.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWupiHYHmxSbMONK3ImJeBB7MY/the-moz-seo-platform-logo-in-clean-vecto-1772721274332-957c554f.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWupiHYHmxSbMONK3ImJeBB7MY/the-hubspot-marketing-platform-logo-in-p-1772721274421-0197baa3.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWupiHYHmxSbMONK3ImJeBB7MY/the-bright-local-local-seo-platform-logo-1772721276254-e1a7c743.png"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -139,21 +142,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter", tag: "Local Dominance Starter", tagIcon: Zap,
|
||||
id: "starter", tag: "Local Dominance Starter", tagIcon: Sparkles,
|
||||
price: "$1,497", period: "/month", description: "Perfect for single-location businesses ready to dominate local search", button: { text: "Start Free Trial", href: "#contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"Google Business Profile optimization", "Monthly local citation building", "Review management & generation", "Basic local content (2 pieces/month)", "Monthly performance reports", "Email support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "professional", tag: "Multi-Location Pro", tagIcon: Zap,
|
||||
id: "professional", tag: "Multi-Location Pro", tagIcon: Sparkles,
|
||||
price: "$3,497", period: "/month", description: "Ideal for businesses with 2-5 locations needing coordinated local dominance", button: { text: "Schedule Consultation", href: "#contact" },
|
||||
featuresTitle: "Everything in Starter, Plus:", features: [
|
||||
"Multi-location optimization (2-5 locations)", "Advanced local content strategy (6 pieces/month)", "Competitor analysis & benchmarking", "Schema markup implementation", "Link building campaign", "Priority phone & email support", "Bi-weekly strategy calls"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "enterprise", tag: "Enterprise Dominance", tagIcon: Zap,
|
||||
id: "enterprise", tag: "Enterprise Dominance", tagIcon: Sparkles,
|
||||
price: "Custom", period: "/month", description: "White-label and large-scale local SEO solutions for agencies and enterprises", button: { text: "Contact Sales", href: "#contact" },
|
||||
featuresTitle: "Complete Local Domination:", features: [
|
||||
"Unlimited location optimization", "Custom local content production", "Full link building & authority building", "Advanced reputation management", "Custom reporting & dashboards", "Dedicated account manager", "Priority 24/7 support", "White-label options available"
|
||||
|
||||
Reference in New Issue
Block a user