"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Sparkles, Zap } from "lucide-react"; export default function SpeedUAPage() { return (
); }