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"