diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 020087a..46a7979 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": "Story",
- "href": "#about"
+ "name": "Story", "href": "#about"
},
{
- "name": "Work",
- "href": "#work"
+ "name": "Work", "href": "#work"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
}
];
@@ -44,9 +37,7 @@ export default function Layout() {
@@ -57,34 +48,29 @@ export default function Layout() {
brand="Mario x Cuts"
columns={[
{
- title: "Links",
- items: [
+ title: "Links", items: [
{
- label: "Instagram",
- href: "https://instagram.com/marioxcuts",
- },
+ label: "Instagram", href: "https://instagram.com/marioxcuts"},
{
- label: "Booking",
- href: "#contact",
- },
+ label: "Booking", href: "#contact"},
],
},
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Haircuts",
- href: "#",
- },
+ label: "Haircuts", href: "#"},
{
- label: "Trims",
- href: "#",
- },
+ label: "Trims", href: "#"},
],
},
]}
copyright="© 2024 Mario x Cuts. All rights reserved."
imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205858.jpg"
+ links={[
+ {
+ label: "Privacy Policy", href: "#"
+ }
+ ]}
/>