From 337ffe609b6ec4b2942ad7b7947adc8edef85e6c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:51:53 +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 d4ea61f..d5bd7b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,13 +50,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2738.jpg", imageAlt: "Modern streetwear collection" + imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2738.jpg?_wi=1", imageAlt: "Modern streetwear collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-unbuttoning-rolling-up-second-sleeve-his-casual-faded-blue-denim-shirt-with-white-walls_346278-938.jpg", imageAlt: "Casual wear collection" + imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-unbuttoning-rolling-up-second-sleeve-his-casual-faded-blue-denim-shirt-with-white-walls_346278-938.jpg?_wi=1", imageAlt: "Casual wear collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg", imageAlt: "Drill collection" + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=1", imageAlt: "Drill collection" } ]} autoplayDelay={5000} @@ -69,7 +69,7 @@ export default function LandingPage() { title="Four Distinct Styles" description="Discover our curated collections, each representing a unique aesthetic and lifestyle. From timeless Old Money elegance to bold Streetwear statements." tag="Collections" - imageSrc="http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-romantic-guy-white-shirt-cap-suspenders-walks-city-revolves-around-lamppost-peaky-blinders-old-fashioned-retro_1321-2047.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-romantic-guy-white-shirt-cap-suspenders-walks-city-revolves-around-lamppost-peaky-blinders-old-fashioned-retro_1321-2047.jpg?_wi=1" imageAlt="Collections showcase" accordionItems={[ { @@ -100,7 +100,7 @@ export default function LandingPage() { description="Alexander K." subdescription="Kyiv, Ukraine" icon={Star} - imageSrc="http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-romantic-guy-white-shirt-cap-suspenders-walks-city-revolves-around-lamppost-peaky-blinders-old-fashioned-retro_1321-2047.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-romantic-guy-white-shirt-cap-suspenders-walks-city-revolves-around-lamppost-peaky-blinders-old-fashioned-retro_1321-2047.jpg?_wi=2" imageAlt="WORE brand essence" useInvertedBackground={false} mediaAnimation="blur-reveal" @@ -114,13 +114,13 @@ export default function LandingPage() { tag="New Arrivals" products={[ { - id: "1", name: "Minimal Oversized Tee", price: "₴890", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2738.jpg", imageAlt: "Oversized tee" + id: "1", name: "Minimal Oversized Tee", price: "₴890", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2738.jpg?_wi=2", imageAlt: "Oversized tee" }, { - id: "2", name: "Classic Black Hoodie", price: "₴1,290", imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-unbuttoning-rolling-up-second-sleeve-his-casual-faded-blue-denim-shirt-with-white-walls_346278-938.jpg", imageAlt: "Black hoodie" + id: "2", name: "Classic Black Hoodie", price: "₴1,290", imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-unbuttoning-rolling-up-second-sleeve-his-casual-faded-blue-denim-shirt-with-white-walls_346278-938.jpg?_wi=2", imageAlt: "Black hoodie" }, { - id: "3", name: "Urban Cargo Pants", price: "₴1,590", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg", imageAlt: "Cargo pants" + id: "3", name: "Urban Cargo Pants", price: "₴1,590", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=2", imageAlt: "Cargo pants" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1