From 97a8b6f4409b1d16c5b596e6fff466d60de1cf49 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 12:49:26 +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 d12bd1f..fdb790d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { buttonAnimation="blur-reveal" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-elegant-lady-white-suit-touches-hair-blonde-lady-skirt-jacket-blouse-poses-i_197531-33590.jpg", imageAlt: "Base King collection showcase" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-elegant-lady-white-suit-touches-hair-blonde-lady-skirt-jacket-blouse-poses-i_197531-33590.jpg?_wi=1", imageAlt: "Base King collection showcase" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAGKQOKjzaRIET3CjjDvTIoo6q/uploaded-1773924497147-8i6kpdh3.png", imageAlt: "Base King branding" @@ -80,7 +80,7 @@ export default function LandingPage() { gridVariant="bento-grid" products={[ { - id: "1", name: "Signature Black Tee", price: "$45", variant: "100% Cotton", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-top-view_23-2150264134.jpg", imageAlt: "Signature Black Tee" + id: "1", name: "Signature Black Tee", price: "$45", variant: "100% Cotton", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-top-view_23-2150264134.jpg?_wi=1", imageAlt: "Signature Black Tee" }, { id: "2", name: "Cream Luxury Sweater", price: "$85", variant: "Merino Blend", imageSrc: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773418.jpg", imageAlt: "Cream Luxury Sweater" @@ -132,11 +132,11 @@ export default function LandingPage() { }, { id: "2", title: "Timeless Design", author: "Minimalist Philosophy", description: "Our designs transcend trends, focusing on classic silhouettes that remain relevant for years.", tags: ["Minimalist", "Classic"], - imageSrc: "http://img.b2bpic.net/free-photo/attractive-elegant-lady-white-suit-touches-hair-blonde-lady-skirt-jacket-blouse-poses-i_197531-33590.jpg", imageAlt: "Timeless design" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-elegant-lady-white-suit-touches-hair-blonde-lady-skirt-jacket-blouse-poses-i_197531-33590.jpg?_wi=2", imageAlt: "Timeless design" }, { id: "3", title: "Artisan Crafted", author: "Expert Makers", description: "Each piece is carefully constructed by skilled artisans who take pride in their work.", tags: ["Handmade", "Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-top-view_23-2150264134.jpg", imageAlt: "Artisan crafted" + imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-top-view_23-2150264134.jpg?_wi=2", imageAlt: "Artisan crafted" } ]} buttons={[ -- 2.49.1