From 875f5fd7b72835c9b92aa9a7af26883d7067d047 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:02:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d96a489..772a385 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,12 +55,12 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/small-depot-employee-moves-cardboard-boxes-with-music-headset-wearing-coveralls-preparing_482257-134746.jpg", imageAlt: "Vijay Laxmi Hardware store interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/metallic-key-door-lock_23-2151015241.jpg", imageAlt: "Premium door locks and handles" }, - { imageSrc: "http://img.b2bpic.net/free-photo/green-vanity-closeup-wooden-handle-premium-minimalism_169016-69005.jpg", imageAlt: "Cabinet handles and fittings collection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mid-century-interior-design_23-2151902086.jpg", imageAlt: "Kitchen hardware accessories" }, - { imageSrc: "http://img.b2bpic.net/free-photo/food-preservation-with-containers_23-2149238964.jpg", imageAlt: "Storage and organization solutions" }, - { imageSrc: "http://img.b2bpic.net/free-photo/contrast-wood-stone-modern-furniture-premium-textures_169016-71185.jpg", imageAlt: "Wardrobe and modular fittings" } + { imageSrc: "http://img.b2bpic.net/free-photo/small-depot-employee-moves-cardboard-boxes-with-music-headset-wearing-coveralls-preparing_482257-134746.jpg?_wi=1", imageAlt: "Vijay Laxmi Hardware store interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/metallic-key-door-lock_23-2151015241.jpg?_wi=1", imageAlt: "Premium door locks and handles" }, + { imageSrc: "http://img.b2bpic.net/free-photo/green-vanity-closeup-wooden-handle-premium-minimalism_169016-69005.jpg?_wi=1", imageAlt: "Cabinet handles and fittings collection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mid-century-interior-design_23-2151902086.jpg?_wi=1", imageAlt: "Kitchen hardware accessories" }, + { imageSrc: "http://img.b2bpic.net/free-photo/food-preservation-with-containers_23-2149238964.jpg?_wi=1", imageAlt: "Storage and organization solutions" }, + { imageSrc: "http://img.b2bpic.net/free-photo/contrast-wood-stone-modern-furniture-premium-textures_169016-71185.jpg?_wi=1", imageAlt: "Wardrobe and modular fittings" } ]} ariaLabel="Vijay Laxmi Hardware - Hero section with product carousel" /> @@ -89,11 +89,11 @@ export default function LandingPage() {