diff --git a/src/app/page.tsx b/src/app/page.tsx index 900e08c..e7d4c1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Order Takeaway", href: "#contact" } ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/cook-preparing-salad-with-fried-meat-table_23-2148040158.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cook-preparing-salad-with-fried-meat-table_23-2148040158.jpg?_wi=1" imageAlt="Delicious Asian takeaway dish" frameStyle="card" mediaAnimation="opacity" @@ -67,29 +67,29 @@ export default function LandingPage() { { title: "Duck Curry", description: "Tender duck in aromatic curry sauce with rice. Our signature dish praised for authentic spices.", icon: Flame, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holds-spoon-with-chicken-broth-soup-with-bread_141793-4291.jpg", imageAlt: "Delicious duck curry with rice" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holds-spoon-with-chicken-broth-soup-with-bread_141793-4291.jpg", imageAlt: "Duck curry close-up garnish" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holds-spoon-with-chicken-broth-soup-with-bread_141793-4291.jpg?_wi=1", imageAlt: "Delicious duck curry with rice" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holds-spoon-with-chicken-broth-soup-with-bread_141793-4291.jpg?_wi=2", imageAlt: "Duck curry close-up garnish" } ] }, { title: "Chop Suey", description: "Crispy noodles with fresh vegetables and protein. Light, delicious, and perfect for lunch.", icon: Utensils, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/box-noodles-with-sesame-seeds_23-2148382839.jpg", imageAlt: "Crispy chop suey takeaway dish" }, - { imageSrc: "http://img.b2bpic.net/free-photo/box-noodles-with-sesame-seeds_23-2148382839.jpg", imageAlt: "Chop suey prepared fresh" } + { imageSrc: "http://img.b2bpic.net/free-photo/box-noodles-with-sesame-seeds_23-2148382839.jpg?_wi=1", imageAlt: "Crispy chop suey takeaway dish" }, + { imageSrc: "http://img.b2bpic.net/free-photo/box-noodles-with-sesame-seeds_23-2148382839.jpg?_wi=2", imageAlt: "Chop suey prepared fresh" } ] }, { title: "Chicken Selection", description: "Various chicken preparations. Note: Popular items may sell out at lunch—call ahead to confirm availability.", icon: CheckCircle, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/salmon-burned-mayo-nigiri_1339-2704.jpg", imageAlt: "Asian style chicken dish" }, - { imageSrc: "http://img.b2bpic.net/free-photo/salmon-burned-mayo-nigiri_1339-2704.jpg", imageAlt: "Tender chicken garnish presentation" } + { imageSrc: "http://img.b2bpic.net/free-photo/salmon-burned-mayo-nigiri_1339-2704.jpg?_wi=1", imageAlt: "Asian style chicken dish" }, + { imageSrc: "http://img.b2bpic.net/free-photo/salmon-burned-mayo-nigiri_1339-2704.jpg?_wi=2", imageAlt: "Tender chicken garnish presentation" } ] }, { title: "Generous Portions", description: "Large, satisfying portions at affordable prices. Ask about free extra rice with your order.", icon: Award, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/cook-preparing-salad-with-fried-meat-table_23-2148040158.jpg", imageAlt: "Generous portion takeaway meal" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cook-preparing-salad-with-fried-meat-table_23-2148040158.jpg", imageAlt: "Full takeaway meal portions" } + { imageSrc: "http://img.b2bpic.net/free-photo/cook-preparing-salad-with-fried-meat-table_23-2148040158.jpg?_wi=2", imageAlt: "Generous portion takeaway meal" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cook-preparing-salad-with-fried-meat-table_23-2148040158.jpg?_wi=3", imageAlt: "Full takeaway meal portions" } ] } ]} @@ -150,10 +150,10 @@ export default function LandingPage() { description="Local, reliable, and loved by the Zug community" metrics={[ { - id: "1", value: "Delicious", title: "Food Quality", description: "Fresh, authentic Asian flavors daily", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holds-spoon-with-chicken-broth-soup-with-bread_141793-4291.jpg", imageAlt: "High quality duck curry dish" + id: "1", value: "Delicious", title: "Food Quality", description: "Fresh, authentic Asian flavors daily", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holds-spoon-with-chicken-broth-soup-with-bread_141793-4291.jpg?_wi=3", imageAlt: "High quality duck curry dish" }, { - id: "2", value: "Affordable", title: "Great Prices", description: "Generous portions, generous value", imageSrc: "http://img.b2bpic.net/free-photo/box-noodles-with-sesame-seeds_23-2148382839.jpg", imageAlt: "Affordable Asian takeaway meal" + id: "2", value: "Affordable", title: "Great Prices", description: "Generous portions, generous value", imageSrc: "http://img.b2bpic.net/free-photo/box-noodles-with-sesame-seeds_23-2148382839.jpg?_wi=3", imageAlt: "Affordable Asian takeaway meal" } ]} animationType="slide-up"