From 87e4e4bf11c61371f4655193e3aa23a1dc4a1a8f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:32:18 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6dd637f..fee3f0f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -69,7 +69,7 @@ const ContactPage = () => { tagAnimation="slide-up" title="Ready to Transform Your Business?" description="Let's bring your vision to life with cutting-edge web and mobile solutions tailored to your goals. Partner with us to unlock your digital potential." - background={{ variant: "glowing-orb" }} + background={{ variant: "noise" }} useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/modern-tech-company-office-environment-s-1772536829959-06972360.png" imageAlt="Contact us - modern office environment" -- 2.49.1 From 3331b1eafc3418d44ae5c53c0fb71428de17ddd2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:32:21 +0000 Subject: [PATCH 2/2] 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 d36df9b..8e765ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ const HomePage = () => { { text: "See Our Services", href: "/services" }, ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "noise" }} useInvertedBackground={false} ariaLabel="Hero section" /> -- 2.49.1