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() { 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" /> 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() {