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" }