From 645f41b0a8c931d8a4571e385c100b2a686ef2b2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:20:29 +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 f12ef38..9d0a7dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,23 +81,23 @@ 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"}, }, ]} showStepNumbers={true} @@ -134,13 +134,13 @@ 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, imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg", imageAlt: "man professional headshot portrait elegant"}, { 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, imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "man professional headshot portrait elegant"}, -- 2.49.1