diff --git a/src/app/page.tsx b/src/app/page.tsx index adae038..432a30b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,10 +6,12 @@ import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleC import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactText from "@/components/sections/contact/ContactText"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Sparkles, Zap, TrendingDown, DollarSign, Clock, Shield, CheckCircle, HelpCircle } from "lucide-react"; +import { Sparkles, Zap, TrendingDown, DollarSign, Clock, Shield, CheckCircle, HelpCircle, Star, Zap as ZapIcon, Lock } from "lucide-react"; export default function LandingPage() { return ( @@ -31,6 +33,7 @@ export default function LandingPage() { navItems={[ { name: "Features", id: "features" }, { name: "Results", id: "metrics" }, + { name: "Reviews", id: "testimonials" }, { name: "Partners", id: "socialproof" }, { name: "FAQ", id: "faq" }, { name: "Get Started", id: "contact" }, @@ -131,6 +134,34 @@ export default function LandingPage() { /> +