diff --git a/src/app/page.tsx b/src/app/page.tsx index 24274ff..b52976a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroLogo from "@/components/sections/hero/HeroLogo"; +import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; @@ -47,9 +47,11 @@ export default function HomePage() { {/* Hero Section */}