From 23e5eafa6cacb1e1bb7698f6f2640706e0380aa3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 21:58:44 +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 cabc835..5da2a6b 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/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" }, + { 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?_wi=1" }, + { 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?_wi=1" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/paper-bag-with-handles_1123-2645.jpg" + imageSrc="http://img.b2bpic.net/free-photo/paper-bag-with-handles_1123-2645.jpg?_wi=2" /> @@ -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/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" }, + { id: "p1", name: "Classic Tote", price: "", imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles_1123-2645.jpg?_wi=3" }, + { id: "p2", name: "Urban Crossbody", price: "", imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles-side_1123-2646.jpg?_wi=2" }, ]} /> @@ -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/paper-bag-with-handles_1123-2645.jpg" }, + { id: "t1", name: "Amina", handle: "@amina", testimonial: "Beautiful work.", imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles_1123-2645.jpg?_wi=4" }, ]} /> @@ -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/paper-bag-with-handles-side_1123-2646.jpg" + imageSrc="http://img.b2bpic.net/free-photo/paper-bag-with-handles-side_1123-2646.jpg?_wi=3" /> -- 2.49.1