diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 191bc49..85c187d 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -72,4 +72,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 272070b..87e0f37 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 HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import HeroSplitKPI from '@/components/sections/hero/HeroSplitKPI'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; @@ -42,13 +42,18 @@ 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 b51123f..85bef86 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -249,4 +249,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 695c055..5b0628a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -118,4 +118,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file