Update src/app/page.tsx

This commit is contained in:
2026-03-29 14:33:06 +00:00
parent eeed53c059
commit 194af84d4b

View File

@@ -173,9 +173,9 @@ export default function LandingPage() {
{
title: "Kontakt", items: [
{
label: "Poznań, Piątkowo", href: "#"},
label: "Józefa Kostrzewskiego 30, 60-685 Poznań", href: "#"},
{
label: "tel: 123 456 789", href: "tel:123456789"},
label: "tel: 459354147", href: "tel:459354147"},
],
},
{
@@ -201,4 +201,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}