From a4f9388662718b26e6be1c1679b70424ac524c33 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:46:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ee552e..7031cdb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,6 @@ export default function LandingPage() {
@@ -70,6 +69,8 @@ export default function LandingPage() { description="From fresh salads to grilled specialties, explore our selection of hand-made Mediterranean dishes." gridVariant="three-columns-all-equal-width" animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} products={[ { id: "1", name: "Greek Salad", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/fresh-mediterranean-salad-bowl-with-olives-feta-tomatoes_114579-3221.jpg" }, { id: "2", name: "Hummus Platter", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/assorted-meze-plate-with-hummus-pita-olives_181624-34521.jpg" }, @@ -83,6 +84,8 @@ export default function LandingPage() { title="Quality & Tradition" description="Why customers keep coming back to Cafe Petra." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "m1", value: "15+", title: "Years of Excellence", items: ["Authentic recipes", "Locally sourced ingredients"] }, { id: "m2", value: "4.9", title: "Average Rating", items: ["Loved by locals", "Consistently rated 5 stars"] }, @@ -96,6 +99,8 @@ export default function LandingPage() { title="Voices of Cafe Petra" description="What our guests have to say about their experience." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Elena V.", handle: "@elena_foodie", testimonial: "The freshest salad I've ever had! Truly reminds me of my time in Greece.", icon: Star }, { id: "2", name: "Mark D.", handle: "@mark_traveler", testimonial: "The grilled bass is to die for. Exceptional service and a beautiful, clean setting.", icon: Star } @@ -108,6 +113,8 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Have questions about our menu or reservations?" faqsAnimation="slide-up" + textboxLayout="default" + useInvertedBackground={false} faqs={[ { id: "1", title: "Do you accept reservations?", content: "Yes, we recommend booking in advance for weekend dinners." }, { id: "2", title: "Are there vegetarian options?", content: "We have a wide variety of vegetarian and vegan dishes." } @@ -118,6 +125,9 @@ export default function LandingPage() {
@@ -127,6 +137,8 @@ export default function LandingPage() { tag="Get In Touch" title="Visit Cafe Petra" description="Located in the heart of the city. Join us for a meal or give us a call for inquiries." + background={{ variant: "plain" }} + useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/cozy-mediterranean-restaurant-interior_114579-2451.jpg" /> -- 2.49.1