diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 52d5527..e0da7c3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index e1e7548..3a8f524 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function HomePage() { imageAlt="Elegantní interiér restaurace Jadran s moderním designem" mediaAnimation="slide-up" buttons={[ - { text: "Zarezervovat Stůl", href: "#contact" }, + { text: "Zarezervovat Nyní", href: "#contact" }, { text: "Naše Menu", href: "#menu" }, ]} buttonAnimation="slide-up" @@ -268,4 +268,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file