2 Commits

Author SHA1 Message Date
798520e4b2 Update src/app/page.tsx 2026-06-11 01:08:07 +00:00
0a9037abc1 Merge version_10 into main
Merge version_10 into main
2026-06-11 01:04:43 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
{ {
name: "Contact", id: "contact"}, name: "Contact", id: "contact"},
]} ]}
brandName="My Portfolio" brandName="Portfolio"
/> />
</div> </div>
@@ -245,17 +245,7 @@ export default function LandingPage() {
{ {
label: "Email: ibkhen99@gmail.com", href: "mailto:ibkhen99@gmail.com"} 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." bottomLeftText="© 2024 Ibrahim. All rights reserved."
bottomRightText="Built with Webild." bottomRightText="Built with Webild."