4 Commits

Author SHA1 Message Date
bf5ff09b21 Update src/app/page.tsx 2026-06-11 01:03:22 +00:00
a9ac8bb4ef Merge version_8 into main
Merge version_8 into main
2026-06-11 01:00:27 +00:00
8c8f5862cb Update src/app/page.tsx 2026-06-11 01:00:24 +00:00
4fc4c70324 Merge version_7 into main
Merge version_7 into main
2026-06-11 00:58:23 +00:00

View File

@@ -32,17 +32,17 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", id: "#home"}, name: "Home", id: "home"},
{ {
name: "About", id: "#about"}, name: "About", id: "about"},
{ {
name: "Work", id: "#work"}, name: "Work", id: "work"},
{ {
name: "Clients", id: "#clients"}, name: "Clients", id: "clients"},
{ {
name: "Testimonials", id: "#testimonials"}, name: "Testimonials", id: "testimonials"},
{ {
name: "Contact", id: "#contact"}, name: "Contact", id: "contact"},
]} ]}
brandName="My Portfolio" brandName="My Portfolio"
/> />
@@ -248,6 +248,8 @@ export default function LandingPage() {
label: "Testimonials", href: "#testimonials"}, label: "Testimonials", href: "#testimonials"},
{ {
label: "Contact", href: "#contact"}, label: "Contact", href: "#contact"},
{
label: "Email: ibkhen99@gmail.com", href: "mailto:ibkhen99@gmail.com"}
] ]
}, },
{ {