From f0bae105893671123f7b851799f07dc2b8a7f228 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:58:54 +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 ad99dcb..c2a94f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="none" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -141,7 +141,7 @@ export default function LandingPage() { { text: "📞 Sună: 0744 237 237", href: "tel:0744237237" }, { text: "💬 WhatsApp", href: "https://wa.me/40744237237" } ]} - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1