"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterCard from '@/components/sections/footer/FooterCard'; import Link from 'next/link'; import { Phone, Linkedin, Mail } from "lucide-react"; export default function ContactPage() { return (
); }