From 07980fec04ac8fbdeed1309e3038a2d6517432c1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:07:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) 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 -- 2.49.1