"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Cake, Heart, Sparkles, Star, Gift, Crown, HelpCircle, Mail, Quote } from "lucide-react"; export default function SladkoeshkaPage() { return (
); }