Merge version_1_1781469250183 into main #1

Merged
bender merged 2 commits from version_1_1781469250183 into main 2026-06-14 20:35:14 +00:00

View File

@@ -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() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="A Te Szertartásvezetőd"
logoImageSrc="http://img.b2bpic.net/free-photo/love-text-with-beautiful-flowers-against-white-background_23-2147975467.jpg"
ctaButton={{
text: "Ajánlatot kérek",
href: "#contact",
}}
text: "Ajánlatot kérek", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -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: "📅 20262027 foglalható",
},
label: "📅 20262027 foglalható"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "© 2026 Minden jog fenntartva.",
},
label: "© 2026 Minden jog fenntartva."},
],
},
]}