From 4f2de8587ddb0ec604952d355660e62a6b14650e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 08:04:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6670ec..b79a264 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,7 +157,7 @@ export default function LandingPage() { { id: "product-7", name: "Silk Blend Scarf", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-siblings-outdoors-brothers-day-celebration_23-2150266818.jpg", imageAlt: "Elegant silk blend scarf"}, { - id: "product-8", name: "Leather Handbag", price: "http://img.b2bpic.net/free-photo/fashionable-blond-female-grey-dress-posing-artistic-interior_613910-7102.jpg", imageAlt: "Premium leather handbag"}, + id: "product-8", name: "Leather Handbag", price: "$349.00", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-blond-female-grey-dress-posing-artistic-interior_613910-7102.jpg", imageAlt: "Premium leather handbag"}, ]} title="Our Latest Collection" description="Explore the freshest additions to our curated wardrobe. Each piece reflects our dedication to quality, style, and comfort." -- 2.49.1