"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; import TextAbout from "@/components/sections/about/TextAbout"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import { CheckCircle, Heart, Star, TrendingUp } from "lucide-react"; export default function PetShelterPage() { return (
); }