From f79dfcf94d0283527fd77a71091afd861b8033c0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:36:21 +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 5926475..94013cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Bienvenue" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "fluid" }} imageSrc="http://img.b2bpic.net/free-photo/businessman-working-tablet-cafe_53876-104032.jpg" imageAlt="ROBZ Services" mediaAnimation="slide-up" @@ -232,7 +232,7 @@ export default function LandingPage() { { text: "Demander un Devis", href: "https://devis.robz.fr" }, ]} buttonAnimation="blur-reveal" - background={{ variant: "glowing-orb" }} + background={{ variant: "fluid" }} useInvertedBackground={false} /> -- 2.49.1