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() {