"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import SplitAboutMetric from '@/components/sections/about/SplitAboutMetric'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Waves, Utensils, Dumbbell } from "lucide-react"; export default function LandingPage() { return (
); }