diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index b629017..fb94ae3 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -99,4 +99,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 368ab0a..dd52158 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1321,4 +1321,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index c922db4..b098911 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,8 +1,8 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; +import HeroOverlayBlock from '@/components/sections/hero/HeroOverlayBlock'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; @@ -42,15 +42,12 @@ 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 06bb3e8..89ef616 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -254,4 +254,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 6e6c51f..7372ca7 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -121,4 +121,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}