Update src/app/page.tsx

This commit is contained in:
2026-05-30 19:32:32 +00:00
parent 7efabdf275
commit 0ca95f2308

View File

@@ -39,6 +39,8 @@ export default function LandingPage() {
name: "Služby", id: "services"},
{
name: "Proč My", id: "why-us"},
{
name: "Otevírací doba", href: "/opening-hours"},
{
name: "FAQ", id: "faq"},
{
@@ -214,4 +216,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}