diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b64ba9..4daa6ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,10 +49,10 @@ export default function LandingPage() { { text: "Book Your Stay", href: "contact" }, { text: "Explore Rooms", href: "rooms" } ]} - imageSrc="http://img.b2bpic.net/free-photo/top-side-view-restaurant-stairs-from-black-marble-long-windows-with-fabric-blinds_140725-8859.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/top-side-view-restaurant-stairs-from-black-marble-long-windows-with-fabric-blinds_140725-8859.jpg" imageAlt="Luxury Hotel Lobby" showDimOverlay={true} - buttonAnimation="slide-up" + buttonAnimation="opacity" /> @@ -172,11 +172,11 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Find answers to common questions about our hotel, amenities, and booking process." textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={false} mediaPosition="left" - mediaAnimation="fade-reveal" - faqsAnimation="entrance-slide" + mediaAnimation="opacity" + faqsAnimation="blur-reveal" faqs={[ { id: "1", title: "What are the check-in and check-out times?", content: "Standard check-in time is 3:00 PM and check-out is 11:00 AM. Early check-in and late check-out can be arranged subject to availability. Please contact our concierge team for assistance." @@ -194,7 +194,7 @@ export default function LandingPage() { id: "5", title: "What dining options are available?", content: "Our resort features a fine dining restaurant, casual bistro, and 24-hour room service. We also offer customized meal plans and special dietary accommodations upon request." } ]} - imageSrc="http://img.b2bpic.net/free-photo/top-side-view-restaurant-stairs-from-black-marble-long-windows-with-fabric-blinds_140725-8859.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/top-side-view-restaurant-stairs-from-black-marble-long-windows-with-fabric-blinds_140725-8859.jpg" imageAlt="Hotel Interior" />