diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b9e094..2da0198 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,6 +52,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-bedroom_74190-4127.jpg", imageAlt: "Hotel balcony view" }, { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-bedroom_74190-4127.jpg", imageAlt: "Room interior" } ]} + mediaAnimation="blur-reveal" buttons={[{ text: "Book Your Stay", href: "#" }, { text: "View Rooms", href: "#rooms" }]} /> @@ -59,7 +60,6 @@ export default function LandingPage() {