9 Commits

Author SHA1 Message Date
644cf5d313 Merge version_4 into main
Merge version_4 into main
2026-05-09 22:59:11 +00:00
c255664817 Update src/app/page.tsx 2026-05-09 22:59:08 +00:00
74680387f6 Merge version_3 into main
Merge version_3 into main
2026-05-09 22:58:06 +00:00
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
a2b1dfb1c6 Update src/app/page.tsx 2026-05-09 22:56:20 +00:00
a445e54545 Merge version_1 into main
Merge version_1 into main
2026-05-09 22:52:17 +00:00
749b5cc1d5 Merge version_1 into main
Merge version_1 into main
2026-05-09 22:51:50 +00:00
4e6e7934fa Merge version_1 into main
Merge version_1 into main
2026-05-09 22:51:19 +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. Reduce your deployment cycles by 80% with our agentic management platform."
buttons={[
{
text: "Start Shipping", href: "#contact"},
@@ -87,17 +87,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1", name: "BridgeSpace", price: "The Vibe IDE", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-software-developer-thinking-ways-upgrade-encryption-program-pensive-network-engineer-reflecting-failed-data-processing-operation-security-system-unknown-breach_482257-43029.jpg"},
id: "p1", name: "BridgeSpace", price: "Full-stack cloud-native coding environment", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-software-developer-thinking-ways-upgrade-encryption-program-pensive-network-engineer-reflecting-failed-data-processing-operation-security-system-unknown-breach_482257-43029.jpg"},
{
id: "p2", name: "BridgeVoice", price: "Voice Intent", imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-lamp-design_23-2151047616.jpg"},
id: "p2", name: "BridgeVoice", price: "Voice-to-code intent processing", imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-lamp-design_23-2151047616.jpg"},
{
id: "p3", name: "BridgeMCP", price: "Shared Context", imageSrc: "http://img.b2bpic.net/free-photo/male-expert-uses-tablet-with-chroma-key-display-leveraging-dashboards_482257-126212.jpg"},
id: "p3", name: "BridgeMCP", price: "Unified cross-agent data sharing", imageSrc: "http://img.b2bpic.net/free-photo/male-expert-uses-tablet-with-chroma-key-display-leveraging-dashboards_482257-126212.jpg"},
{
id: "p4", name: "BridgeCode", price: "Agent Core", imageSrc: "http://img.b2bpic.net/free-photo/teleworker-using-laptop-coding-software-developing_482257-124274.jpg"},
id: "p4", name: "BridgeCode", price: "Core agent logic execution engine", imageSrc: "http://img.b2bpic.net/free-photo/teleworker-using-laptop-coding-software-developing_482257-124274.jpg"},
{
id: "p5", name: "BridgeSwarm", price: "Team Engineering", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-labor-day-landing-page-template_23-2150617044.jpg"},
id: "p5", name: "BridgeSwarm", price: "Autonomous multi-agent orchestration", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-labor-day-landing-page-template_23-2150617044.jpg"},
{
id: "p6", name: "Agentic Stack", price: "Integrated Stack", imageSrc: "http://img.b2bpic.net/free-photo/modern-home-office-with-desktop-pc-monitor-displaying-business-analytics_482257-130255.jpg"},
id: "p6", name: "Agentic Stack", price: "End-to-end deployment pipeline", imageSrc: "http://img.b2bpic.net/free-photo/modern-home-office-with-desktop-pc-monitor-displaying-business-analytics_482257-130255.jpg"},
]}
title="Four Products. One Workflow."
description="Everything a builder needs to go from intent to production."
@@ -233,4 +233,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}