diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 566f4e0..5542352 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -31,6 +31,7 @@ export default function AboutPage() {
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 555f5f6..ea2fb22 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -25,6 +25,7 @@ export default function ContactPage() {
diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
index 4a7a0e9..16282aa 100644
--- a/src/app/menu/page.tsx
+++ b/src/app/menu/page.tsx
@@ -31,6 +31,7 @@ export default function MenuPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index f7317a0..d21cb01 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -24,6 +24,7 @@ export default function LandingPage() {