From dd883d56a5b7d8e985ceb81dd42f4398ddce527f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 08:26:33 +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 9f8df0e..9b764bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="large" - background="animated-grid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -181,7 +181,7 @@ export default function LandingPage() { { text: "Kontakta oss", href: "mailto:info@stanislav-hair.se" } ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} ariaLabel="Contact section - Get in touch" /> -- 2.49.1