diff --git a/src/app/page.tsx b/src/app/page.tsx index 7595054..55b7529 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import TextAbout from "@/components/sections/about/TextAbout"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; @@ -37,15 +37,17 @@ export default function SkincareTemplatePage() {
-