From 28b62aa53b961db73e75a04a79995d3fed1aff7c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 15:55:36 +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 1a16363..ed3b193 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,19 +62,19 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-heels_23-2149741919.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-heels_23-2149741919.jpg?_wi=1", imageAlt: "Fashion editorial 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/skinny-fancy-girl-blue-swimsuit-bikini-summer-hot-clear-cloak-brades-near-palm-trees-sexy-lady-beach-sand-sea_343629-251.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skinny-fancy-girl-blue-swimsuit-bikini-summer-hot-clear-cloak-brades-near-palm-trees-sexy-lady-beach-sand-sea_343629-251.jpg?_wi=1", imageAlt: "Fashion editorial 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-covering-her-face-with-veil-beach_23-2149460564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-covering-her-face-with-veil-beach_23-2149460564.jpg?_wi=1", imageAlt: "Fashion editorial 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-caucasian-woman-fashion-blogger-wearing-stylish-clothes-head-scarf_343596-393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-caucasian-woman-fashion-blogger-wearing-stylish-clothes-head-scarf_343596-393.jpg?_wi=1", imageAlt: "Fashion editorial 4", }, { @@ -167,7 +167,7 @@ export default function LandingPage() { name: "Elena M.", handle: "@elena_fashion", testimonial: "It fits perfectly, feels expensive.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-heels_23-2149741919.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-heels_23-2149741919.jpg?_wi=2", imageAlt: "modern feminine wardrobe fashion", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { name: "Mia L.", handle: "@miavibes", testimonial: "Saw it on TikTok and had to buy it.", - imageSrc: "http://img.b2bpic.net/free-photo/skinny-fancy-girl-blue-swimsuit-bikini-summer-hot-clear-cloak-brades-near-palm-trees-sexy-lady-beach-sand-sea_343629-251.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skinny-fancy-girl-blue-swimsuit-bikini-summer-hot-clear-cloak-brades-near-palm-trees-sexy-lady-beach-sand-sea_343629-251.jpg?_wi=2", imageAlt: "modern feminine wardrobe fashion", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { name: "Chloe B.", handle: "@chloeofficial", testimonial: "My go-to brand for summer outfits.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-covering-her-face-with-veil-beach_23-2149460564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-covering-her-face-with-veil-beach_23-2149460564.jpg?_wi=2", imageAlt: "modern feminine wardrobe fashion", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { name: "Sophia R.", handle: "@sophia_beauty", testimonial: "Simply elegant, love the fabric!", - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-caucasian-woman-fashion-blogger-wearing-stylish-clothes-head-scarf_343596-393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-caucasian-woman-fashion-blogger-wearing-stylish-clothes-head-scarf_343596-393.jpg?_wi=2", imageAlt: "modern feminine wardrobe fashion", }, ]}