diff --git a/src/app/page.tsx b/src/app/page.tsx index 200e9eb..aaf083a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; @@ -43,7 +43,7 @@ export default function AlpinePage() {
-