"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSplit from '@/components/sections/footer/FooterSplit'; import { Phone, Mail, MapPin } from "lucide-react"; export default function Page() { return (
); }