From 5060c26da20742ebaa7af42939e955e9ba650a98 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:56:29 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 70ac3615ea745a62429ee012ca8afa3015fa530b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:56:29 +0000 Subject: [PATCH 2/2] 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 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 -- 2.49.1