diff --git a/src/app/page.tsx b/src/app/page.tsx index cad995d..dfe5428 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-3465.jpg", imageAlt: "Balcony view" }, { imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-anime-style_23-2151176365.jpg", imageAlt: "Comfortable room" } ]} - buttons={[{ text: "Book Now", href: "#contact" }]} + buttons={[{ text: "Check Availability & Book", href: "#contact" }]} avatars={[ { src: "http://img.b2bpic.net/free-photo/tyrrhenian-sunset-from-peloritani-mountains-sicily-italy_181624-21176.jpg", alt: "Happy guest" }, { src: "http://img.b2bpic.net/free-photo/wooden-railing-view-beautiful-mountains-sunset_181624-12889.jpg", alt: "Happy guest" }, @@ -233,4 +233,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file