"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import MetricCardSix from '@/components/sections/metrics/MetricCardSix'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Award, Building2, Headset, Heart, Star, UtensilsCrossed, Users, Wifi } from 'lucide-react'; export default function LandingPage() { return (
); }