diff --git a/src/app/page.tsx b/src/app/page.tsx index 42cdf90..12115f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Award, Coffee, Facebook, Instagram, Leaf, Twitter } from "lucide-react"; @@ -32,7 +31,6 @@ export default function BrewHavenPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Products", id: "products" }, - { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" } ]} button={{ text: "Order Now", href: "contact" }} @@ -118,42 +116,6 @@ export default function BrewHavenPage() { /> -
- -
-