Merge version_1 into main #3

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

View File

@@ -51,11 +51,11 @@ export default function LandingPage() {
{ text: "Make Reservation", href: "tel:01024252503" }
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-table_23-2149684348.jpg", imageAlt: "Hamza Cafe welcoming entrance" },
{ imageSrc: "http://img.b2bpic.net/free-photo/kebab-set-with-various-meat-pieces-lemon-slices_140725-3431.jpg", imageAlt: "Grilled meats and kebab platter" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-pilaf-rice-cooked-with-lamb-dried-fruits-garnished-with-gazmag_141793-2107.jpg", imageAlt: "Traditional tajine dish" },
{ imageSrc: "http://img.b2bpic.net/free-photo/rustic-bread-baked-homemade-brick-oven-generated-by-ai_188544-16070.jpg", imageAlt: "Fresh pizza from wood-fired oven" },
{ imageSrc: "http://img.b2bpic.net/free-photo/napoleon-tart-with-cream-raspberry-orange-cherry-marshmallows-mint-side-view_141793-3774.jpg", imageAlt: "Delicious crepes and desserts" }
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-table_23-2149684348.jpg?_wi=1", imageAlt: "Hamza Cafe welcoming entrance" },
{ imageSrc: "http://img.b2bpic.net/free-photo/kebab-set-with-various-meat-pieces-lemon-slices_140725-3431.jpg?_wi=1", imageAlt: "Grilled meats and kebab platter" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-pilaf-rice-cooked-with-lamb-dried-fruits-garnished-with-gazmag_141793-2107.jpg?_wi=1", imageAlt: "Traditional tajine dish" },
{ imageSrc: "http://img.b2bpic.net/free-photo/rustic-bread-baked-homemade-brick-oven-generated-by-ai_188544-16070.jpg?_wi=1", imageAlt: "Fresh pizza from wood-fired oven" },
{ imageSrc: "http://img.b2bpic.net/free-photo/napoleon-tart-with-cream-raspberry-orange-cherry-marshmallows-mint-side-view_141793-3774.jpg?_wi=1", imageAlt: "Delicious crepes and desserts" }
]}
/>
</div>
@@ -84,16 +84,16 @@ export default function LandingPage() {
tag="Popular"
products={[
{
id: "grilled-1", name: "Hamza Special Kebab", price: "120-180 EGP", variant: "Lamb • Beef • Chicken", imageSrc: "http://img.b2bpic.net/free-photo/kebab-set-with-various-meat-pieces-lemon-slices_140725-3431.jpg", imageAlt: "Grilled kebab platter"
id: "grilled-1", name: "Hamza Special Kebab", price: "120-180 EGP", variant: "Lamb • Beef • Chicken", imageSrc: "http://img.b2bpic.net/free-photo/kebab-set-with-various-meat-pieces-lemon-slices_140725-3431.jpg?_wi=2", imageAlt: "Grilled kebab platter"
},
{
id: "tajine-1", name: "Traditional Tajine", price: "130-200 EGP", variant: "Meat • Rice • Vegetables", imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-pilaf-rice-cooked-with-lamb-dried-fruits-garnished-with-gazmag_141793-2107.jpg", imageAlt: "Slow-cooked tajine"
id: "tajine-1", name: "Traditional Tajine", price: "130-200 EGP", variant: "Meat • Rice • Vegetables", imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-pilaf-rice-cooked-with-lamb-dried-fruits-garnished-with-gazmag_141793-2107.jpg?_wi=2", imageAlt: "Slow-cooked tajine"
},
{
id: "pizza-1", name: "Wood-Fired Pizza", price: "100-150 EGP", variant: "Margherita • Cheese • Sausage", imageSrc: "http://img.b2bpic.net/free-photo/rustic-bread-baked-homemade-brick-oven-generated-by-ai_188544-16070.jpg", imageAlt: "Fresh pizza"
id: "pizza-1", name: "Wood-Fired Pizza", price: "100-150 EGP", variant: "Margherita • Cheese • Sausage", imageSrc: "http://img.b2bpic.net/free-photo/rustic-bread-baked-homemade-brick-oven-generated-by-ai_188544-16070.jpg?_wi=2", imageAlt: "Fresh pizza"
},
{
id: "dessert-1", name: "Nutella Crepes", price: "50-80 EGP", variant: "Nutella • Honey • Fresh Fruit", imageSrc: "http://img.b2bpic.net/free-photo/napoleon-tart-with-cream-raspberry-orange-cherry-marshmallows-mint-side-view_141793-3774.jpg", imageAlt: "Sweet crepes"
id: "dessert-1", name: "Nutella Crepes", price: "50-80 EGP", variant: "Nutella • Honey • Fresh Fruit", imageSrc: "http://img.b2bpic.net/free-photo/napoleon-tart-with-cream-raspberry-orange-cherry-marshmallows-mint-side-view_141793-3774.jpg?_wi=2", imageAlt: "Sweet crepes"
}
]}
gridVariant="uniform-all-items-equal"
@@ -191,7 +191,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "Tell us about your reservation or inquiry...", rows: 5, required: true }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-table_23-2149684348.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-table_23-2149684348.jpg?_wi=2"
imageAlt="Hamza Cafe dining ambiance"
mediaAnimation="slide-up"
mediaPosition="right"