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