From c107ef87195669bdffb87166d2c4b184c3f1fda0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:11:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4682b46..76ad7a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { useInvertedBackground={false} mediaAnimation="none" metricsAnimation="none" - imageSrc="http://img.b2bpic.net/free-photo/fashionable-blond-female-sits-round-chair-big-empty-room_613910-8167.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fashionable-blond-female-sits-round-chair-big-empty-room_613910-8167.jpg?_wi=1" imageAlt="Fashion runway collection models" /> @@ -126,10 +126,10 @@ export default function LandingPage() { metrics={[ { id: "1", value: "Exclusive", title: "Runway Pieces", description: "Limited edition collection", imageSrc: - "http://img.b2bpic.net/free-photo/fashionable-blond-female-sits-round-chair-big-empty-room_613910-8167.jpg", imageAlt: "Fashion runway collection"}, + "http://img.b2bpic.net/free-photo/fashionable-blond-female-sits-round-chair-big-empty-room_613910-8167.jpg?_wi=2", imageAlt: "Fashion runway collection"}, { id: "2", value: "Dramatic", title: "Cinematic Style", description: "Editorial fashion moment", imageSrc: - "http://img.b2bpic.net/free-photo/fashionable-blond-female-sits-round-chair-big-empty-room_613910-8167.jpg", imageAlt: "Fashion runway models"}, + "http://img.b2bpic.net/free-photo/fashionable-blond-female-sits-round-chair-big-empty-room_613910-8167.jpg?_wi=3", imageAlt: "Fashion runway models"}, ]} buttons={[{ text: "Shop Now", href: "#products" }]} /> -- 2.49.1