diff --git a/src/app/page.tsx b/src/app/page.tsx index 2eeaf22..130cf3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" },