diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 69c09ca..56a0408 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/layout.tsx b/src/app/layout.tsx index be4c430..a2b8e80 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1332,4 +1332,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d5440b..2d9f38d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { /> -
+
@@ -250,4 +251,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 3b7fb34..755daa6 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -246,4 +246,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 b880b34..c71a224 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -116,4 +116,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}