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} />
@@ -54,36 +54,21 @@ export default function ContactPage() {
); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3047f07..cc9a2ff 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -36,7 +36,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - +