"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge'; import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSocial from '@/components/sections/footer/FooterSocial'; import { Instagram, Facebook, Twitter } from "lucide-react"; export default function DogHubPage() { return (
); }