diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 42772ff..48662de 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": "Work",
- "href": "#work"
+ "name": "Work", "href": "#work"
},
{
- "name": "Services",
- "href": "#services"
+ "name": "Services", "href": "#services"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Manifesto",
- "href": "#manifesto"
+ "name": "Manifesto", "href": "#manifesto"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,50 +49,32 @@ export default function Layout() {
brand="Project Dune"
columns={[
{
- title: "Agency",
- items: [
+ title: "Agency", items: [
{
- label: "Work",
- href: "#work",
- },
+ label: "Work", href: "#work"},
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Email",
- href: "mailto:hello@projectdune.com",
- },
+ label: "Email", href: "mailto:hello@projectdune.com"},
{
- label: "LinkedIn",
- href: "#",
- },
+ label: "LinkedIn", href: "#"},
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
],
},
]}
copyright="© 2024 Project Dune Creative. All rights reserved."
links={[
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Book a call",
- href: "#contact",
- },
+ label: "Book a call", href: "#contact"},
]}
/>