diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index eae6093..47a50c6 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": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Product",
- "href": "#product"
+ "name": "Product", "href": "#product"
},
{
- "name": "Pricing",
- "href": "#pricing"
+ "name": "Pricing", "href": "#pricing"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Testimonial",
- "href": "#testimonial"
+ "name": "Testimonial", "href": "#testimonial"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -59,49 +51,31 @@ export default function Layout() {
{
items: [
{
- label: "Product",
- href: "#product",
- },
+ label: "Product", href: "#product"},
{
- label: "Features",
- href: "#product",
- },
+ label: "Features", href: "#product"},
{
- label: "Security",
- href: "#",
- },
+ label: "Security", href: "#"},
],
},
{
items: [
{
- label: "Company",
- href: "#about",
- },
+ label: "Company", href: "#about"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
{
- label: "Press",
- href: "#",
- },
+ label: "Press", href: "#"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
]}