"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import SplitAbout from '@/components/sections/about/SplitAbout'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Heart, Home, Users, Hand, Gift } from "lucide-react"; export default function PetShelterPage() { return (
); }