"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Award, Target, Zap, Trophy, Star, Linkedin } from "lucide-react"; export default function LandingPage() { return (
); }