"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import AboutMetric from '@/components/sections/about/AboutMetric'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactText from '@/components/sections/contact/ContactText'; import { Star, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return (
); }