"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Coffee, Heart, Globe, Flame, Users, Award, Sparkles, Star, MessageSquare, MapPin } from "lucide-react"; export default function CoffeeHavenPage() { return (
); }