diff --git a/src/App.tsx b/src/App.tsx index 7bf733c..8bf9f3b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -22,8 +22,7 @@ export default function App() { { name: "Amenities", href: "#amenities" }, { name: "Contact", href: "#contact" }, ]} - ctaButton={{ - text: "Book Now", href: "#contact"}} + ctaButton={{ text: "Book Now", href: "#contact" }} /> @@ -32,10 +31,8 @@ export default function App() { tag="Welcome to Excellence" title="Where Luxury Meets Comfort" description="Experience unparalleled hospitality in the heart of the city, designed for those who appreciate the finer things." - primaryButton={{ - text: "Book Your Stay", href: "#contact"}} - secondaryButton={{ - text: "Explore Rooms", href: "#rooms"}} + primaryButton={{ text: "Book Your Stay", href: "#contact" }} + secondaryButton={{ text: "Explore Rooms", href: "#rooms" }} items={[ { imageSrc: "https://pixabay.com/get/g877d471cb9097f264ad6bbd1cb9ae6c2c9a7412358193dff6ad5e19e8e53afe7a3716e4567dea8d040df2c8196e06cb566b3411c39e2d415442bbc960fc45140_1280.jpg" }, { imageSrc: "https://pixabay.com/get/g06671c0412aee1f67b58bb5873ba020f81cfe192b3541c82e19bb877f13fb3f594985600e262931bca4daf8ac3ccffd501bbfc4e20fa1e0aba0c81fbc7314845_1280.jpg" },