diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 90bd228..940e0e2 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -91,4 +91,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4609d98..e72aa1f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1410,4 +1410,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 41607e3..47188f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -274,4 +274,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 2cbb9fa..0d72cf9 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -88,7 +88,7 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="normal" > -