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 (