Update src/app/services/page.tsx

This commit is contained in:
2026-02-08 19:32:07 +00:00
parent 438d948638
commit ee6f1d7aa5

View File

@@ -26,6 +26,7 @@ export default function ServicesPage() {
<NavbarLayoutFloatingInline
brandName="Dialedweb"
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" }
@@ -106,7 +107,7 @@ export default function ServicesPage() {
<ContactText
text="Ready to discuss your project? Let's explore how we can bring your digital vision to life with our premium development services."
animationType="entrance-slide"
background={{ variant: "glowing-orb" }}
background={{ variant: "aurora" }}
useInvertedBackground="noInvert"
buttons={[
{ text: "Start Your Project", href: "/contact" },