"use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, Award, Zap, Heart, HelpCircle, Mail } from "lucide-react"; export default function FidgetLanding() { return (
); }