Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 21:56:34 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1392,4 +1392,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}