diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 722eb87..f4d26b0 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Főoldal", - "href": "#hero" + "name": "Főoldal", "href": "#hero" }, { - "name": "Bemutatkozás", - "href": "#about" + "name": "Bemutatkozás", "href": "#about" }, { - "name": "Galéria", - "href": "#portfolio" + "name": "Galéria", "href": "#portfolio" }, { - "name": "Ajánlatkérés", - "href": "#contact" + "name": "Ajánlatkérés", "href": "#contact" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Process", - "href": "#process" + "name": "Process", "href": "#process" }, { - "name": "Insta", - "href": "#insta" + "name": "Insta", "href": "#insta" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -59,55 +51,39 @@ export default function Layout() { { items: [ { - label: "Személyes. Őszinte. Rólatok szóló.", - }, + label: "Személyes. Őszinte. Rólatok szóló."}, { - label: "Tóth Eszter – okleveles szertartásvezető.", - }, + label: "Tóth Eszter – okleveles szertartásvezető."}, ], }, { items: [ { - label: "Főoldal", - href: "/", - }, + label: "Főoldal", href: "/"}, { - label: "Bemutatkozás", - href: "#about", - }, + label: "Bemutatkozás", href: "#about"}, { - label: "Galéria", - href: "#portfolio", - }, + label: "Galéria", href: "#portfolio"}, { - label: "Ajánlatkérés", - href: "#contact", - }, + label: "Ajánlatkérés", href: "#contact"}, ], }, { items: [ { - label: "📍 Magyarország", - }, + label: "📍 Magyarország"}, { - label: "📸 @ateszertartasvezetod", - }, + label: "📸 @ateszertartasvezetod"}, { - label: "📅 2026–2027 foglalható", - }, + label: "📅 2026–2027 foglalható"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "© 2026 Minden jog fenntartva.", - }, + label: "© 2026 Minden jog fenntartva."}, ], }, ]}