diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index b982382..8d72e2a 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -63,4 +63,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ae7c2d7..9bfcab8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1401,4 +1401,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b3cce9..df47457 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 HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; @@ -44,7 +44,8 @@ export default function LandingPage() {
-
@@ -250,4 +250,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 16bb49b..e2dff14 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -222,4 +222,4 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 4d98ba1..11cabd9 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -101,4 +101,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}