From 628d489eb4510872143c57a627c610cac8a46d46 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:46:24 +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 8ddb1fd..cfecda9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function SinpaDesignPage() { tag="Creative Excellence" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "noise" }} useInvertedBackground={false} buttons={[ { text: "Browse Services", href: "services" }, @@ -231,7 +231,7 @@ export default function SinpaDesignPage() { description="Join our community of satisfied clients. Submit your project details and our team will reach out within 24 hours with a personalized quote." tagIcon={ArrowRight} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "noise" }} useInvertedBackground={false} inputPlaceholder="your@email.com" buttonText="Start Your Order" -- 2.49.1