From 6b10f2c205f01a8f72d2ded153678cf8493c9ab0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 14:41:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65d054d..0f59202 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,27 +33,27 @@ export default function LandingPage() { { name: "O Mnie", id: "about", - href: "#about", + }, { name: "Usługi", id: "services", - href: "#services", + }, { name: "Statystyki", id: "metrics", - href: "#metrics", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, { name: "Kontakt", id: "contact", - href: "#contact", + }, ]} brandName="DJ Sebastian" @@ -131,6 +131,7 @@ export default function LandingPage() {