Update src/app/order/page.tsx

This commit is contained in:
2026-03-14 14:50:31 +00:00
parent 6c6162c90d
commit fdc08dbab8

View File

@@ -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",
},
]}