From 8d2f895e441f2dee7c6c0638d77f437190484ff3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:43:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f411376..41245ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,12 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Star, MapPin, Car } from 'lucide-react'; export default function HomePage() { - const navItems = [{ name: "Home", id: "#hero" }, { name: "Pokoje", id: "#rooms" }, { name: "O nas", id: "#about" }, { name: "Rezerwacja", id: "#contact" }]; + const navItems = [ + { name: "Start", id: "hero" }, + { name: "Pokoje", id: "rooms" }, + { name: "O nas", id: "about" }, + { name: "Rezerwacja", id: "contact" } + ]; return (