Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-03-12 06:08:37 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}