Update src/app/contact/page.tsx
This commit is contained in:
@@ -25,6 +25,7 @@ export default function ContactPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Dialedweb"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
@@ -39,7 +40,7 @@ export default function ContactPage() {
|
||||
<ContactText
|
||||
text="Ready to transform your digital vision into reality? Let's collaborate to create something extraordinary that drives your business forward."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "aurora" }}
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "mailto:hello@dialedweb.com" },
|
||||
|
||||
Reference in New Issue
Block a user