Update src/app/page.tsx

This commit is contained in:
2026-01-07 11:45:48 +00:00
parent 98f4d28b11
commit 7776499c9c

View File

@@ -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"