From 6ba66b64b10954a167127f4532df1e9f19662f32 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:22:27 +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 b8c4462..5aa007c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,28 +84,28 @@ export default function LandingPage() { { id: 1, title: "Artisan Heritage", description: "Handcrafted by master cobblers using traditional Italian techniques passed down through generations. Every stitch tells a story of excellence and dedication.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-working-with-leather-textile_171337-12258.jpg", imageAlt: "Italian craftsmanship leather artisan handmade luxury" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-working-with-leather-textile_171337-12258.jpg?_wi=1", imageAlt: "Italian craftsmanship leather artisan handmade luxury" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-working-with-leather-textile_171337-12258.jpg", imageAlt: "Italian craftsmanship leather artisan handmade luxury" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-working-with-leather-textile_171337-12258.jpg?_wi=2", imageAlt: "Italian craftsmanship leather artisan handmade luxury" }, }, { id: 2, title: "Luxury Materials", description: "Sourced from the finest leather tanneries across Italy. Each material is meticulously selected for its unique texture, durability, and luxurious feel.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30816.jpg", imageAlt: "luxury materials gold premium accessories fashion" + imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30816.jpg?_wi=1", imageAlt: "luxury materials gold premium accessories fashion" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30816.jpg", imageAlt: "luxury materials gold premium accessories fashion" + imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30816.jpg?_wi=2", imageAlt: "luxury materials gold premium accessories fashion" }, }, { id: 3, title: "Limited Editions", description: "Exclusive designs produced in limited quantities, making each pair a collector's item. Own a piece of fashion history with our rare collaborations.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-romantic-gift-fancy-chair_181624-33210.jpg", imageAlt: "limited edition exclusive rare collector luxury" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-romantic-gift-fancy-chair_181624-33210.jpg?_wi=1", imageAlt: "limited edition exclusive rare collector luxury" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-romantic-gift-fancy-chair_181624-33210.jpg", imageAlt: "limited edition exclusive rare collector luxury" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-romantic-gift-fancy-chair_181624-33210.jpg?_wi=2", imageAlt: "limited edition exclusive rare collector luxury" }, }, ]} @@ -143,7 +143,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Victoria Moretti", role: "Fashion Director", company: "Vogue Italia", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "woman professional headshot portrait elegant" + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "woman professional headshot portrait elegant" }, { id: "2", name: "Marco Benedetti", role: "Luxury Stylist", company: "Milan Atelier", rating: 5, @@ -151,7 +151,7 @@ export default function LandingPage() { }, { id: "3", name: "Alessandra Romano", role: "CEO", company: "Luxury Collective", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "woman professional headshot portrait elegant" + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "woman professional headshot portrait elegant" }, { id: "4", name: "Leonardo Rossi", role: "Fashion Critic", company: "Design Weekly", rating: 5, -- 2.49.1