Update src/app/page.tsx

This commit is contained in:
2026-05-09 22:59:08 +00:00
parent 74680387f6
commit c255664817

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
background={{
variant: "animated-grid"}}
logoText="BridgeMind AI"
description="Ship Production-Grade Software at the Speed of Thought. Your agents, managed by intent."
description="Ship production-grade software at the speed of thought. Reduce your deployment cycles by 80% with our agentic management platform."
buttons={[
{
text: "Start Shipping", href: "#contact"},
@@ -233,4 +233,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}