diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 04879e9..ae963f8 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -100,4 +100,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5620c31..d438029 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1317,4 +1317,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 84c9c2b..3b4485d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; @@ -42,23 +42,16 @@ 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 379b940..e613e77 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -323,4 +323,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index d0f8fe8..3d675b0 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -169,4 +169,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}