diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c857389..31ac798 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 2777b46..a29d8d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { description="Experience luxury and comfort in the heart of Bekasi. Your perfect getaway awaits with world-class amenities and exceptional hospitality." buttons={[ { text: "Book Your Stay", href: "#contact" }, - { text: "Explore Rooms", href: "#product" } + { text: "View All Rooms", href: "#product" } ]} background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=1" @@ -234,4 +234,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file