"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardThirteen from '@/components/sections/feature/FeatureCardThirteen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; import { Twitter, Linkedin, Github, Mail } from "lucide-react"; export default function LandingPage() { return (
); }