Update src/app/services/page.tsx

This commit is contained in:
2026-04-15 15:14:45 +00:00
parent 299bba03c8
commit ccb238cabc

View File

@@ -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() {
<ContactCTA
title="Ready to Start?"
description="Let's discuss how we can help your brand."
tag="Contact"
useInvertedBackground={false}
background={{ variant: "rotated-rays-animated" }}
buttons={[{ text: "Get Started", href: "/contact" }]}
/>
<FooterBase