diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 5a85abb..24d113b 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": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Services",
- "href": "#services"
+ "name": "Services", "href": "#services"
},
{
- "name": "Reviews",
- "href": "#testimonials"
+ "name": "Reviews", "href": "#testimonials"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -42,66 +35,50 @@ export default function Layout() {
+ logo="Opulence"
+ logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=ltgo84"
+ ctaButton={{
+ text: "Book Now", href: "#contact"}}
+ navItems={navItems}
+ />
+ ]}
+ />
);