"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import PricingCardSix from '@/components/sections/pricing/PricingCardSix'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Shield, Sparkles, Star, CreditCard, Crown } from "lucide-react"; export default function UkraineCarsPage() { return (
); }