1 Commits

Author SHA1 Message Date
d07340539c Update src/app/page.tsx 2025-12-26 09:18:04 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
imageAlt="Hotel Setsu luxury suite overlooking traditional gardens" imageAlt="Hotel Setsu luxury suite overlooking traditional gardens"
imagePosition="right" imagePosition="right"
buttons={[ buttons={[
{ text: "Book Your Stay", href: "contact" }, { text: "Book Your Stay", href: "https://linkedin.com" },
{ text: "Explore More", href: "about" } { text: "Explore More", href: "about" }
]} ]}
/> />