"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Sparkles, Award, Mail } from "lucide-react"; export default function KrasotkaAgencyPage() { return (
); }