"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroLogoBillboardSplitImage from '@/components/sections/hero/HeroLogoBillboardSplitImage'; import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import TeamCardThree from '@/components/sections/team/TeamCardThree'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Award, Beaker, Flame, Sparkles, Star, Users, Linkedin, Globe, Instagram } from "lucide-react"; export default function LandingPage() { return (
); }