From 3a4c4b591b1d6eef693b82a8e1b5c47deb0b703a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 11:46:20 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5f7ea94..6df2bb8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -58,7 +58,7 @@ export default function ContactPage() { headingFontWeight={"light"} >
@@ -66,7 +66,7 @@ export default function ContactPage() { text="Have questions or want to get involved? Reach out to us – we're here to help!" animationType="background-highlight" buttons={[{ text: "Send a Message", href: "#" }, { text: "Call Us", href: "#" }]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} ariaLabel="Contact us section" textClassName="font-light" @@ -88,7 +88,6 @@ export default function ContactPage() { avatarsAnimation="slide-up" useInvertedBackground={false} testimonialClassName="font-light" - authorClassName="font-light" />
@@ -105,7 +104,7 @@ export default function ContactPage() { textboxLayout="default" useInvertedBackground={false} tag="Making a Difference" - titleClassName="font-light" + textBoxTitleClassName="font-light" textBoxDescriptionClassName="font-light" metricTitleClassName="font-light" /> @@ -115,7 +114,6 @@ export default function ContactPage() { columns={footerColumns} logoText="Hope Haven" copyrightText="© 2024 Hope Haven Animal Shelter. All rights reserved." - useInvertedBackground={false} /> );