From d4ed412486df98b29e4e3424f31adec22e5bcd0d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:11:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be0a9dd..e1699c4 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/flat-lay-composition-hawaiian-poke-bowl_23-2148873888.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-composition-hawaiian-poke-bowl_23-2148873888.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/high-angle-delicious-brazilian-dish_23-2148875277.jpg", imageAlt: "Delicious duck curry with rice" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-brazilian-dish_23-2148875277.jpg", imageAlt: "Duck curry close-up garnish" } + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-brazilian-dish_23-2148875277.jpg?_wi=1", imageAlt: "Delicious duck curry with rice" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-brazilian-dish_23-2148875277.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/delicious-melted-cheese-snacks_23-2149274860.jpg", imageAlt: "Crispy chop suey takeaway dish" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274860.jpg", imageAlt: "Chop suey prepared fresh" } + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274860.jpg?_wi=1", imageAlt: "Crispy chop suey takeaway dish" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274860.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/fried-chicken-breast-sauce_140725-8426.jpg", imageAlt: "Asian style chicken dish" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-sauce_140725-8426.jpg", imageAlt: "Tender chicken garnish presentation" } + { imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-sauce_140725-8426.jpg?_wi=1", imageAlt: "Asian style chicken dish" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-sauce_140725-8426.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/flat-lay-composition-hawaiian-poke-bowl_23-2148873888.jpg", imageAlt: "Generous portion takeaway meal" }, - { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-hawaiian-poke-bowl_23-2148873888.jpg", imageAlt: "Full takeaway meal portions" } + { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-hawaiian-poke-bowl_23-2148873888.jpg?_wi=2", imageAlt: "Generous portion takeaway meal" }, + { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-hawaiian-poke-bowl_23-2148873888.jpg?_wi=3", imageAlt: "Full takeaway meal portions" } ] } ]} @@ -120,10 +120,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/high-angle-delicious-brazilian-dish_23-2148875277.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/high-angle-delicious-brazilian-dish_23-2148875277.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/delicious-melted-cheese-snacks_23-2149274860.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/delicious-melted-cheese-snacks_23-2149274860.jpg?_wi=3", imageAlt: "Affordable Asian takeaway meal" } ]} animationType="slide-up" -- 2.49.1