From 89bae0fd6e85d3bf780170df6234a17f1e97b8d9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:49:22 +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 5a2ebd2..bab1437 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { imageAlt="Stay Lit smoke shop interior" mediaAnimation="slide-up" useInvertedBackground={false} - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> @@ -90,7 +90,7 @@ export default function LandingPage() { title="Featured Products" description="Explore our carefully selected collection of premium vaping and smoking products" tag="Shop Collection" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} @@ -114,7 +114,7 @@ export default function LandingPage() { title="Why Choose Stay Lit" description="Experience the difference with our commitment to quality, expertise, and community" tag="Our Advantages" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={true} @@ -146,7 +146,7 @@ export default function LandingPage() { title="Trusted by Top Brands" description="We partner with industry-leading manufacturers and suppliers worldwide" tag="Partnerships" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} names={[ @@ -161,7 +161,7 @@ export default function LandingPage() { title="Customer Reviews" description="Hear from our satisfied community members about their Stay Lit experience" tag="Testimonials" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} testimonials={[ -- 2.49.1