From fdc08dbab84b8a54a5b83b8837d7386c8d864b69 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:50:31 +0000 Subject: [PATCH] Update src/app/order/page.tsx --- src/app/order/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index 59ee8e6..1e68f33 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -54,7 +54,7 @@ export default function OrderPage() { }, ]} buttonAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg?_wi=3" imageAlt="Order delicious desserts from Taj Icecream" mediaAnimation="slide-up" imagePosition="right" @@ -82,7 +82,7 @@ export default function OrderPage() { price: "₹80-120", variant: "Classic & Premium", imageSrc: - "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-with-fruits-still-life_23-2150187440.jpg", + "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-with-fruits-still-life_23-2150187440.jpg?_wi=3", imageAlt: "Delicious Traditional Falooda", }, { @@ -91,7 +91,7 @@ export default function OrderPage() { price: "₹40-60", variant: "Pistachio & Mango", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-sweet-long-cookies-inside-black-cake-pan-blue-desk-cookie-biscuit-sweet-sugar-tea-cake-pie_140725-58462.jpg", + "http://img.b2bpic.net/free-photo/top-view-sweet-long-cookies-inside-black-cake-pan-blue-desk-cookie-biscuit-sweet-sugar-tea-cake-pie_140725-58462.jpg?_wi=3", imageAlt: "Premium Creamy Kulfi", }, { @@ -100,7 +100,7 @@ export default function OrderPage() { price: "₹50-100", variant: "10+ Flavors", imageSrc: - "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431192.jpg", + "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431192.jpg?_wi=4", imageAlt: "Colorful Ice Cream Scoops", }, { @@ -109,7 +109,7 @@ export default function OrderPage() { price: "₹60-100", variant: "Strawberry, Mango, Chocolate", imageSrc: - "http://img.b2bpic.net/free-photo/crepes-with-banana-strawberry-covered-with-milk-chocolate-grated-nuts_140725-3934.jpg", + "http://img.b2bpic.net/free-photo/crepes-with-banana-strawberry-covered-with-milk-chocolate-grated-nuts_140725-3934.jpg?_wi=3", imageAlt: "Thick Creamy Milkshakes", }, ]}