From 6fbe945386151bf5663212391a6cfc211625d733 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:09:14 +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 fa66f86..3df255d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -45,7 +45,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Experience Coffee Perfection" description="Reserve your table and discover artisanal coffee, freshly baked pastries, and a warm ambiance perfect for every moment. From morning espresso to evening conversations." - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5437.jpg", imageAlt: "Cozy cafe seating area with warm lighting" -- 2.49.1