From 1476e7d0cbb0b1082e5810d86029f104f5e7c659 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 21 Jan 2026 17:08:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d115f16..b70caf2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Heart, Home, Users, Handshake, Paw } from "lucide-react"; +import { Heart, Home, Users, Handshake, PawPrint } from "lucide-react"; export default function PawsHomePage() { return ( @@ -64,7 +64,7 @@ export default function PawsHomePage() { { text: "Learn More", href: "#about" }, { text: "Support Us", href: "#contact" } ]} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -112,7 +112,7 @@ export default function PawsHomePage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -164,7 +164,7 @@ export default function PawsHomePage() { } ]} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="smooth" /> @@ -174,7 +174,7 @@ export default function PawsHomePage() { tag="Get Involved" title="Ready to Make a Difference?" description="Join our community of animal lovers. Subscribe to updates about available pets, adoption events, and ways you can help support our mission to save lives." - tagIcon={Paw} + tagIcon={PawPrint} inputPlaceholder="Enter your email" buttonText="Subscribe" termsText="By subscribing, you agree to receive updates about adoptable pets and shelter news. We respect your privacy and will never share your information."