From a7bfdda85c1c3358e256a77bfdc28ab37800cf6e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 16:41:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4764cb..c61b991 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,7 +137,7 @@ export default function LuxuryHotelPage() { tag="Booking" tagIcon={Calendar} textboxLayout="default" - animationType="smooth" + animationType="slide-up" useInvertedBackground={false} plans={[ { @@ -202,7 +202,7 @@ export default function LuxuryHotelPage() { tag="Help & Support" tagIcon={HelpCircle} textboxLayout="default" - animationType="slide-up" + animationType="smooth" mediaAnimation="slide-up" useInvertedBackground={false} faqsAnimation="slide-up" -- 2.49.1