From 7e1658b43bd466208c989493876707523cedf5c4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:06:53 +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 cd98f01..b05d5d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Wyślij zapytanie", href: "#contact-form" }, ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} dashboard={{ title: "Nasze możliwości", logoIcon: Wrench, imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17044.jpg", searchPlaceholder: "Szukaj usługi...", buttons: [ -- 2.49.1