"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactParallax from '@/components/sections/contact/ContactParallax'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Coffee, Sparkles } from "lucide-react"; export default function BrewHavenPage() { return (
); }