diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 29aa20a..6db69dc 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": "Story",
- "href": "#about"
+ "name": "Story", "href": "#about"
},
{
- "name": "Products",
- "href": "#products"
+ "name": "Products", "href": "#products"
},
{
- "name": "Partners",
- "href": "#b2b"
+ "name": "Partners", "href": "#b2b"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Benefits",
- "href": "#benefits"
+ "name": "Benefits", "href": "#benefits"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
}
];
@@ -42,54 +35,42 @@ export default function Layout() {
+ logo="SIRAB"
+ logoImageSrc="http://img.b2bpic.net/free-psd/plastic-surgery-youtube-cover_23-2150043080.jpg"
+ ctaButton={{
+ text: "Partner With Us", href: "#contact"}}
+ navItems={navItems}
+ />
+ ]}
+ />
);