diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c3cfc1..eed43c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { Award, Calendar, Star, Wheat } from "lucide-react"; export default function LandingPage() { @@ -37,8 +36,6 @@ export default function LandingPage() { name: "About", id: "#about"}, { name: "Menu", id: "#menu"}, - { - name: "Testimonials", id: "#testimonials"}, { name: "Reservations", id: "#contact"}, ]} @@ -153,40 +150,6 @@ export default function LandingPage() { /> -
- -