2 Commits

Author SHA1 Message Date
baa19aaad7 Update src/app/page.tsx 2026-03-06 13:34:06 +00:00
0e11fa4ea2 Update src/app/layout.tsx 2026-03-06 13:34:06 +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>
);
}
}