From 634101afc1e385368d2abf5d1fdbb254821476ce Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 21:58:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fdb58ac..cabc835 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,10 +46,10 @@ export default function LandingPage() { title="Timeless Elegance" description="Artisanal handbags, crafted for the sophisticated." testimonials={[ - { name: "Sarah Miller", handle: "@sarahstyle", testimonial: "The leather quality is simply unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916677.jpg?_wi=1" }, - { name: "James Chen", handle: "@jc_fashion", testimonial: "A true piece of art.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tying-threads-workshop_1098-13432.jpg" }, + { name: "Sarah Miller", handle: "@sarahstyle", testimonial: "The leather quality is simply unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles_1123-2645.jpg" }, + { name: "James Chen", handle: "@jc_fashion", testimonial: "A true piece of art.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles-side_1123-2646.jpg" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916677.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/paper-bag-with-handles_1123-2645.jpg" /> @@ -69,8 +69,8 @@ export default function LandingPage() { title="The Collection" description="Exquisite handbags designed for the sophisticated individual." products={[ - { 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: "p1", name: "Classic Tote", price: "", imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles_1123-2645.jpg" }, + { id: "p2", name: "Urban Crossbody", price: "", imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles-side_1123-2646.jpg" }, ]} /> @@ -83,7 +83,7 @@ export default function LandingPage() { title="Handcrafted Excellence" description="Every bag tells a story of precision and passion." features={[ - { title: "Finest Materials", description: "Sourced from the best tanneries.", media: { imageSrc: "http://img.b2bpic.net/free-photo/back-view-artisan-holding-tools_23-2150104789.jpg" }, items: [{ icon: CheckCircle, text: "Genuine full-grain leather" }], reverse: false }, + { title: "Finest Materials", description: "Sourced from the best tanneries.", media: { imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles-top_1123-2647.jpg" }, items: [{ icon: CheckCircle, text: "Genuine full-grain leather" }], reverse: false }, ]} /> @@ -109,7 +109,7 @@ export default function LandingPage() { title="What Our Clients Say" description="Read stories from those who carry our legacy." testimonials={[ - { id: "t1", name: "Amina", handle: "@amina", testimonial: "Beautiful work.", imageSrc: "http://img.b2bpic.net/free-photo/woman-beige-coat-walking-city_1303-27206.jpg" }, + { id: "t1", name: "Amina", handle: "@amina", testimonial: "Beautiful work.", imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles_1123-2645.jpg" }, ]} /> @@ -135,7 +135,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Your Email" }, ]} textarea={{ name: "message", placeholder: "Your Message" }} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722595.jpg" + imageSrc="http://img.b2bpic.net/free-photo/paper-bag-with-handles-side_1123-2646.jpg" /> -- 2.49.1