From 3efbb35072eb60b2b883c7ef47eed022b6def461 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 15:18:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 037222a..8845801 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,23 +68,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/pastry-board-with-dry-fruits-glass-tea_114579-11867.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pastry-board-with-dry-fruits-glass-tea_114579-11867.jpg?_wi=1", imageAlt: "Festive Sweets Box", }, { - imageSrc: "http://img.b2bpic.net/free-photo/old-lantern-with-outdoor-view-autum-season_74190-399.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-lantern-with-outdoor-view-autum-season_74190-399.jpg?_wi=1", imageAlt: "Decorative Diyas", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-different-colorful-christmas-gifts_23-2148343894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-different-colorful-christmas-gifts_23-2148343894.jpg?_wi=1", imageAlt: "Chocolate Hamper", }, { - imageSrc: "http://img.b2bpic.net/free-photo/valentine39s-day-gift-wooden-background-top-view-gift-wrapping-concept_169016-27085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/valentine39s-day-gift-wooden-background-top-view-gift-wrapping-concept_169016-27085.jpg?_wi=1", imageAlt: "Gift Hamper", }, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-full-sugar-marmalade-christmas-festive-balls-marble-background-high-quality-photo_114579-38210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-full-sugar-marmalade-christmas-festive-balls-marble-background-high-quality-photo_114579-38210.jpg?_wi=1", imageAlt: "Sweets and Diyas", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { name: "Priya Sharma", handle: "@priyasharma", testimonial: "The sweets were fresh and beautifully packaged. My guests loved the presentation.", - imageSrc: "http://img.b2bpic.net/free-photo/pastry-board-with-dry-fruits-glass-tea_114579-11867.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pastry-board-with-dry-fruits-glass-tea_114579-11867.jpg?_wi=2", imageAlt: "festive sweets gift box arrangement", }, { @@ -162,7 +162,7 @@ export default function LandingPage() { name: "Amit Kumar", handle: "@amitk", testimonial: "Excellent service and high-quality products. My go-to for festival gifts.", - imageSrc: "http://img.b2bpic.net/free-photo/old-lantern-with-outdoor-view-autum-season_74190-399.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-lantern-with-outdoor-view-autum-season_74190-399.jpg?_wi=2", imageAlt: "traditional decorative diyas festive", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { name: "Sneha Patel", handle: "@snehapatel", testimonial: "The lanterns are absolutely stunning. Truly brought festive joy home.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-different-colorful-christmas-gifts_23-2148343894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-different-colorful-christmas-gifts_23-2148343894.jpg?_wi=2", imageAlt: "chocolate gift box premium packaging", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { name: "Rahul Verma", handle: "@rahulv", testimonial: "Premium quality chocolates. The gift hampers were a huge hit at our family event.", - imageSrc: "http://img.b2bpic.net/free-photo/valentine39s-day-gift-wooden-background-top-view-gift-wrapping-concept_169016-27085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/valentine39s-day-gift-wooden-background-top-view-gift-wrapping-concept_169016-27085.jpg?_wi=2", imageAlt: "festive gift set sweets and snacks", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { name: "Anita Rao", handle: "@anitar", testimonial: "Great attention to detail in every gift item. Highly recommended for festival shopping.", - imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-full-sugar-marmalade-christmas-festive-balls-marble-background-high-quality-photo_114579-38210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-full-sugar-marmalade-christmas-festive-balls-marble-background-high-quality-photo_114579-38210.jpg?_wi=2", imageAlt: "diwali gift set sweets diya", }, ]} -- 2.49.1