Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-18 13:52:18 +00:00

View File

@@ -46,7 +46,6 @@ export default function LandingPage() {
description="Where authentic flavors meet modern elegance. Join us for a culinary journey."
imageSrc="http://img.b2bpic.net/free-photo/gourmet-meal-restaurant_23-2150532506.jpg"
imageAlt="Joli Café Bar Atmosphere"
mediaPosition="right"
mediaAnimation="slide-up"
buttons={[{ text: "View Our Menu", href: "#menu" }]}
/>
@@ -73,9 +72,9 @@ export default function LandingPage() {
{
id: "1", name: "Gourmet Brunch", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-table_23-2150652654.jpg"},
{
id: "2", name: "Artisan Coffee", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148782354.jpg"},
id: "2", name: "Artisan Coffee", price: "$6", imageSrc: "http://img.b2bpic.net/coffee-cup-table_23-2148782354.jpg"},
{
id: "3", name: "Evening Tapas", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/tapas-plate_23-2148909876.jpg"}
id: "3", name: "Evening Tapas", price: "$14", imageSrc: "http://img.b2bpic.net/tapas-plate_23-2148909876.jpg"}
]}
/>
</div>
@@ -86,6 +85,8 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
animationType="slide-up"
title="Our Achievements"
description="Key milestones that define our excellence."
textboxLayout="split"
metrics={[
{ id: "m1", value: "10+", description: "Years in Service" },
{ id: "m2", value: "5000+", description: "Satisfied Diners" },
@@ -98,6 +99,7 @@ export default function LandingPage() {
<TestimonialCardFive
useInvertedBackground={false}
title="What People Say"
description="Hear from our valued guests."
textboxLayout="split"
testimonials={[
{
@@ -110,6 +112,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqDouble
title="Common Questions"
description="Everything you need to know."
textboxLayout="split"
faqsAnimation="slide-up"
useInvertedBackground={false}