diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 2de9df8..d2227dc 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": "Products",
- "href": "#products"
+ "name": "Products", "href": "#products"
},
{
- "name": "Analytics",
- "href": "#metrics"
+ "name": "Analytics", "href": "#metrics"
},
{
- "name": "Team",
- "href": "#team"
+ "name": "Team", "href": "#team"
},
{
- "name": "Support",
- "href": "#faq"
+ "name": "Support", "href": "#faq"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Social",
- "href": "#social"
+ "name": "Social", "href": "#social"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -59,33 +51,21 @@ export default function Layout() {
{
items: [
{
- label: "Products",
- href: "#products",
- },
+ label: "Products", href: "#products"},
{
- label: "About",
- href: "#team",
- },
+ label: "About", href: "#team"},
{
- label: "Support",
- href: "#faq",
- },
+ label: "Support", href: "#faq"},
],
},
{
items: [
{
- label: "Legal",
- href: "#",
- },
+ label: "Legal", href: "#"},
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}