From 593f78a839229347628b9432a069557d76fb6a03 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:01:59 +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 8d195b7..76c9fd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmallSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -207,7 +207,7 @@ export default function LandingPage() { { text: "☎ Позвонить: +7 (383) 266-XX-XX", href: "tel:+73832660000" }, { text: "💬 Написать в WhatsApp", href: "https://wa.me/79000000000" } ]} - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1