diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 58f70e7..353cf02 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": "Home", - "href": "#hero" + "name": "Home", "href": "#hero" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Gallery", - "href": "#gallery" + "name": "Gallery", "href": "#gallery" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -42,62 +35,47 @@ export default function Layout() { + logo="Milmo Salon" + logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=dxui8c" + ctaButton={{ + text: "Book Appointment", href: "tel:795980526"}} + navItems={navItems} + />
+ ]} + leftText="© 2024 Milmo Salon. Wszelkie prawa zastrzeżone." + rightText="Stworzone z pasją." + /> );