From 3195a1f6d1e48e23bb1eea5e672d20bf28e3bcdd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:34:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f573f77..1d3e398 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,6 +72,7 @@ export default function LandingPage() { description="Handpicked products from top brands with exceptional ratings and reviews" tag="Best Sellers" gridVariant="three-columns-all-equal-width" + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} products={[ @@ -225,6 +226,7 @@ export default function LandingPage() { title="Customer Love" description="See what our happy customers have to say about their StyleHub experience" tag="Reviews" + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} testimonials={[ @@ -349,4 +351,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1