From 5cc055204bb1b11136a2697ba5594e9dacdf7458 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:06:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b7378a..650c058 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,13 +129,13 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "1", name: "Classic Brass Embosser", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/workplace-bench-cobbler-with-different-tools-it-peace-textured-fabric_613910-12956.jpg", imageAlt: "Classic brass embosser tool" + id: "1", name: "Classic Brass Embosser", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/workplace-bench-cobbler-with-different-tools-it-peace-textured-fabric_613910-12956.jpg?_wi=1", imageAlt: "Classic brass embosser tool" }, { id: "2", name: "Deluxe Custom Embosser", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons_23-2148145915.jpg", imageAlt: "Deluxe custom embosser with premium materials" }, { - id: "3", name: "Professional Steel Set", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/workplace-bench-cobbler-with-different-tools-it-peace-textured-fabric_613910-12956.jpg", imageAlt: "Professional steel embosser set with multiple dies" + id: "3", name: "Professional Steel Set", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/workplace-bench-cobbler-with-different-tools-it-peace-textured-fabric_613910-12956.jpg?_wi=2", imageAlt: "Professional steel embosser set with multiple dies" }, ]} /> -- 2.49.1