"use client" import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Star, Wrench, TrendingUp, Clock, Shield, DollarSign, MessageCircle, Building2, Heart, HelpCircle } from "lucide-react"; export default function LandingPage() { return (
); }