Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-04-27 16:07:11 +00:00

View File

@@ -167,7 +167,7 @@ export default function LandingPage() {
tag="Contact Us"
title="Ready to Start Your Project?"
description="Reach out today to discuss your requirements with our expert engineering team and get a detailed quote."
buttons={[{ text: "Contact Support", href: "mailto:hello@velavaneng.com" }]}
buttons={[{ text: "Get My Engineering Quote", href: "mailto:hello@velavaneng.com" }]}
/>
</div>
@@ -184,4 +184,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}