diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e4f102..f765ca9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; +import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal/NavbarStyleMinimal'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';