From f628d91c3506044f6745d02e42f727e858861c87 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 07:03:26 +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 7cb979b..e9676b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,15 +68,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021807.jpg?_wi=1", imageAlt: "Fashion Model", }, { - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-many-messy-fabrics_23-2147874958.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-many-messy-fabrics_23-2147874958.jpg?_wi=1", imageAlt: "Luxury Fabric", }, { - imageSrc: "http://img.b2bpic.net/free-photo/rear-view-woman-walking-through-mall_1098-2469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rear-view-woman-walking-through-mall_1098-2469.jpg?_wi=1", imageAlt: "Fashion Store", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-closed-black-gift-box_107791-18203.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021807.jpg?_wi=2", imageAlt: "ecommerce website mockup", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166948.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-many-messy-fabrics_23-2147874958.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-many-messy-fabrics_23-2147874958.jpg?_wi=2", imageAlt: "ecommerce website mockup", }, { @@ -162,7 +162,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-customizing-avatar-concept_23-2150729049.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/rear-view-woman-walking-through-mall_1098-2469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rear-view-woman-walking-through-mall_1098-2469.jpg?_wi=2", imageAlt: "ecommerce website mockup", }, ]} -- 2.49.1