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