2 Commits

Author SHA1 Message Date
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"
/> />
@@ -268,4 +268,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }