Merge version_2 into main #2
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Visit Us Today"
|
||||
description="Find us on Ventura Blvd or reach out for inquiries."
|
||||
description="Find us on Ventura Blvd or reach out for inquiries. Hours: Daily 11am-9pm."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
@@ -191,14 +177,14 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="California Pita & Grill"
|
||||
columns={[
|
||||
{ title: "Location", items: [{ label: "22616 Ventura Blvd", href: "#" }, { label: "Woodland Hills, CA 91364", href: "#" }] },
|
||||
{ title: "Location", items: [{ label: "22616 Ventura Blvd", href: "#" }, { label: "Woodland Hills, CA 91364", href: "#" }, { label: "Open Daily: 11am - 9pm", href: "#" }] },
|
||||
{ title: "Menu", items: [{ label: "Starters & Mezze", href: "#menu" }, { label: "Plates", href: "#menu" }, { label: "Catering", href: "#pricing" }] },
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
copyrightText="© 2024 California Pita & Grill. All rights reserved."
|
||||
copyrightText="© 2025 California Pita & Grill. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user