From c6fe675e29f9101111148e4b87d427f92231e6f6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:08:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.49.1