From 0888443f7f485828bdc42e681f613bbfccfcb7d9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 19:05:58 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 49 +++++++++++---------------------------- 1 file changed, 14 insertions(+), 35 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index e94a169..2d25cbb 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,24 +8,19 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonial", - "href": "#testimonial" + "name": "Testimonial", "href": "#testimonial" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" } ]; @@ -36,9 +31,7 @@ export default function Layout() {
@@ -50,41 +43,27 @@ export default function Layout() { copyright="© 2026 Brand. All rights reserved." columns={[ { - title: "Product", - links: [ + title: "Product", links: [ { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, ], }, { - title: "Company", - links: [ + title: "Company", links: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} links={[ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ]} />