From ac704a2c47fac9b36c03cc33c5b466d3f336cfb4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:50:31 +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 aaea137..2dfbb02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Explore Rooms", href: "product" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} dashboard={{ title: "Guest Experience Hub", logoIcon: Hotel, imageSrc: "http://img.b2bpic.net/free-photo/empty-lounge-area-hotel-lobby_482257-78142.jpg", searchPlaceholder: "Search rooms...", sidebarItems: [ -- 2.49.1