From c7785c92862fa9ca41a1975b8b38b8c28ee238e0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:34:54 +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 2df9670..cb16e67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -45,7 +45,7 @@ export default function LandingPage() { description="Little Tokyo's Most Loved Japanese Café Experience" tag="Sweet Rituals. Tokyo Soul." tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} buttons={[ { text: "Visit Us Today", href: "#location" }, { text: "See the Menu", href: "#menu" } -- 2.49.1