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