diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8822ba4..77a7963 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,31 +42,15 @@ export default function LandingPage() {
@@ -355,29 +182,15 @@ export default function LandingPage() {
logoText="DevStudio"
columns={[
{
- title: "Navigation",
- items: [
- {
- label: "Home",
- href: "#hero",
- },
- {
- label: "Projects",
- href: "#projects",
- },
+ title: "Navigation", items: [
+ { label: "Home", href: "#hero" },
+ { label: "Projects", href: "#projects" },
],
},
{
- title: "Social",
- items: [
- {
- label: "Github",
- href: "#",
- },
- {
- label: "LinkedIn",
- href: "#",
- },
+ title: "Social", items: [
+ { label: "Github", href: "#" },
+ { label: "LinkedIn", href: "#" },
],
},
]}