4 Commits

Author SHA1 Message Date
0727f8f236 Merge version_2 into main
Merge version_2 into main
2026-03-10 20:12:35 +00:00
05b8470115 Update src/app/page.tsx 2026-03-10 20:12:31 +00:00
43fd37cb7d Merge version_1 into main
Merge version_1 into main
2026-03-10 20:11:14 +00:00
950d51a80f Merge version_1 into main
Merge version_1 into main
2026-03-10 20:10:48 +00:00

View File

@@ -228,7 +228,7 @@ export default function LandingPage() {
<ContactSplit
tag="Start Your Project"
title="Submit Your Infrastructure Idea"
description="Tell us about your project vision. Share your concept, location, budget range, and timeline. Our experts will review and connect with you to discuss next steps."
description="Submit your details—a senior engineer will contact you within 24 hours to discuss feasibility and timeline. Share your concept, location, budget range, and timeline so we can understand your vision and provide expert guidance."
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
@@ -280,4 +280,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}