Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-07 15:36:00 +00:00

View File

@@ -41,6 +41,8 @@ export default function LandingPage() {
name: "Experience", id: "#experience"},
{
name: "Education", id: "#education"},
{
name: "Languages", id: "#languages"},
{
name: "Contact", id: "#contact"},
]}
@@ -237,6 +239,8 @@ export default function LandingPage() {
label: "Experience", href: "#experience"},
{
label: "Education", href: "#education"},
{
label: "Languages", href: "#languages"},
{
label: "Contact", href: "#contact"},
],
@@ -256,4 +260,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}