"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterSplit from '@/components/sections/footer/FooterSplit'; import { Coffee, Mail, MapPin, Phone, Sparkles } from "lucide-react"; export default function LandingPage() { return (
); }