diff --git a/src/app/page.tsx b/src/app/page.tsx index f8fba20..5f64ade 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,13 +29,13 @@ export default function LandingPage() { @@ -49,14 +49,16 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562538.jpg", imageAlt: "Luxurious hotel lobby"}, + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562538.jpg", imageAlt: "Luxurious hotel lobby" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-carrying-their-baby-sitting-bedroom_23-2147923004.jpg", imageAlt: "Elegant hotel suite"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-carrying-their-baby-sitting-bedroom_23-2147923004.jpg", imageAlt: "Elegant hotel suite" + } ]} mediaAnimation="slide-up" rating={5} ratingText="Rated by thousands of happy guests" - buttons={[{ text: "Reserve Your Stay", href: "pricing" }]} + buttons={[{ text: "Reserve Your Stay", href: "/pricing" }]} buttonAnimation="slide-up" /> @@ -65,7 +67,8 @@ export default function LandingPage() { @@ -173,7 +188,7 @@ export default function LandingPage() { description="Whether you're seeking a romantic retreat, a family vacation, or a business retreat, Luxe Haven offers the perfect setting. Contact our reservations team to customize your experience." buttons={[ { text: "Book Your Stay", href: "#" }, - { text: "Contact Us", href: "#" }, + { text: "Contact Us", href: "#" } ]} buttonAnimation="slide-up" background={{ variant: "plain" }}