From 6f0b22ade55f4ab2d32356637712fd6800fad295 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Jul 2026 14:06:09 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 86 +++++++++++++++------------------------ 1 file changed, 33 insertions(+), 53 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 9e4f7fa..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,55 +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} + />
+ ]} + /> );