From 2164fc74bce0541401e8ea754381c7e99d695f6d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:50:46 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a3dec17..6d42fad 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -23,7 +23,7 @@ const ContactPage = () => { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -84,7 +84,7 @@ const ContactPage = () => { { text: "Call Now", href: "tel:+18005551234" }, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -97,19 +97,13 @@ const ContactPage = () => { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/roofsonly", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/roofsonly", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/roofsonly", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/roofsonly", ariaLabel: "Instagram"}, { icon: Linkedin, - href: "https://linkedin.com/company/roofsonly", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/roofsonly", ariaLabel: "LinkedIn"}, ]} />