From 88ee76c1f6aa8364d848f723947670121a37e80d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 16:59:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c677910..fa45bef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/happy-caucasian-woman-pajama-enjoying-morning-indoor-shot-winsome-curly-woman-with-cup-coffee_197531-14679.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-caucasian-woman-pajama-enjoying-morning-indoor-shot-winsome-curly-woman-with-cup-coffee_197531-14679.jpg?_wi=1" imageAlt="Kine Sleepwear Lifestyle" mediaAnimation="slide-up" avatars={[ @@ -147,7 +147,7 @@ export default function LandingPage() { id: "1", name: "The Clementine Set", price: "$180", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-pigments-arrangement-made-with-raw-elements_23-2148734451.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-pigments-arrangement-made-with-raw-elements_23-2148734451.jpg?_wi=1", imageAlt: "Clementine Set", }, { @@ -168,7 +168,7 @@ export default function LandingPage() { id: "4", name: "Earth Cotton Set", price: "$170", - imageSrc: "http://img.b2bpic.net/free-photo/sensual-brunette-woman-posing-beige-silk-kimono-stylish-light-bedroom-bohoh-style_273443-5366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sensual-brunette-woman-posing-beige-silk-kimono-stylish-light-bedroom-bohoh-style_273443-5366.jpg?_wi=1", imageAlt: "Earth Cotton Set", }, { @@ -222,7 +222,7 @@ export default function LandingPage() { name: "Elena R.", role: "Architect", testimonial: "The precision of the fit is unlike anything I've worn.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-pajama-enjoying-morning-indoor-shot-winsome-curly-woman-with-cup-coffee_197531-14679.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-pajama-enjoying-morning-indoor-shot-winsome-curly-woman-with-cup-coffee_197531-14679.jpg?_wi=2", }, { id: "2", @@ -243,14 +243,14 @@ export default function LandingPage() { name: "James L.", role: "Developer", testimonial: "Sustainable and stylish, finally.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-pigments-arrangement-made-with-raw-elements_23-2148734451.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-pigments-arrangement-made-with-raw-elements_23-2148734451.jpg?_wi=2", }, { id: "5", name: "Chloe M.", role: "Artist", testimonial: "The fabric quality is absolutely world-class.", - imageSrc: "http://img.b2bpic.net/free-photo/sensual-brunette-woman-posing-beige-silk-kimono-stylish-light-bedroom-bohoh-style_273443-5366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sensual-brunette-woman-posing-beige-silk-kimono-stylish-light-bedroom-bohoh-style_273443-5366.jpg?_wi=2", }, ]} /> -- 2.49.1