1 Commits

Author SHA1 Message Date
3128f8c656 Update src/app/page.tsx 2026-04-27 16:07:04 +00:00

View File

@@ -167,7 +167,7 @@ export default function LandingPage() {
tag="Contact Us" tag="Contact Us"
title="Ready to Start Your Project?" title="Ready to Start Your Project?"
description="Reach out today to discuss your requirements with our expert engineering team and get a detailed quote." 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> </div>
@@ -184,4 +184,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }