From 0869cc5c7ef85d0fbe68af382b99517c387d1a05 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:42:16 +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 dd0d3e6..d724c59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Místní expert" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Zavolejte nyní: +420 722 775 300", href: "tel:+420722775300" }, { text: "Objednat službu", href: "#contact" } @@ -178,7 +178,7 @@ export default function LandingPage() { description="Pošlete nám zprávu nebo nás zavolejte. Odpovíme v nejbližší pracovní dobu." tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} inputPlaceholder="Váš e-mail" buttonText="Odeslat" termsText="Váš e-mail použijeme pouze pro komunikaci ohledně vaší objednávky. Veškeré osobní údaje jsou chráněny." -- 2.49.1