Update src/app/page.tsx

This commit is contained in:
2026-03-12 13:13:51 +00:00
parent 164d360979
commit 8dea7a05bc

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="mediumLarge"
background="circleGradient"
background="aurora"
cardStyle="solid"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="Land Royal Residence Pattaya"
description="Where the rooms are big, the beds are soft, and the stress disappears. Stay in spacious, peaceful rooms just minutes from everything Pattaya offers."
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Book Your Stay", href: "#booking" },
{ text: "Check Availability", href: "#rooms" }