From 0c3404f7c914c42a6969d1a3a1d25a144dbafa6e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 14:54:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc827cd..a1ecc34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Heart } from "lucide-react"; +import { Heart, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Menu", id: "menu" }, { name: "Testimonials", id: "testimonials" }, + { name: "Location", id: "contact" }, { name: "Contact", id: "contact" }, ]} brandName="Dar Tresor Fes" @@ -131,7 +132,7 @@ export default function LandingPage() { faqs={[ { id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance, especially during the evenings." }, { id: "q2", title: "Are you vegetarian-friendly?", content: "Absolutely! We have a variety of delicious vegetarian and vegan options." }, - { id: "q3", title: "Where are you located?", content: "We are centrally located in the heart of the Medina." }, + { id: "q3", title: "Where are you located?", content: "We are located in the heart of the Medina, Fes el Bali, near the Bab Boujloud gate." }, ]} title="Common Questions" description="Everything you need to know about your dining visit." @@ -143,11 +144,12 @@ export default function LandingPage() { @@ -162,6 +164,7 @@ export default function LandingPage() { { label: "Menu", href: "#menu" }, ] }, { title: "Info", items: [ + { label: "Location", href: "#contact" }, { label: "Reservations", href: "#contact" }, { label: "Privacy", href: "#" }, ] }, @@ -171,4 +174,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1