From 1d096c7544ff73b72fdceb9ed3b4c12b55aaea77 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:26:22 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0cde629..263a84f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -50,7 +50,7 @@ const AboutPage = () => { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="flat" secondaryButtonStyle="glass" From 81b068c3232fb01c7cd541b62804d7d1ff85ebef Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:26:25 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 17d5f27..6dd637f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -50,7 +50,7 @@ const ContactPage = () => { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -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: "noise" }} + background={{ variant: "glowing-orb" }} 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" From e180f0acab892a06d59bc24a9e7b25d6abb6155c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:26:27 +0000 Subject: [PATCH 3/5] 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 9bbe463..8bcdf4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ const HomePage = () => { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -100,7 +100,7 @@ const HomePage = () => { { text: "See Our Services", href: "/services" }, ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} ariaLabel="Hero section" /> From 11354f3d9b395837189c118e8a5c9161297eec70 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:26:28 +0000 Subject: [PATCH 4/5] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 2cf41f4..60dc880 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -49,7 +49,7 @@ const PortfolioPage = () => { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="flat" secondaryButtonStyle="glass" From d686d2100bc4640d7463f06e2faca6c4835fbb33 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:26:30 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6fcef53..fc5ec62 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -49,7 +49,7 @@ const ServicesPage = () => { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="flat" secondaryButtonStyle="glass"