diff --git a/src/app/page.tsx b/src/app/page.tsx index 6129711..decdb8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; + import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Building, Grid, HelpCircle, Lock, Mail, ShieldCheck, ShoppingCart, Sparkles, Users, Tag, CreditCard, Store, MessageSquare } from "lucide-react"; @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Home", id: "#home"}, { - name: "Products", id: "#products"}, + name: "Products", id: "/products"}, { name: "How It Works", id: "#features"}, { @@ -74,7 +74,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Start Shopping", href: "#products"} + text: "Start Shopping", href: "/products"} ]} buttonAnimation="slide-up" avatarText="Join thousands of happy shoppers and sellers!" @@ -144,39 +144,6 @@ export default function LandingPage() { /> -