diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ce23d7c..0a514ed 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,4 +78,4 @@ export default function AboutPage() { ); -} +} \ No newline at end of file diff --git a/src/app/catalog/page.tsx b/src/app/catalog/page.tsx index 9755b7d..c0505b8 100644 --- a/src/app/catalog/page.tsx +++ b/src/app/catalog/page.tsx @@ -78,4 +78,4 @@ export default function CatalogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 079be9b..a7d0046 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -75,4 +75,4 @@ export default function ContactPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e2b4ed..460b50b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,16 +28,11 @@ export default function LandingPage() {