From ab08b17e90c1c32113284f3296db563e8fc38882 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 21:46:55 +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 352ed16..e4e45f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,21 +48,21 @@ export default function LandingPage() { 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", imageAlt: "luxury leather handbag boutique storefront"}, + imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916677.jpg?_wi=1", imageAlt: "luxury leather handbag boutique storefront"}, { name: "James Chen", handle: "@jc_fashion", testimonial: "A true piece of art for my partner.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tying-threads-workshop_1098-13432.jpg", imageAlt: "luxury leather handbag boutique storefront"}, { name: "Elena Rossi", handle: "@rossistyle", testimonial: "I love the subtle details on my bag.", rating: 5, - 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", imageAlt: "luxury leather handbag boutique storefront"}, + 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=1", imageAlt: "luxury leather handbag boutique storefront"}, { name: "Marcus Thorne", handle: "@mthorne_lux", testimonial: "Exquisite construction and stunning design.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-bag-nature_23-2148192737.jpg", imageAlt: "luxury leather handbag boutique storefront"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-bag-nature_23-2148192737.jpg?_wi=1", imageAlt: "luxury leather handbag boutique storefront"}, { name: "Sophia Bennett", handle: "@sophia_b", testimonial: "Absolutely obsessed with my new satchel.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-bag-hanging_52683-151481.jpg", imageAlt: "luxury leather handbag boutique storefront"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-bag-hanging_52683-151481.jpg?_wi=1", imageAlt: "luxury leather handbag boutique storefront"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916677.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916677.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525695.jpg", alt: "Portrait of Sarah Miller" }, { src: "http://img.b2bpic.net/free-photo/businessman-walking_23-2147996548.jpg", alt: "Portrait of James Chen" }, @@ -90,9 +90,9 @@ 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" }, - { id: "p2", name: "Urban Crossbody", price: "$280", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-bag-nature_23-2148192737.jpg" }, - { id: "p3", name: "Signature Satchel", price: "$520", imageSrc: "http://img.b2bpic.net/free-photo/still-life-bag-hanging_52683-151481.jpg" }, + { 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" }, -- 2.49.1