"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Github, Mail, Globe } from "lucide-react"; export default function NeuroLinkPage() { return (
); }