diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index c4bff2c..05dd11c 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -31,22 +31,22 @@ export default function AboutPage() {
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
- button={{ text: "Reserve a Table", href: "/contact" }}
+ button={{ text: "Prenota un Tavolo", href: "/contact" }}
animateOnLoad={true}
/>
@@ -54,15 +54,15 @@ export default function AboutPage() {
@@ -70,8 +70,8 @@ export default function AboutPage() {
@@ -115,14 +95,14 @@ export default function AboutPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 24f3a0a..30e0336 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -31,22 +31,22 @@ export default function ContactPage() {
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
- button={{ text: "Reserve a Table", href: "/contact" }}
+ button={{ text: "Prenota un Tavolo", href: "/contact" }}
animateOnLoad={true}
/>