Update src/app/page.tsx

This commit is contained in:
2026-05-11 13:06:31 +00:00
parent 0b829687e7
commit 273766281b

View File

@@ -224,6 +224,8 @@ export default function LandingPage() {
buttons={[
{
text: "Get in Touch", href: "mailto:hello@example.com"},
{
text: "Schedule a Discovery Call", href: "#"},
]}
/>
</div>
@@ -262,4 +264,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}