diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c250c9f..0be300a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -63,7 +63,7 @@ export default function AboutPage() { @@ -96,11 +96,8 @@ export default function AboutPage() { ); -} \ No newline at end of file +} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 23ab40e..8db897c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -63,7 +63,7 @@ export default function ContactPage() { @@ -110,11 +110,8 @@ export default function ContactPage() { ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f8bf35..4eae783 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function HomePage() { @@ -168,11 +168,8 @@ export default function HomePage() { ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index e198f93..379e8a7 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -63,7 +63,7 @@ export default function ShopPage() { @@ -119,11 +119,8 @@ export default function ShopPage() { ); -} \ No newline at end of file +}