"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroLogoBillboardSplitImage from '@/components/sections/hero/HeroLogoBillboardSplitImage'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSocial from '@/components/sections/footer/FooterSocial'; import { Flame, Instagram } from "lucide-react"; export default function LandingPage() { return (
); }