From 8d4d04c0ab51101b4025327a3b08d7546f414ee0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:48:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5529399..835d660 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="Clean Beauty" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttons={[ { text: "Shop Now", href: "#products" }, { text: "Learn More", href: "#about" } @@ -67,7 +67,7 @@ export default function LandingPage() { title="Product Categories" description="Explore our carefully curated collections of skincare, makeup, and beauty tools" tag="Shop by Category" - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} animationType="slide-up" @@ -85,7 +85,7 @@ export default function LandingPage() { title="Best Sellers" description="Our most loved products trusted by thousands of beauty enthusiasts" tag="Customer Favorites" - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={true} animationType="slide-up" @@ -103,7 +103,7 @@ export default function LandingPage() {