diff --git a/src/app/page.tsx b/src/app/page.tsx index b027949..c0caed8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { tag="Hotel Excellence" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Reserve Your Room", href: "contact" }, { text: "Explore Rooms", href: "rooms" }, @@ -267,7 +267,7 @@ export default function LandingPage() {