diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index d977ca3..4a727b9 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": "Shop",
- "href": "#products"
+ "name": "Shop", "href": "#products"
},
{
- "name": "The Garage",
- "href": "#garage"
+ "name": "The Garage", "href": "#garage"
},
{
- "name": "Community",
- "href": "#community"
+ "name": "Community", "href": "#community"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Manifesto",
- "href": "#manifesto"
+ "name": "Manifesto", "href": "#manifesto"
},
{
- "name": "Categories",
- "href": "#categories"
+ "name": "Categories", "href": "#categories"
},
{
- "name": "Social",
- "href": "#social"
+ "name": "Social", "href": "#social"
}
];
@@ -42,63 +35,46 @@ export default function Layout() {
+ logo="Backdoor Shop & Garage"
+ logoImageSrc="http://img.b2bpic.net/free-vector/retro-color-skateboarding-labels-logos-stickers-set-emblem-badge-print-extreme-urban-vector-illustration_1284-46314.jpg"
+ ctaButton={{
+ text: "Visit Store", href: "#garage"}}
+ navItems={navItems} />
+ label: "Google Maps", href: "#"},
+ ]}
+ />
);