Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
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 TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -167,7 +167,7 @@ export default function LandingPage() {
|
|||||||
ctaTitle="Ready to Adopt?"
|
ctaTitle="Ready to Adopt?"
|
||||||
ctaDescription="Start your adoption journey with us. Our team is here to help match you with your perfect companion."
|
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" }}
|
ctaButton={{ text: "Begin Adoption Process", href: "contact" }}
|
||||||
ctaIcon={Paw}
|
ctaIcon={PawPrint}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
accordionAnimationType="smooth"
|
accordionAnimationType="smooth"
|
||||||
|
|||||||
Reference in New Issue
Block a user