diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 8ec995c..9d147e0 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -95,4 +95,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 1da1cea..bbd573a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroSplitKPI from '@/components/sections/hero/HeroSplitKPI'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -65,28 +65,28 @@ export default function LandingPage() {
-
@@ -272,4 +272,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 253bd6d..af0add0 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -248,4 +248,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 d2d7e86..0e88795 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -120,4 +120,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file