diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f4cefd..7cbcf07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import { Zap, TrendingUp, Dumbbell, IceCream } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; @@ -40,40 +40,16 @@ export default function LandingPage() {