Update src/app/page.tsx

This commit is contained in:
2026-03-05 10:09:34 +00:00
parent 0a8d932d43
commit 1435b363fc

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSmall"
background="floatingGradient"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
@@ -50,7 +50,7 @@ export default function LandingPage() {
tag="Premium Comfort Stay"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Check Availability", href: "https://booking.example.com" },
{ text: "View Rooms", href: "#rooms" },