From 4452b15e99218b3cf421036e6cac74401340bd1a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 10:33:15 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 89 +++++++++++++++------------------------ 1 file changed, 34 insertions(+), 55 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 864640f..790a710 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": "Our Curtains", - "href": "#products" + "name": "Our Curtains", "href": "#products" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -42,59 +35,45 @@ export default function Layout() { + logo="DraperyElite" + logoImageSrc="http://img.b2bpic.net/free-vector/flat-design-nerd-logo-template_23-2149204341.jpg" + ctaButton={{ + text: "Get a Quote", href: "https://wa.me/yournumber"}} + navItems={navItems} + />
+ label: "Facebook", href: "#"}, + ]} + /> ); -- 2.49.1