From 2d0ddd6d7e6350acb7d397323ae859b0f644926b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 16:28:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c8892a..ed91343 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/empty-trendy-clothing-store-selling-fashionable-items-shoes_482257-93115.jpg", imageAlt: "luxury clothing store interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-trendy-clothing-store-selling-fashionable-items-shoes_482257-93115.jpg?_wi=1", imageAlt: "luxury clothing store interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600202.jpg", imageAlt: "luxury bag studio photography"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600202.jpg?_wi=1", imageAlt: "luxury bag studio photography"}, { imageSrc: "http://img.b2bpic.net/free-photo/laptop-notebooks-girls-bed_53876-144959.jpg", imageAlt: "luxury lifestyle flat lay"}, ]} @@ -136,13 +136,13 @@ export default function LandingPage() { "Early access", "Express shipping", "Personalized support"], button: { text: "Choose"}, - imageSrc: "http://img.b2bpic.net/free-photo/empty-trendy-clothing-store-selling-fashionable-items-shoes_482257-93115.jpg", imageAlt: "premium clothing fabric texture"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-trendy-clothing-store-selling-fashionable-items-shoes_482257-93115.jpg?_wi=2", imageAlt: "premium clothing fabric texture"}, { id: "p3", title: "Elite", price: "$49", period: "/mo", features: [ "Priority support", "Free shipping", "Exclusive gifts"], button: { text: "Choose"}, - imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600202.jpg", imageAlt: "premium clothing fabric texture"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600202.jpg?_wi=2", imageAlt: "premium clothing fabric texture"}, ]} title="Choose Your Plan" description="Unlock exclusive benefits and early access with our premium membership plans." -- 2.49.1