Merge version_3 into main #1

Merged
bender merged 1 commits from version_3 into main 2026-03-09 14:56:28 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
imagePosition="right"
mediaAnimation="slide-up"
buttons={[
{ text: "Start Discovering", href: "#contact" },
{ text: "Find Your Passion Free", href: "#contact" },
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
@@ -221,4 +221,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}