diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index b2e79a8..342d607 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -25,10 +25,11 @@ export default function AboutPage() {
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 5e08aa9..e17aa7d 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -25,10 +25,11 @@ export default function ContactPage() {
diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index e2ce88f..3a09823 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -25,10 +25,11 @@ export default function GalleryPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2fdfe32..84b3c30 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,10 +29,11 @@ export default function LandingPage() {