From 4f23f73e567d54c39253564a1cf49ed222c23a47 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:04:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 253665e..9022bce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,18 +50,18 @@ export default function LandingPage() { description="Discover our exclusive collection of handcrafted garments, where sustainable luxury meets innovative design. Each piece tells a story of meticulous craftsmanship and artistic vision." tag="New Collection" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttons={[ { text: "Explore Collection", href: "#collections" }, { text: "Learn Our Story", href: "#about" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-heels_23-2149741919.jpg", imageAlt: "luxury fashion designer workspace studio" }, { imageSrc: "http://img.b2bpic.net/free-photo/designer-working-her-workshop-alone_23-2148877361.jpg", imageAlt: "premium fabric texture close-up" }, { imageSrc: "http://img.b2bpic.net/free-photo/shapely-blonde-sea-dubai-palm-trees-hot-gorgeous-dresses-summer-sunny-lifestyle-fashion-shooting-waving-wind-dress-calm-chilling-out-near-pool-hairstyle-makeup_343629-166.jpg", imageAlt: "fashion model wearing designer dress" } ]} - background="radial-gradient" + background={{ variant: "radial-gradient" }} className="min-h-screen" containerClassName="py-24" titleClassName="text-5xl md:text-6xl font-bold" @@ -76,14 +76,14 @@ export default function LandingPage() {