From 3204ec691662ae0664c2bfa4e85eabb16ef21a68 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 09:43:03 +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 2e3440d..0699d46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623501.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623501.jpg?_wi=1", imageAlt: "minimalist streetwear fashion photography", }, { @@ -103,7 +103,7 @@ export default function LandingPage() { title="Passion for Fashion" description="At HOUSE OF REVO, we believe in style that speaks. Founded in Panadura, we strive to bring high-quality, trendy, and affordable fashion to our local community." subdescription="Our focus is on premium fabrics and unique designs that make you stand out." - imageSrc="http://img.b2bpic.net/free-photo/middle-eastern-client-wheelchair-examining-clothes-racks-retail-store_482257-118472.jpg" + imageSrc="http://img.b2bpic.net/free-photo/middle-eastern-client-wheelchair-examining-clothes-racks-retail-store_482257-118472.jpg?_wi=1" mediaAnimation="slide-up" icon={Sparkles} imageAlt="fashion designer hands fabric quality" @@ -121,7 +121,7 @@ export default function LandingPage() { id: "p1", name: "Premium Tee", price: "LKR 2,500", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-african-american-guy-white-jacket-looking-aggressive-camera-isolated-white-background_574295-4462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-african-american-guy-white-jacket-looking-aggressive-camera-isolated-white-background_574295-4462.jpg?_wi=1", imageAlt: "streetwear tshirt model studio", }, { @@ -193,7 +193,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623501.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623501.jpg?_wi=2", imageAlt: "streetwear tshirt model studio", }, { @@ -218,7 +218,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-client-wheelchair-examining-clothes-racks-retail-store_482257-118472.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-client-wheelchair-examining-clothes-racks-retail-store_482257-118472.jpg?_wi=2", imageAlt: "streetwear tshirt model studio", }, { @@ -243,7 +243,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-african-american-guy-white-jacket-looking-aggressive-camera-isolated-white-background_574295-4462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-african-american-guy-white-jacket-looking-aggressive-camera-isolated-white-background_574295-4462.jpg?_wi=2", imageAlt: "streetwear tshirt model studio", }, ]} -- 2.49.1