diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f1f41e..0273fe5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleC import SplitAbout from "@/components/sections/about/SplitAbout"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; -import HeroSplitBlock from "@/components/sections/hero/HeroSplitBlock/HeroSplitBlock"; +import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import { Award, BarChart3, Brain, Github, Linkedin, Mail, Sparkles, Target, Users, Zap } from "lucide-react"; @@ -134,23 +134,23 @@ export default function LandingPage() {