diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 0ee5c6b..b38c82d 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": "How It Works",
- "href": "#about"
+ "name": "How It Works", "href": "#about"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Bento",
- "href": "#bento"
+ "name": "Bento", "href": "#bento"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,42 +49,28 @@ export default function Layout() {
brand="CosmicMatch"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Help Center",
- href: "#",
- },
+ label: "Help Center", href: "#"},
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
],
},
]}
copyright="© 2024 CosmicMatch. All rights reserved."
links={[
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
]}
/>