From 5302afe4a28fd29eac7c4b8485fa18437c334591 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:25:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e67307c..042a181 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,7 +25,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="largeSmallSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -42,7 +42,7 @@ export default function LandingPage() { tag="NBC Café Since 2017" tagIcon={Coffee} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354593.jpg" imageAlt="Coffee being poured with latte art" @@ -162,7 +162,7 @@ export default function LandingPage() { tag="Get in Touch" title="Visit Nothing Before Coffee" description="Stop by our café on DVG Road in Basavanagudi. We're open daily from 7:30 AM to 11:30 PM. Call us at +91 63601 90874 for any queries." - background={{ variant: "fluid" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe" -- 2.49.1