diff --git a/src/app/page.tsx b/src/app/page.tsx index 7aa5243..92738ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,9 +10,8 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Award, Heart, Star, Utensils, Coffee, MapPin, Users, Music, Wine, Zap } from "lucide-react"; +import { Award, Heart, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -37,7 +36,7 @@ export default function LandingPage() { { name: "About", id: "about"}, { - name: "Menu", id: "menu"}, + name: "Testimonials", id: "testimonials"}, ]} brandName="Bar Restorant Lepeja" /> @@ -91,25 +90,6 @@ export default function LandingPage() { /> - -
); -} +} \ No newline at end of file