From e473ff8e9a7bf9572d3a67b64e3fc7288aeebfa7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:14:44 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b6e2e00..4b58709 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -38,6 +38,7 @@ export default function AboutPage() { From 299bba03c8ff17463996c7bd3cb3e6029d9c5ec7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:14:44 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 47c1ec7..aef15a2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -37,6 +37,7 @@ export default function ContactPage() { title="Let's Start Your Next Project" description="Have a vision you want to bring to life? We're here to help. Reach out and let's create something extraordinary together." background={{ variant: "canvas-reveal" }} + useInvertedBackground={false} mediaPosition="right" /> From ccb238cabc2bbb98520d4ee42f2cf6d31ad88a63 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:14:45 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3bcdbc5..65a8c04 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -49,6 +49,7 @@ export default function ServicesPage() { title: "Web Development", description: "Custom high-performance web solutions.", bentoComponent: "media-stack", items: [ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Dev 1" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Dev 2" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Dev 3" }, ], }, ]} @@ -56,6 +57,9 @@ export default function ServicesPage() {