From da55be86ab9be03324b287d04322ccaf9d69e545 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 04:00:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f1fd86..d0ef1d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="outline" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -44,26 +44,26 @@ export default function LandingPage() { tag="New Collection" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-women-working-as-clothing-designers_23-2150762220.jpg?_wi=1", imageAlt: "Premium fabric texture"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-women-working-as-clothing-designers_23-2150762220.jpg", imageAlt: "Premium fabric texture"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-trying-dress-room_1153-8054.jpg?_wi=1", imageAlt: "Luxury clothing display"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-trying-dress-room_1153-8054.jpg", imageAlt: "Luxury clothing display"}, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478992.jpg?_wi=1", imageAlt: "Fashion accessories detail"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478992.jpg", imageAlt: "Fashion accessories detail"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-home-goods-store-chooses-bath-towel-shopping-concept_169016-49336.jpg?_wi=1", imageAlt: "Clothing store display"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-home-goods-store-chooses-bath-towel-shopping-concept_169016-49336.jpg", imageAlt: "Clothing store display"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-home-goods-store-chooses-bath-towel-shopping-concept_169016-49336.jpg?_wi=2", imageAlt: "Fashion collection showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-home-goods-store-chooses-bath-towel-shopping-concept_169016-49336.jpg", imageAlt: "Fashion collection showcase"}, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478992.jpg?_wi=2", imageAlt: "Style details"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478992.jpg", imageAlt: "Style details"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-trying-dress-room_1153-8054.jpg?_wi=2", imageAlt: "Retail environment"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-trying-dress-room_1153-8054.jpg", imageAlt: "Retail environment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-women-working-as-clothing-designers_23-2150762220.jpg?_wi=2", imageAlt: "Material quality"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-women-working-as-clothing-designers_23-2150762220.jpg", imageAlt: "Material quality"}, ]} buttons={[ { text: "Shop Collection", href: "#products" },