From 7b0f2a9b1f8fdf448ac0758f5a290a96464e5434 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 23:57: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 71eba32..8c9c3e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@elena_deco", testimonial: "The wood quality is breathtaking. A true piece of art.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wooden-warm-texture_1194-8936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-warm-texture_1194-8936.jpg?_wi=1", imageAlt: "handmade wood crafts workshop warm light", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@sofia_design", testimonial: "Fast shipping and even better in person!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-details-interior_169016-3422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-details-interior_169016-3422.jpg?_wi=1", imageAlt: "handmade wood crafts workshop warm light", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@javier_craft", testimonial: "Pure craftsmanship, highly recommend Corta Letras.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/analog-portrait-beautiful-woman-posing-indoors-chair_23-2149630209.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/analog-portrait-beautiful-woman-posing-indoors-chair_23-2149630209.jpg?_wi=1", imageAlt: "handmade wood crafts workshop warm light", }, { @@ -95,11 +95,11 @@ export default function LandingPage() { handle: "@ana_nature", testimonial: "The texture and finish are simply unparalleled.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-photographer-woman-beach-vacation-lifestyle-concept_53876-23025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-photographer-woman-beach-vacation-lifestyle-concept_53876-23025.jpg?_wi=1", imageAlt: "handmade wood crafts workshop warm light", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/wooden-warm-texture_1194-8936.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wooden-warm-texture_1194-8936.jpg?_wi=2" imageAlt="Handmade wooden art piece detail" avatars={[ { @@ -170,7 +170,7 @@ export default function LandingPage() { content: "Looking for something specific? We offer bespoke carving services.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/still-life-details-interior_169016-3422.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-details-interior_169016-3422.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -187,7 +187,7 @@ export default function LandingPage() { role: "Collector", company: "Home Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-photographer-woman-beach-vacation-lifestyle-concept_53876-23025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-photographer-woman-beach-vacation-lifestyle-concept_53876-23025.jpg?_wi=2", }, { id: "2", @@ -250,7 +250,7 @@ export default function LandingPage() { tag="Let's Connect" title="Start Your Custom Project" description="Ready to bring a handmade touch into your space? Reach out to us today for quotes and inquiries." - imageSrc="http://img.b2bpic.net/free-photo/analog-portrait-beautiful-woman-posing-indoors-chair_23-2149630209.jpg" + imageSrc="http://img.b2bpic.net/free-photo/analog-portrait-beautiful-woman-posing-indoors-chair_23-2149630209.jpg?_wi=2" mediaAnimation="blur-reveal" /> -- 2.49.1