diff --git a/src/app/page.tsx b/src/app/page.tsx index ee28348..376378f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; @@ -12,6 +11,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBase from '@/components/sections/footer/FooterBase'; import { Sparkles, Target, TrendingUp, Zap, Handshake, BarChart3, Briefcase, Award, Users, Quote, Phone } from "lucide-react"; +import HeroSplit from '@/components/sections/hero/HeroSplit'; export default function LandingPage() { return ( @@ -42,39 +42,18 @@ export default function LandingPage() {