diff --git a/src/app/page.tsx b/src/app/page.tsx index a8badd2..2b96842 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import { PawPrint, Heart, Bone, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -28,18 +29,9 @@ export default function LandingPage() {
-
@@ -264,41 +99,24 @@ export default function LandingPage() {
); -} +} \ No newline at end of file