diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d227987..073556a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -64,7 +64,7 @@ export default function AboutPage() { diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8155ca4..c1b6dcb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -64,7 +64,7 @@ export default function ContactPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index 7efc6f0..1c3fba5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function HomePage() { diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6d7c036..c1533a3 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -64,7 +64,7 @@ export default function ShopPage() {