5 Commits

Author SHA1 Message Date
5c5eb3eb78 Update src/app/page.tsx 2026-03-02 08:44:05 +00:00
450150e823 Update src/app/page.tsx 2026-03-02 08:43:25 +00:00
1c92f93d17 Merge version_2 into main
Merge version_2 into main
2026-03-02 08:39:45 +00:00
5d6f7190ac Update src/app/page.tsx 2026-03-02 08:39:41 +00:00
159cf50377 Merge version_1 into main
Merge version_1 into main
2026-03-02 08:32:14 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Est. 2020"
tagIcon={Flame}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/chicken-kebab-doner-served-flatbread-with-fries-pickles_140725-8272.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chicken-kebab-doner-served-flatbread-with-fries-pickles_140725-8272.jpg?_wi=1"
imageAlt="Arabic cuisine spread"
mediaAnimation="slide-up"
buttons={[
@@ -66,7 +66,8 @@ export default function LandingPage() {
title="Where Tradition Meets Modern Hospitality. We bring authentic Arabic recipes passed down through generations, combined with warm hospitality and exceptional service to create an unforgettable dining experience."
useInvertedBackground={false}
buttons={[
{ text: "Learn More", href: "#" }
{ text: "Learn More", href: "#" },
{ text: "Reserve Table", href: "contact" }
]}
buttonAnimation="slide-up"
/>
@@ -85,13 +86,34 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "1", name: "Homemade Falafel", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg", imageAlt: "Crispy falafel served with tahini sauce"
id: "1", name: "Homemade Falafel", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg?_wi=1", imageAlt: "Crispy falafel served with tahini sauce"
},
{
id: "2", name: "Chicken Shawarma", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/arabic-shaurma-stuffings-inside-lavash_114579-3093.jpg", imageAlt: "Tender chicken shawarma in pita bread"
id: "2", name: "Chicken Shawarma", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/arabic-shaurma-stuffings-inside-lavash_114579-3093.jpg?_wi=1", imageAlt: "Tender chicken shawarma in pita bread"
},
{
id: "3", name: "Creamy Hummus", price: "$7.49", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-16490.jpg", imageAlt: "Smooth hummus with olive oil and spices"
id: "3", name: "Creamy Hummus", price: "$7.49", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-16490.jpg?_wi=1", imageAlt: "Smooth hummus with olive oil and spices"
},
{
id: "4", name: "Lamb Kabsa", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-doner-served-flatbread-with-fries-pickles_140725-8272.jpg?_wi=2", imageAlt: "Fragrant lamb kabsa with spiced rice"
},
{
id: "5", name: "Tabbouleh Salad", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg?_wi=2", imageAlt: "Fresh tabbouleh with parsley and tomatoes"
},
{
id: "6", name: "Baba Ghanoush", price: "$8.49", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-16490.jpg?_wi=2", imageAlt: "Creamy baba ghanoush dip"
},
{
id: "7", name: "Chicken Kofta", price: "$13.49", imageSrc: "http://img.b2bpic.net/free-photo/arabic-shaurma-stuffings-inside-lavash_114579-3093.jpg?_wi=2", imageAlt: "Spiced chicken kofta kebabs"
},
{
id: "8", name: "Feta & Olive Mezze", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-doner-served-flatbread-with-fries-pickles_140725-8272.jpg?_wi=3", imageAlt: "Selection of feta cheese and marinated olives"
},
{
id: "9", name: "Seafood Grilled", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg?_wi=3", imageAlt: "Grilled seafood platter"
},
{
id: "10", name: "Dukkah-Spiced Bread", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-16490.jpg?_wi=3", imageAlt: "Warm pita bread with dukkah spice blend"
}
]}
buttons={[