diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 5c321ba..621a4ec 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -93,4 +93,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5f5fde4..9b715e3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1326,4 +1326,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ccb279..18a1997 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -289,4 +289,4 @@ export default function EliteDetailingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 455ac8a..05586ad 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -314,4 +314,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 27430bb..6608f73 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -164,4 +164,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}