From c1e3fbd118737b4c67a141088c52ce5067702341 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:48:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fc14a6..8c5d80f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { description="Discover our curated collection of contemporary clothing designed for the modern individual. Experience timeless elegance meets cutting-edge design." tag="New Collection" tagIcon={Sparkles} - background={{ variant: "sparkles-gradient" }} + background={{ variant: "circleGradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/seductive-close-up-photo-beautiful-blonde-girl-cocktail-silk-dress-seduces-someone-touching-her-lips-by-her-finger_639032-835.jpg", imageAlt: "Premium fashion model wearing elegant attire" @@ -54,6 +54,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-punk-woman-posing_23-2149267435.jpg", imageAlt: "Luxury clothing collection showcase" } ]} + mediaAnimation="blur-reveal" rating={5} ratingText="Trusted by fashion enthusiasts worldwide" buttons={[ @@ -115,7 +116,7 @@ export default function LandingPage() { @@ -150,7 +151,7 @@ export default function LandingPage() { tagIcon={Mail} title="Stay Updated with Latest Drops" description="Subscribe to our exclusive newsletter and receive early access to new collections, special offers, and styling tips from our fashion experts." - background={{ variant: "sparkles-gradient" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-3109.jpg" imageAlt="Fashion newsletter subscription luxury brand" -- 2.49.1