Merge version_2 into main #1

Merged
bender merged 2 commits from version_2 into main 2026-03-06 13:34:10 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -191,7 +191,7 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[
{ text: "Send Message", href: "mailto:hello@myemail.com" },
{ text: "Connect on Social", href: "#" }
{ text: "Follow My Updates", href: "#" }
]}
/>
</div>
@@ -226,4 +226,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}