From 246b47784a24a6476997a3e1bc6f886cff60fe3b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 03:56:42 +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 24c66f4..087a94c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -45,7 +45,7 @@ export default function LandingPage() { description="Award-winning chef specializing in contemporary fine dining and bespoke culinary experiences. Transforming ingredients into unforgettable moments of gastronomic perfection." tag="Master Chef" tagIcon={ChefHat} - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "20+", label: "Years Experience" }, { value: "50+", label: "Signature Dishes" }, -- 2.49.1