From 41564abeff2c30e5a63a0b675f01c69359d83e63 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:19:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08db902..4302e45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -205,6 +205,7 @@ export default function HomePage() { testimonials={testimonials} gridVariant="uniform-all-items-equal" textboxLayout="default" + animationType="slide-up" useInvertedBackground={false} /> @@ -227,6 +228,7 @@ export default function HomePage() { description="Every element of Jashn-E-Bengal is designed to create unforgettable moments with loved ones." features={experienceFeatures} textboxLayout="default" + animationType="slide-up" useInvertedBackground={false} /> @@ -237,6 +239,7 @@ export default function HomePage() { description="Alongside our restaurant, enjoy a delightful range of fresh baked treats and celebration cakes." features={bakeryFeatures} textboxLayout="default" + animationType="slide-up" useInvertedBackground={true} /> @@ -270,6 +273,7 @@ export default function HomePage() { description="Glimpse into the warmth, elegance, and culinary excellence of Jashn-E-Bengal." features={galleryFeatures} textboxLayout="default" + animationType="slide-up" useInvertedBackground={false} /> -- 2.49.1