From 18d81bf0b0f7949da1214a422566343269380905 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 02:43:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08df9f0..60e2dfb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { { value: "100%", label: "Client Satisfaction" } ]} enableKpiAnimation={true} - background="glowing-orb" + background={{ variant: "glowing-orb" }} avatars={[ { src: "http://img.b2bpic.net/free-photo/happy-female-with-warm-charming-smile-wears-casual-clothing-poses-indoor-enjoys-spare-time-dinner-break_273609-3314.jpg", alt: "Client testimonial 1" }, { src: "http://img.b2bpic.net/free-photo/high-angle-happy-bride-wearing-veil_23-2149722033.jpg", alt: "Client testimonial 2" }, -- 2.49.1