From 798520e4b20ab50cc04d0ccd45e41b95416ee40e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 01:08:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c08964..bfdf32c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { { name: "Contact", id: "contact"}, ]} - brandName="My Portfolio" + brandName="Portfolio" /> @@ -245,17 +245,7 @@ export default function LandingPage() { { label: "Email: ibkhen99@gmail.com", href: "mailto:ibkhen99@gmail.com"} ] - }, - { - title: "Social", items: [ - { - label: "LinkedIn", href: "#"}, - { - label: "Twitter", href: "#"}, - { - label: "Behance", href: "#"}, - ] - }, + } ]} bottomLeftText="© 2024 Ibrahim. All rights reserved." bottomRightText="Built with Webild."