Update src/app/services/page.tsx
This commit is contained in:
@@ -26,6 +26,7 @@ export default function ServicesPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Dialedweb"
|
brandName="Dialedweb"
|
||||||
navItems={[
|
navItems={[
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
@@ -106,7 +107,7 @@ export default function ServicesPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
text="Ready to discuss your project? Let's explore how we can bring your digital vision to life with our premium development services."
|
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"
|
animationType="entrance-slide"
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "aurora" }}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Your Project", href: "/contact" },
|
{ text: "Start Your Project", href: "/contact" },
|
||||||
|
|||||||
Reference in New Issue
Block a user