Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 20:16:45 +00:00

View File

@@ -85,13 +85,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "1", name: "Chicken Zarbian", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-nuggets-wings-breast-with-onion-salad_114579-913.jpg", imageAlt: "Chicken Zarbian - fragrant basmati rice with spiced chicken"
id: "1", name: "Chicken Zarbian", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-nuggets-wings-breast-with-onion-salad_114579-913.jpg?_wi=1", imageAlt: "Chicken Zarbian - fragrant basmati rice with spiced chicken"
},
{
id: "2", name: "Yemeni Rice & Beef", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-dish-with-mashed-walnut_140725-4087.jpg", imageAlt: "Yemeni Rice and Beef - slow cooked with aromatic spices"
id: "2", name: "Yemeni Rice & Beef", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-dish-with-mashed-walnut_140725-4087.jpg?_wi=1", imageAlt: "Yemeni Rice and Beef - slow cooked with aromatic spices"
},
{
id: "3", name: "Catfish Plate", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shrimp-with-sesame-seeds-with-lemon-green-cocktail-glass_176474-3445.jpg", imageAlt: "Catfish Plate - perfectly seasoned with house sauce"
id: "3", name: "Catfish Plate", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shrimp-with-sesame-seeds-with-lemon-green-cocktail-glass_176474-3445.jpg?_wi=1", imageAlt: "Catfish Plate - perfectly seasoned with house sauce"
}
]}
buttons={[
@@ -115,7 +115,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/couple-making-vase-with-clay_1157-30691.jpg", imageAlt: "Chef preparing authentic Yemeni dishes"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg", imageAlt: "Warm restaurant interior"
imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg?_wi=1", imageAlt: "Warm restaurant interior"
}
]
},
@@ -123,7 +123,7 @@ export default function LandingPage() {
title: "Fresh Ingredients", description: "Everything cooked fresh daily. No shortcuts, no compromises on quality.", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-nuggets-wings-breast-with-onion-salad_114579-913.jpg", imageAlt: "Fresh chicken zarbian dish"
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-nuggets-wings-breast-with-onion-salad_114579-913.jpg?_wi=2", imageAlt: "Fresh chicken zarbian dish"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chebureks-kutab-fried-chebureks-with-cheese-herbs-meat-with-sauce-dark-wooden-table-with-city-view_176474-2485.jpg", imageAlt: "Fresh Yemeni maqsqas with bread"
@@ -134,10 +134,10 @@ export default function LandingPage() {
title: "Generous Portions", description: "Big plates that leave you satisfied. We believe in value and abundance.", icon: Flame,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-dish-with-mashed-walnut_140725-4087.jpg", imageAlt: "Generous portion of Yemeni rice and beef"
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-dish-with-mashed-walnut_140725-4087.jpg?_wi=2", imageAlt: "Generous portion of Yemeni rice and beef"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shrimp-with-sesame-seeds-with-lemon-green-cocktail-glass_176474-3445.jpg", imageAlt: "Full catfish plate with sides"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shrimp-with-sesame-seeds-with-lemon-green-cocktail-glass_176474-3445.jpg?_wi=2", imageAlt: "Full catfish plate with sides"
}
]
},
@@ -145,7 +145,7 @@ export default function LandingPage() {
title: "Friendly Service", description: "Welcoming staff who make every guest feel at home. Hospitality is our priority.", icon: Heart,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg", imageAlt: "Cozy restaurant dining area"
imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg?_wi=2", imageAlt: "Cozy restaurant dining area"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/two-persons-drinking-arab-tea_23-2147796776.jpg", imageAlt: "Warm tea service"
@@ -156,10 +156,10 @@ export default function LandingPage() {
title: "Great Value", description: "High-quality meals at affordable prices. Authentic taste doesn't have to be expensive.", icon: DollarSign,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-nuggets-wings-breast-with-onion-salad_114579-913.jpg", imageAlt: "Affordable quality dish"
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-nuggets-wings-breast-with-onion-salad_114579-913.jpg?_wi=3", imageAlt: "Affordable quality dish"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-dish-with-mashed-walnut_140725-4087.jpg", imageAlt: "Value-packed meal"
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-dish-with-mashed-walnut_140725-4087.jpg?_wi=3", imageAlt: "Value-packed meal"
}
]
}