2 Commits

Author SHA1 Message Date
8f68cd8d74 Update src/app/page.tsx 2026-05-09 22:58:00 +00:00
1ab5fdb5d8 Merge version_2 into main
Merge version_2 into main
2026-05-09 22:56:23 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
background={{
variant: "animated-grid"}}
logoText="BridgeMind AI"
description="The AI coding platform for builders who ship software at the speed of thought. Your agents, managed by intent."
description="Ship Production-Grade Software at the Speed of Thought. Your agents, managed by intent."
buttons={[
{
text: "Start Shipping", href: "#contact"},
@@ -233,4 +233,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}