Merge version_1_1781452858832 into main

Merge version_1_1781452858832 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-14 16:02:09 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Start",
"href": "#hero"
"name": "Start", "href": "#hero"
},
{
"name": "O nas",
"href": "#about"
"name": "O nas", "href": "#about"
},
{
"name": "Usługi",
"href": "#services"
"name": "Usługi", "href": "#services"
},
{
"name": "Kontakt",
"href": "#contact"
"name": "Kontakt", "href": "#contact"
},
{
"name": "Stylist",
"href": "#stylist"
"name": "Stylist", "href": "#stylist"
},
{
"name": "Pricing",
"href": "#pricing"
"name": "Pricing", "href": "#pricing"
},
{
"name": "Gallery",
"href": "#gallery"
"name": "Gallery", "href": "#gallery"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Fryzjer Dobre Nastroje"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=01bdrv"
ctaButton={{
text: "Umów wizytę",
href: "#",
}}
text: "Umów wizytę", href: "#"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,43 +49,30 @@ export default function Layout() {
brand="Fryzjer Dobre Nastroje"
columns={[
{
title: "Lokalizacja",
items: [
title: "Lokalizacja", items: [
{
label: "os. Przyjaźni 24/6A, Poznań",
href: "#",
},
label: "os. Przyjaźni 24/6A, Poznań", href: "#"},
],
},
{
title: "Godziny",
items: [
title: "Godziny", items: [
{
label: "Pon: 14:00 - 20:00",
href: "#",
},
label: "Pon: 14:00 - 20:00", href: "#"},
{
label: "Wt-Pt: 10:00 - 20:00",
href: "#",
},
label: "Wt-Pt: 10:00 - 20:00", href: "#"},
],
},
{
title: "Kontakt",
items: [
title: "Kontakt", items: [
{
label: "Tel: 884 307 703",
href: "tel:884307703",
},
label: "Tel: 884 307 703", href: "tel:884307703"},
],
},
]}
copyright="© 2024 Fryzjer Dobre Nastroje. Wszelkie prawa zastrzeżone."
links={[
{
label: "Polityka prywatności",
href: "#",
},
label: "Polityka prywatności", href: "#"},
]}
/>
</SectionErrorBoundary>