diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6aa5aad..90e022f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -30,12 +30,10 @@ export default function ContactPage() { >
@@ -45,13 +43,10 @@ export default function ContactPage() { animationType="reveal-blur" buttons={[ { - text: "Call +1 (234) 567-890", - href: "tel:+1234567890", - }, + text: "Call +1 (234) 567-890", href: "tel:+1234567890"}, ]} background={{ - variant: "plain", - }} + variant: "plain"}} useInvertedBackground={false} /> @@ -62,32 +57,23 @@ export default function ContactPage() { animationType="entrance-slide" buttons={[ { - text: "Call Now", - href: "tel:+1234567890", - }, + text: "Call Now", href: "tel:+1234567890"}, { - text: "Get Directions", - href: "https://maps.google.com", - }, + text: "Get Directions", href: "https://maps.google.com"}, ]} background={{ - variant: "plain", - }} + variant: "plain"}} useInvertedBackground={false} />