From 0d8160c193066e3372392d782cd35d1bb5e2d45a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 11:46:21 +0000 Subject: [PATCH] Update src/app/donate/page.tsx --- src/app/donate/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/donate/page.tsx b/src/app/donate/page.tsx index cc094da..af78f37 100644 --- a/src/app/donate/page.tsx +++ b/src/app/donate/page.tsx @@ -58,7 +58,7 @@ export default function DonatePage() { headingFontWeight={"light"} >
@@ -66,7 +66,7 @@ export default function DonatePage() { text="Your generosity changes lives. Every donation brings us closer to a world where every animal has a home." animationType="background-highlight" buttons={[{ text: "Donate Now", href: "#" }, { text: "Learn More", href: "/about" }]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} ariaLabel="Call to action for donations" textClassName="font-light" @@ -86,7 +86,7 @@ export default function DonatePage() { textboxLayout="default" useInvertedBackground={false} tag="Making a Difference" - titleClassName="font-light" + textBoxTitleClassName="font-light" textBoxDescriptionClassName="font-light" metricTitleClassName="font-light" /> @@ -107,7 +107,6 @@ export default function DonatePage() { avatarsAnimation="slide-up" useInvertedBackground={false} testimonialClassName="font-light" - authorClassName="font-light" />
@@ -115,7 +114,6 @@ export default function DonatePage() { columns={footerColumns} logoText="Hope Haven" copyrightText="© 2024 Hope Haven Animal Shelter. All rights reserved." - useInvertedBackground={false} /> );