From 2ed5c37646d30b3b130bda3eeab051d176efb1d8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:54:29 +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 3ff1388..228833e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function LandingPage() { title="Amsterdam's Smallest & Most Charming Souvenir Shop" description="Unique gifts, friendly service, and a warm welcome in the heart of Amsterdam. Located inside Westerkerk at Westermarkt 60." tag="Located at Westerkerk" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "📞 Call Now", href: "tel:+31628710053" -- 2.49.1