diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 21b6315..135b598 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -8,28 +8,22 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "Work",
- "href": "#work"
+ "name": "Work", "href": "#work"
},
{
- "name": "Skills",
- "href": "#skills"
+ "name": "Skills", "href": "#skills"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Identity",
- "href": "#identity"
+ "name": "Identity", "href": "#identity"
},
{
- "name": "Social",
- "href": "#social"
+ "name": "Social", "href": "#social"
}
];
@@ -39,10 +33,9 @@ export default function Layout() {
@@ -53,34 +46,24 @@ export default function Layout() {
brand="Gayathri"
columns={[
{
- title: "Social",
- items: [
+ title: "Social", items: [
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
{
- label: "LinkedIn",
- href: "#",
- },
+ label: "LinkedIn", href: "#"},
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Email",
- href: "mailto:hello@example.com",
- },
+ label: "Email", href: "mailto:hello@example.com"},
],
},
]}
copyright="© 2024 Gayathri. All rights reserved."
links={[
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
]}
/>