From 4977d35e627b443774a48e95f7eefd497bb77a0e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:16:25 +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 bfd3481..e6195cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function LandingPage() { title="Authentic Asian Food, Fast & Affordable" description="Generous portions, delicious curry, and friendly service right here in Zug. Order now or call us for instant takeaway." tag="⭐ Loved by Zug locals" - background={{ variant: "grid" }} + background={{ variant: "plain" }} buttons={[ { text: "Order Takeaway Now", href: "#menu" }, { text: "Call Now", href: "tel:+41123456789" } -- 2.49.1