From bc52bd9f4df8009398bcd6c9c2eaaf8e3d515e6a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:09:22 +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 76aeab5..b846952 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Выбрать масло", href: "#products" }, { text: "Узнать больше", href: "#about" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} buttonAnimation="slide-up" ariaLabel="Hero section - Natural Youth Beauty Oils" /> -- 2.49.1