From fe7a78f041c6ebe2f56befb2d4ad38e0c1f16e45 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 19:01:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b35c24e..5175082 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Menu", id: "menu" }, { name: "About", id: "about" }, + { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} brandName="California Pita & Grill" @@ -53,21 +54,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081869.jpg" imageAlt="Fresh Mediterranean pita platter" mediaAnimation="blur-reveal" - avatars={[ - { src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-taking-photos_23-2149250046.jpg", alt: "Happy customer portrait" }, - { src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-woman-table_23-2148899034.jpg", alt: "Happy customer portrait" }, - { src: "http://img.b2bpic.net/free-photo/photo-overjoyed-dark-skinned-girl-has-bushy-hair-laughs-looks-aside-uses-cell-phone-online-communication-messaging-with-friends-drinks-smoothie-cozy-cafeteria_273609-29417.jpg", alt: "Happy customer portrait" }, - { src: "http://img.b2bpic.net/free-photo/side-view-friends-eating-salmon-bowls_23-2150427606.jpg", alt: "Happy customer portrait" }, - { src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", alt: "Happy customer portrait" }, - ]} - avatarText="Join 1000+ happy diners" - marqueeItems={[ - { type: "image", src: "http://img.b2bpic.net/free-photo/side-view-doner-kebab-pita-bread-wooden-board-served-with-lintel-soup-ayran-drink-black-table_140725-12795.jpg", alt: "Gyro plate" }, - { type: "text", text: "Fresh Pita" }, - { type: "image", src: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-gutab-stuffed-flatbread-with-herbs-served-with-yogurt-1_140725-7097.jpg", alt: "Stuffed flatbread" }, - { type: "text", text: "Homestyle Cooking" }, - { type: "image", src: "http://img.b2bpic.net/free-photo/pita-stuffed-with-chicken-tomato-lettuce_2829-10669.jpg", alt: "Chicken pita" }, - ]} /> @@ -162,7 +148,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { id: "q1", title: "Do you offer catering services?", content: "Yes! We have a variety of catering combos and platters available for events of any size." }, - { id: "q2", title: "Are you open on weekends?", content: "Yes, we are open daily to serve you the best Mediterranean cuisine in Woodland Hills." }, + { id: "q2", title: "What are your operating hours?", content: "We are open daily from 11:00 AM to 9:00 PM to serve you the best Mediterranean cuisine in Woodland Hills." }, { id: "q3", title: "Do you have vegetarian options?", content: "Absolutely. We offer a wide selection of vegetarian dishes, including falafel, hummus, and veggie plates." }, ]} sideTitle="Frequently Asked Questions" @@ -175,7 +161,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1