diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6aebd2c..4d3e201 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -21,11 +21,11 @@ export default function AboutPage() { diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1d80d52..ca2ca2c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -21,11 +21,11 @@ export default function ContactPage() { diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index ed6730b..6cc34a1 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -22,11 +22,11 @@ export default function MenuPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index f634dca..7c39580 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,11 +21,11 @@ export default function HomePage() { diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 4f944fa..97918dd 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -21,11 +21,11 @@ export default function TestimonialsPage() {