From 847bed6303a6164f72efb04a89fcf155469c9714 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 12:25:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1