diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 66a9ecc..ea57237 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": "Exhibits",
- "href": "#features"
+ "name": "Exhibits", "href": "#features"
},
{
- "name": "Pricing",
- "href": "#pricing"
+ "name": "Pricing", "href": "#pricing"
},
{
- "name": "Reveal",
- "href": "#reveal"
+ "name": "Reveal", "href": "#reveal"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
}
];
@@ -42,54 +35,41 @@ export default function Layout() {
+ logo="CMJ"
+ logoImageSrc="http://img.b2bpic.net/free-photo/still-life-small-decorative-objects-with-vivid-colors_23-2149732950.jpg"
+ ctaButton={{
+ text: "Plan Visit", href: "#contact"}}
+ navItems={navItems} />
+ ]}
+ />
);