Merge version_4 into main #4
@@ -59,7 +59,6 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[{ type: "text", content: "Authentic Mediterranean Dining" }]}
|
||||
description="Cafe Petra brings the sun-drenched flavors of the Mediterranean to your table. Using fresh, local ingredients and traditional recipes passed down through generations, we aim to provide an unforgettable culinary journey."
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
title="As Seen In"
|
||||
description=""
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["Mediterranean Living", "City Gourmet", "Local Food Digest"]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user