diff --git a/src/app/page.tsx b/src/app/page.tsx index c50c64d..be4b185 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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"