diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b4af48..6eb7009 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -288,7 +288,7 @@ export default function LandingPage() { title="Let's Build Something Amazing Together" description="Whether you're looking for data pipeline optimization, machine learning solutions, or technical collaboration, I'd love to hear from you. Reach out today to discuss your project or opportunity." buttons={[ - { text: "Send Email", href: "mailto:yuvrajreddyalimineti@gmail.com" }, + { text: "Start a Project", href: "mailto:yuvrajreddyalimineti@gmail.com" }, { text: "Call +1 (469) 636-6136", href: "tel:+14696366136" } ]} buttonAnimation="slide-up" @@ -329,4 +329,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}