diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 38cc9b2..c0b8ae3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -10,16 +10,16 @@ import Link from "next/link"; export default function ContactPage() { return ( @@ -44,17 +42,12 @@ export default function ContactPage() { animationType="reveal-blur" buttons={[ { - text: "Request Free Estimate", - href: "/contact", - }, + text: "Request Free Estimate", href: "/contact"}, { - text: "Call: +1 (555) 123-4567", - href: "tel:+15551234567", - }, + text: "Call: +1 (555) 123-4567", href: "tel:+15551234567"}, ]} background={{ - variant: "animated-grid", - }} + variant: "animated-grid"}} useInvertedBackground={false} /> @@ -66,19 +59,13 @@ export default function ContactPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/ceilingpro", - ariaLabel: "Follow us on Facebook", - }, + href: "https://facebook.com/ceilingpro", ariaLabel: "Follow us on Facebook"}, { icon: Linkedin, - href: "https://linkedin.com/company/ceilingpro", - ariaLabel: "Connect on LinkedIn", - }, + href: "https://linkedin.com/company/ceilingpro", ariaLabel: "Connect on LinkedIn"}, { icon: Instagram, - href: "https://instagram.com/ceilingpro", - ariaLabel: "Follow us on Instagram", - }, + href: "https://instagram.com/ceilingpro", ariaLabel: "Follow us on Instagram"}, ]} />