From d00f6736cc22947a8ec20de58b7f8da6c0969771 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:14:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {