"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import CardStack from '@/components/cardStack/CardStack'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSplit from '@/components/sections/footer/FooterSplit'; import { Heart, Leaf, Mail, MapPin, Phone, Sprout, Star, Linkedin } from 'lucide-react'; export default function LandingPage() { return (

100% Organic & Pure

All our teas are sourced from certified organic farms with no additives or artificial ingredients. We believe in natural purity.

Health & Wellness

Rich in antioxidants and natural nutrients. Each cup supports your daily wellness routine with powerful health benefits.

Sustainable Sourcing

We partner with fair-trade farms that prioritize environmental conservation and support local communities.

); }