Update src/app/page.tsx

This commit is contained in:
2026-02-12 21:17:10 +00:00
parent 164abb7b60
commit 0b80c67915

View File

@@ -35,11 +35,11 @@ export default function HomePage() {
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
{ name: "Contact", id: "/contact" },
{ name: "Shop", id: "/shop" }
]}
button={{
text: "Reserve Now",
href: "/contact"
text: "Reserve Now", href: "/contact"
}}
/>
</div>
@@ -94,25 +94,13 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Fattoush Salad",
price: "$14.99",
imageSrc: "https://img.b2bpic.net/free-photo/top-view-yogurt-with-pomegranate-oil_23-2148759732.jpg",
imageAlt: "Crisp fattoush salad with fresh vegetables and sumac vinaigrette"
id: "1", name: "Fattoush Salad", price: "$14.99", imageSrc: "https://img.b2bpic.net/free-photo/top-view-yogurt-with-pomegranate-oil_23-2148759732.jpg", imageAlt: "Crisp fattoush salad with fresh vegetables and sumac vinaigrette"
},
{
id: "2",
name: "Kibbeh",
price: "$12.99",
imageSrc: "https://img.b2bpic.net/free-photo/delicious-hummus-plate-still-life-view_23-2149595634.jpg",
imageAlt: "Golden fried kibbeh with traditional meat and bulgur filling"
id: "2", name: "Kibbeh", price: "$12.99", imageSrc: "https://img.b2bpic.net/free-photo/delicious-hummus-plate-still-life-view_23-2149595634.jpg", imageAlt: "Golden fried kibbeh with traditional meat and bulgur filling"
},
{
id: "3",
name: "Grilled Lamb Shawarma",
price: "$18.99",
imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-hummus-plate-still-life_23-2149595639.jpg",
imageAlt: "Tender grilled lamb shawarma with tahini sauce and fresh herbs"
id: "3", name: "Grilled Lamb Shawarma", price: "$18.99", imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-hummus-plate-still-life_23-2149595639.jpg", imageAlt: "Tender grilled lamb shawarma with tahini sauce and fresh herbs"
}
]}
ariaLabel="Featured Lebanese dishes and menu items"
@@ -127,14 +115,10 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "15K+",
description: "Happy guests enjoy our authentic Lebanese cuisine every year"
id: "1", value: "15K+", description: "Happy guests enjoy our authentic Lebanese cuisine every year"
},
{
id: "2",
value: "100%",
description: "Ingredients sourced from trusted Lebanese and Mediterranean suppliers"
id: "2", value: "100%", description: "Ingredients sourced from trusted Lebanese and Mediterranean suppliers"
}
]}
metricsAnimation="opacity"
@@ -155,22 +139,10 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
title: "An Unforgettable Dining Experience",
quote: "The hummus here is absolutely divine. It tastes exactly like my grandmother made it in Beirut. Every visit feels like coming home.",
name: "Sarah Mitchell",
role: "Regular Guest",
imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
imageAlt: "Sarah Mitchell, satisfied restaurant guest"
id: "1", title: "An Unforgettable Dining Experience", quote: "The hummus here is absolutely divine. It tastes exactly like my grandmother made it in Beirut. Every visit feels like coming home.", name: "Sarah Mitchell", role: "Regular Guest", imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "Sarah Mitchell, satisfied restaurant guest"
},
{
id: "2",
title: "Authentic Flavors Worth Celebrating",
quote: "The freshness of ingredients and attention to detail in every dish is remarkable. This is true Lebanese cuisine, prepared with love.",
name: "Michael Chen",
role: "Restaurant Critic",
imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
imageAlt: "Michael Chen, professional restaurant critic"
id: "2", title: "Authentic Flavors Worth Celebrating", quote: "The freshness of ingredients and attention to detail in every dish is remarkable. This is true Lebanese cuisine, prepared with love.", name: "Michael Chen", role: "Restaurant Critic", imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Michael Chen, professional restaurant critic"
}
]}
ariaLabel="Customer testimonials and reviews"
@@ -190,18 +162,12 @@ export default function HomePage() {
tagAnimation="slide-up"
negativeCard={{
items: [
"Mass-produced ingredients",
"Inconsistent flavors",
"Rushed preparation",
"Impersonal service"
"Mass-produced ingredients", "Inconsistent flavors", "Rushed preparation", "Impersonal service"
]
}}
positiveCard={{
items: [
"Premium sourced ingredients from trusted suppliers",
"Consistent authentic taste in every dish",
"Slow-cooked with traditional methods",
"Warm, personalized hospitality for every guest"
"Premium sourced ingredients from trusted suppliers", "Consistent authentic taste in every dish", "Slow-cooked with traditional methods", "Warm, personalized hospitality for every guest"
]
}}
ariaLabel="Why choose our Lebanese restaurant for authentic dining"
@@ -228,12 +194,10 @@ export default function HomePage() {
<FooterLogoReveal
logoText="Beirut Kitchen"
leftLink={{
text: "Privacy Policy",
href: "https://example.com/privacy"
text: "Privacy Policy", href: "https://example.com/privacy"
}}
rightLink={{
text: "Terms of Service",
href: "https://example.com/terms"
text: "Terms of Service", href: "https://example.com/terms"
}}
ariaLabel="Site footer with links and logo"
/>