diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4fae4df..353681d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,56 +31,25 @@ export default function LandingPage() {
@@ -315,32 +155,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/white-cubes-3d-background_23-2150505290.jpg"
logoText="InnovatorPortfolio"
columns={[
- {
- title: "Company",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Ventures",
- href: "#projects",
- },
- ],
- },
- {
- title: "Connect",
- items: [
- {
- label: "LinkedIn",
- href: "https://linkedin.com",
- },
- {
- label: "GitHub",
- href: "https://github.com",
- },
- ],
- },
+ { title: "Company", items: [{ label: "About", href: "#about" }, { label: "Ventures", href: "#projects" }] },
+ { title: "Connect", items: [{ label: "LinkedIn", href: "https://linkedin.com" }, { label: "GitHub", href: "https://github.com" }] }
]}
/>