diff --git a/src/app/page.tsx b/src/app/page.tsx index 45cd5bb..0445054 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Droplet, Flame, Phone, Settings, ShieldCheck, Wind, Wrench } from "lucide-react"; @@ -49,14 +49,14 @@ export default function LandingPage() {
-