From 7776499c9c1a9a35820313b6d9be0f2bdd80b719 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 7 Jan 2026 11:45:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e9be13..95fb24a 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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Heart, Sparkles, Trophy, Award, Users, Smile, Paw } from "lucide-react"; +import { Heart, Sparkles, Trophy, Award, Users, Smile, PawPrint } from "lucide-react"; export default function LandingPage() { return ( @@ -167,7 +167,7 @@ export default function LandingPage() { ctaTitle="Ready to Adopt?" ctaDescription="Start your adoption journey with us. Our team is here to help match you with your perfect companion." ctaButton={{ text: "Begin Adoption Process", href: "contact" }} - ctaIcon={Paw} + ctaIcon={PawPrint} useInvertedBackground="invertDefault" animationType="slide-up" accordionAnimationType="smooth"