From bf44c53289a5819a523d5ad32afa01a9b4638408 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:44:44 +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 c0bc29c..135183e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="mediumLarge" - background="blurBottom" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -42,7 +42,7 @@ export default function LandingPage() { tag="24/7 Bereikbaar" tagIcon={Clock} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "canvas-reveal" }} buttons={[ { text: "📞 Bel direct: 06 40710814", href: "tel:0640710814" }, { text: "📩 Offerte aanvragen", href: "#contact" }, -- 2.49.1