From 21434bd64f74419a31bcbf52fd99aed59b29310a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 20:35:07 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 722eb87..170b0f1 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sun, 14 Jun 2026 20:35:11 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 65 ++++++++++++--------------------------- 1 file changed, 20 insertions(+), 45 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 170b0f1..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,11 +36,9 @@ export default function Layout() {
@@ -60,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."}, ], }, ]} -- 2.49.1