From 495f99d4c5c630624eba8774b3f7e4a2133951bb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 23:19:30 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 34 ++++++++++------------------------ 1 file changed, 10 insertions(+), 24 deletions(-) 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} />