From 7becace3a714bba2f0e6530c51b53b355bad1c35 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:52:17 +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 9443b52..5990f9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -46,7 +46,7 @@ export default function LandingPage() { description="For decades, Stock's Bakery has been crafting the finest pound cakes and baked goods in Kensington. Taste the tradition. Experience the difference." tag="Est. Since 1950s" tagIcon={Cake} - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Visit Us Today", href: "https://www.google.com/maps/place/Stock's+Bakery/@39.9947,-75.1240,17z"}, -- 2.49.1