diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 0dc0c1b..1c19661 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": "#home"
+ "name": "Home", "href": "#home"
},
{
- "name": "Shop",
- "href": "#shop"
+ "name": "Shop", "href": "#shop"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "FAQ",
- "href": "#faq"
+ "name": "FAQ", "href": "#faq"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Testimonial",
- "href": "#testimonial"
+ "name": "Testimonial", "href": "#testimonial"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
}
];
@@ -42,46 +35,38 @@ export default function Layout() {
+ logo="FragranceLab"
+ logoImageSrc="http://img.b2bpic.net/free-vector/ramadan-mubarak-greeting-card-set_53876-92890.jpg"
+ ctaButton={{
+ text: "Shop Now", href: "#shop"}}
+ navItems={navItems}
+ />
+ ]}
+ />
);