Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 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>
);
}
}