From c9ef7e4391fe3ee9bb524eaeb1b51fa0f02807d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 06:55:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f04c1c0..bbfabfb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,17 +138,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Velvet Luxe - Elegant Blackout", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-standing-looking-pearl-room-long-white-dress_176474-5569.jpg"}, + id: "p1", name: "Velvet Luxe - Elegant Blackout", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-standing-looking-pearl-room-long-white-dress_176474-5569.jpg", priceButtonProps: { text: "View Details" }}, { - id: "p2", name: "Airy Sheer - Light Filtering", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/creative-portrait-man-with-curtains-shadows-from-window_23-2149657500.jpg"}, + id: "p2", name: "Airy Sheer - Light Filtering", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/creative-portrait-man-with-curtains-shadows-from-window_23-2149657500.jpg", priceButtonProps: { text: "View Details" }}, { - id: "p3", name: "Rustic Linen - Breathable Texture", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/hammock-chair-boho-style-with-stack-books-concept-cozy-place-relax-home_169016-8669.jpg"}, + id: "p3", name: "Rustic Linen - Breathable Texture", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/hammock-chair-boho-style-with-stack-books-concept-cozy-place-relax-home_169016-8669.jpg", priceButtonProps: { text: "View Details" }}, { - id: "p4", name: "Classic Pattern - Timeless Design", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/curtain-decorated-with-brown-rope_1304-3712.jpg"}, + id: "p4", name: "Classic Pattern - Timeless Design", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/curtain-decorated-with-brown-rope_1304-3712.jpg", priceButtonProps: { text: "View Details" }}, { - id: "p5", name: "Nightfall Blackout - Maximum Privacy", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-white-flower-near-window-with-beautiful-view_181624-10998.jpg"}, + id: "p5", name: "Nightfall Blackout - Maximum Privacy", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-white-flower-near-window-with-beautiful-view_181624-10998.jpg", priceButtonProps: { text: "View Details" }}, { - id: "p6", name: "Embroidered Heritage - Artisan Crafted", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/retro-world-theatre-day-scenes-with-theatre-curtain_23-2151211374.jpg"}, + id: "p6", name: "Embroidered Heritage - Artisan Crafted", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/retro-world-theatre-day-scenes-with-theatre-curtain_23-2151211374.jpg", priceButtonProps: { text: "View Details" }}, ]} title="Our Curated Collection" description="From sheer minimalist drapes to bold velvet statements, find the perfect fabric for your unique interior style." @@ -244,4 +244,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1