Update src/app/page.tsx

This commit is contained in:
2026-05-11 13:08:41 +00:00
parent f6b69e2328
commit 50c9d13988

View File

@@ -223,7 +223,7 @@ export default function LandingPage() {
description="Ready to bring your ideas to life? Send me a message and let's start the conversation today." description="Ready to bring your ideas to life? Send me a message and let's start the conversation today."
buttons={[ buttons={[
{ {
text: "Request a Project Quote", href: "mailto:hello@example.com"}, text: "Get a Quote", href: "mailto:hello@example.com"},
{ {
text: "Schedule a Discovery Call", href: "#"}, text: "Schedule a Discovery Call", href: "#"},
]} ]}