From 9a4364daf0a5d9e5cb13645a46bc51d1b58c2290 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 13:27:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d60bfa8..9e8317f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,15 +52,15 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-woman-break_23-2148339356.jpg", imageAlt: "HeatGo Smart Self Heating Tiffin Box"}, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-woman-break_23-2148339356.jpg?_wi=1", imageAlt: "HeatGo Smart Self Heating Tiffin Box"}, { - imageSrc: "http://img.b2bpic.net/free-photo/kids-healthy-food-lunchbox-with-challah-bread-dried-fruits_53876-142951.jpg", imageAlt: "HeatGo Front View"}, + imageSrc: "http://img.b2bpic.net/free-photo/kids-healthy-food-lunchbox-with-challah-bread-dried-fruits_53876-142951.jpg?_wi=1", imageAlt: "HeatGo Front View"}, { - imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-japanese-bento-box_23-2148973215.jpg", imageAlt: "HeatGo Side View"}, + imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-japanese-bento-box_23-2148973215.jpg?_wi=1", imageAlt: "HeatGo Side View"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-concept-luchbox_23-2148478203.jpg", imageAlt: "HeatGo Open Interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-concept-luchbox_23-2148478203.jpg?_wi=1", imageAlt: "HeatGo Open Interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-woman-break_23-2148339356.jpg", imageAlt: "HeatGo Premium Design"}, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-woman-break_23-2148339356.jpg?_wi=2", imageAlt: "HeatGo Premium Design"}, ]} /> @@ -139,13 +139,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "HeatGo – Premium Edition", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/kids-healthy-food-lunchbox-with-challah-bread-dried-fruits_53876-142951.jpg", imageAlt: "HeatGo Front View", initialQuantity: 1, + id: "1", name: "HeatGo – Premium Edition", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/kids-healthy-food-lunchbox-with-challah-bread-dried-fruits_53876-142951.jpg?_wi=2", imageAlt: "HeatGo Front View", initialQuantity: 1, }, { - id: "2", name: "HeatGo – Side Profile", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-japanese-bento-box_23-2148973215.jpg", imageAlt: "HeatGo Side View", initialQuantity: 1, + id: "2", name: "HeatGo – Side Profile", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-japanese-bento-box_23-2148973215.jpg?_wi=2", imageAlt: "HeatGo Side View", initialQuantity: 1, }, { - id: "3", name: "HeatGo – Interior Design", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-concept-luchbox_23-2148478203.jpg", imageAlt: "HeatGo Open Interior", initialQuantity: 1, + id: "3", name: "HeatGo – Interior Design", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-concept-luchbox_23-2148478203.jpg?_wi=2", imageAlt: "HeatGo Open Interior", initialQuantity: 1, }, ]} gridVariant="three-columns-all-equal-width" -- 2.49.1