diff --git a/src/app/page.tsx b/src/app/page.tsx index 2bb644e..fcff0bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Leaf, MapPin, ShieldCheck, Sparkles, Users, Zap } from "lucide-react"; export default function LandingPage() { @@ -36,7 +35,6 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Store", id: "products" }, { name: "Our Story", id: "about" }, - { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} brandName="FreshRoot Farm" @@ -160,22 +158,6 @@ export default function LandingPage() { /> -
- -
-
); -} \ No newline at end of file +}