diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 710274a..ce4fe2a 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": "Collections",
- "href": "#products"
+ "name": "Collections", "href": "#products"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Social Proof",
- "href": "#social-proof"
+ "name": "Social Proof", "href": "#social-proof"
},
{
- "name": "Pricing",
- "href": "#pricing"
+ "name": "Pricing", "href": "#pricing"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,50 +49,32 @@ export default function Layout() {
brand="LuxeMakeup"
columns={[
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "Lipstick",
- href: "#products",
- },
+ label: "Lipstick", href: "#products"},
{
- label: "Eyeshadow",
- href: "#products",
- },
+ label: "Eyeshadow", href: "#products"},
{
- label: "Foundation",
- href: "#products",
- },
+ label: "Foundation", href: "#products"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "Our Story",
- href: "#about",
- },
+ label: "Our Story", href: "#about"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
{
- label: "Sustainability",
- href: "#",
- },
+ label: "Sustainability", href: "#"},
],
},
]}
copyright="© 2024 LuxeMakeup. All rights reserved."
links={[
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
]}
/>