Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-11 11:58:37 +00:00

View File

@@ -59,8 +59,8 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "View My Work", href: "#projects" },
{ text: "Get in Touch", href: "#contact" }
{ text: "Start a Project", href: "#contact" },
{ text: "View My Work", href: "#projects" }
]}
mediaAnimation="slide-up"
/>
@@ -187,4 +187,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}