diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 17b68e7..2c76916 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": "Menu",
- "href": "#product"
+ "name": "Menu", "href": "#product"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Testimonial",
- "href": "#testimonial"
+ "name": "Testimonial", "href": "#testimonial"
}
];
@@ -42,59 +35,45 @@ export default function Layout() {
+ logo="Al Corvo"
+ logoImageSrc="http://img.b2bpic.net/free-photo/gold-cutlery-set-black-background_1220-4097.jpg"
+ ctaButton={{
+ text: "Book Table", href: "#contact"}}
+ navItems={navItems} />
+ ]}
+ />
);