diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 120ff25..08ea4de 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": "Services",
- "href": "#services"
+ "name": "Services", "href": "#services"
},
{
- "name": "Team",
- "href": "#team"
+ "name": "Team", "href": "#team"
},
{
- "name": "Location",
- "href": "#location"
+ "name": "Location", "href": "#location"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Gallery",
- "href": "#gallery"
+ "name": "Gallery", "href": "#gallery"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
}
];
@@ -42,55 +35,42 @@ export default function Layout() {
+ logo="Fade Men's Barber"
+ logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=9n5mj3"
+ ctaButton={{
+ text: "Book Now", href: "#contact"}}
+ navItems={navItems}
+ />
+ ]}
+ />
);