diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 5b04d18..722fe55 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": "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() {
@@ -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: "#"},
]}
/>