Update src/app/page.tsx

This commit is contained in:
2026-04-20 11:23:03 +00:00
parent 9bc1397970
commit d9dfc921e2

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
description="Experience peaceful relaxation and unmatched comfort in Serowe. Whether visiting for business or leisure, find your quiet retreat with us."
buttons={[
{
text: "Book Your Stay", href: "#contact"},
text: "Book Your Room", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-beautiful-architecture-water-beautiful-sunset_181624-60153.jpg"
imageAlt="Cycad Palm Hotel peaceful exterior"
@@ -203,4 +203,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}