From d5c369d3052568b3a431af2bf8f4b74da7e5bdb0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 21:49: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 e4e45f1..efec869 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,12 +90,12 @@ export default function LandingPage() { title="The Collection" description="Exquisite handbags designed for the sophisticated individual." products={[ - { id: "p1", name: "Classic Tote", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/sexy-elegant-woman-natural-beauty-fashion-style-clothes-casual-formal-suit-white-cotton-blouse-silk-pants-romantic-date-blouse-pants-party-style-glamour-model-trend-accessory-bag-dark-hair-makeup_132075-12101.jpg?_wi=2" }, - { id: "p2", name: "Urban Crossbody", price: "$280", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-bag-nature_23-2148192737.jpg?_wi=2" }, - { id: "p3", name: "Signature Satchel", price: "$520", imageSrc: "http://img.b2bpic.net/free-photo/still-life-bag-hanging_52683-151481.jpg?_wi=2" }, - { id: "p4", name: "Minimalist Clutch", price: "$190", imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-accessories-elegant-woman-dressed-blue-suit_285396-7924.jpg" }, - { id: "p5", name: "Essential Bucket", price: "$340", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg" }, - { id: "p6", name: "Evening Elegance", price: "$390", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cardboard-organic-dinnerware_23-2149542142.jpg" }, + { id: "p1", name: "Classic Tote", price: "", imageSrc: "http://img.b2bpic.net/free-photo/sexy-elegant-woman-natural-beauty-fashion-style-clothes-casual-formal-suit-white-cotton-blouse-silk-pants-romantic-date-blouse-pants-party-style-glamour-model-trend-accessory-bag-dark-hair-makeup_132075-12101.jpg?_wi=2" }, + { id: "p2", name: "Urban Crossbody", price: "", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-bag-nature_23-2148192737.jpg?_wi=2" }, + { id: "p3", name: "Signature Satchel", price: "", imageSrc: "http://img.b2bpic.net/free-photo/still-life-bag-hanging_52683-151481.jpg?_wi=2" }, + { id: "p4", name: "Minimalist Clutch", price: "", imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-accessories-elegant-woman-dressed-blue-suit_285396-7924.jpg" }, + { id: "p5", name: "Essential Bucket", price: "", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg" }, + { id: "p6", name: "Evening Elegance", price: "", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cardboard-organic-dinnerware_23-2149542142.jpg" }, ]} /> @@ -201,4 +201,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1