diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index e5b8c87..1530d06 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": "/"
+ "name": "Home", "href": "/"
},
{
- "name": "Collections",
- "href": "/collections"
+ "name": "Collections", "href": "/collections"
},
{
- "name": "About",
- "href": "/about"
+ "name": "About", "href": "/about"
},
{
- "name": "Gallery",
- "href": "/gallery"
+ "name": "Gallery", "href": "/gallery"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -42,46 +35,38 @@ export default function Layout() {
+ logo="Luxe Bridal Atelier"
+ logoImageSrc="http://img.b2bpic.net/free-vector/hand-drawn-wedding-logo-design_23-2150233585.jpg"
+ ctaButton={{
+ text: "Book Appointment", href: "/booking"}}
+ navItems={navItems}
+ />
+ ]}
+ />
);