Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-17 13:23:46 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
description="Experience the true essence of Middle Eastern street food. Freshly prepared, flame-grilled shawarma that hits the spot, every single time."
background={{ variant: "rotated-rays-animated" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wrap-with-vegetables_123827-36162.jpg", imageAlt: "Shawarma Wrap" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wrap-with-vegetables_123827-36162.jpg?_wi=1", imageAlt: "Shawarma Wrap" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-piti-pot-with-sumac-dried-herbs-onions-tray_141793-5179.jpg", imageAlt: "Traditional Dish" }
]}
/>
@@ -69,7 +69,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Classic Beef Shawarma", price: "$12.99", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wrap-with-vegetables_123827-36162.jpg" },
{ id: "p1", name: "Classic Beef Shawarma", price: "$12.99", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wrap-with-vegetables_123827-36162.jpg?_wi=2" },
{ id: "p2", name: "Falafel Pita Platter", price: "$10.49", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/delicious-falafel-wrap-with-sauce_23-2152015870.jpg" }
]}
/>