"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ContactText from '@/components/sections/contact/ContactText'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Phone, Clock, MapPin, Mail } from 'lucide-react'; export default function ContactPage() { return (
); }