From 6deaed218fd1b7e43834ff5f84fcf9827a2526f2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 17:46:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b819cc6..dfc2c45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,19 +142,19 @@ export default function LandingPage() { id: "1", name: "Crispy Zing", price: "RS.550", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger_23-2148699050.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger_23-2148699050.jpg?_wi=1", }, { id: "2", name: "Mighty Zing", price: "RS.700", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg?_wi=1", }, { id: "3", name: "Fillet Zing", price: "RS.550", - imageSrc: "http://img.b2bpic.net/free-photo/juicy-chicken-burger-with-fresh-lettuce-crispy-french-fries-wooden-board_181624-50895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/juicy-chicken-burger-with-fresh-lettuce-crispy-french-fries-wooden-board_181624-50895.jpg?_wi=1", }, { id: "4", @@ -190,19 +190,19 @@ export default function LandingPage() { id: 1, title: "Fresh Ingredients", description: "We use locally sourced fresh chicken and veggies daily.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger_23-2148699050.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger_23-2148699050.jpg?_wi=2", }, { id: 2, title: "Signature Sauces", description: "5 custom heat-rated sauces made from scratch.", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg?_wi=2", }, { id: 3, title: "Quick Service", description: "Your meal, ready in minutes.", - imageSrc: "http://img.b2bpic.net/free-photo/juicy-chicken-burger-with-fresh-lettuce-crispy-french-fries-wooden-board_181624-50895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/juicy-chicken-burger-with-fresh-lettuce-crispy-french-fries-wooden-board_181624-50895.jpg?_wi=2", }, ]} title="How We Do It" @@ -278,7 +278,7 @@ export default function LandingPage() { tag="Limited Time" title="RS.450 Meal Deal" description="Don't miss out on our special meal deal. Sign up for updates." - imageSrc="http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger_23-2148699050.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger_23-2148699050.jpg?_wi=3" mediaAnimation="slide-up" /> -- 2.49.1