5 Commits

Author SHA1 Message Date
acc7a81e12 Merge version_3 into main
Merge version_3 into main
2026-03-03 04:33:20 +00:00
c3de824ef1 Update src/app/page.tsx 2026-03-03 04:33:15 +00:00
fecf8958b5 Merge version_2 into main
Merge version_2 into main
2026-03-03 04:27:45 +00:00
698ced1eab Update src/app/page.tsx 2026-03-03 04:27:41 +00:00
ddf05680b1 Merge version_1 into main
Merge version_1 into main
2026-03-03 04:26:11 +00:00

View File

@@ -65,16 +65,28 @@ export default function AetherDBLanding() {
features={[
{
id: 1,
tag: "Step One", title: "Describe Your App", subtitle: "Write how your app works in plain English.", description: "Simply explain your data structure, relationships, and requirements using natural language. Aether DB's AI understands your intent and requirements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwXR9IPU1i0RZAZxTYpt2HAlY/a-close-up-of-a-developer-typing-natural-1772511926022-f462f1fe.png", imageAlt: "Developer describing app in natural language"},
tag: "Step One", title: "Describe Your App", subtitle: "Write how your app works in plain English.", description: "Simply explain your data structure, relationships, and requirements using natural language. Aether DB's AI understands your intent and requirements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwXR9IPU1i0RZAZxTYpt2HAlY/a-close-up-of-a-developer-typing-natural-1772511926022-f462f1fe.png", imageAlt: "Developer describing app in natural language", buttons: [
{ text: "Learn More", href: "#" },
],
},
{
id: 2,
tag: "Step Two", title: "Generate PostgreSQL", subtitle: "Get production-ready schemas instantly.", description: "Aether DB generates optimized PostgreSQL schemas with proper indexing, constraints, and migrations. All following database best practices.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwXR9IPU1i0RZAZxTYpt2HAlY/a-detailed-postgresql-schema-visualizati-1772511926845-e2e532c7.png?_wi=1", imageAlt: "PostgreSQL schema visualization"},
tag: "Step Two", title: "Generate PostgreSQL", subtitle: "Get production-ready schemas instantly.", description: "Aether DB generates optimized PostgreSQL schemas with proper indexing, constraints, and migrations. All following database best practices.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwXR9IPU1i0RZAZxTYpt2HAlY/a-detailed-postgresql-schema-visualizati-1772511926845-e2e532c7.png?_wi=1", imageAlt: "PostgreSQL schema visualization", buttons: [
{ text: "Learn More", href: "#" },
],
},
{
id: 3,
tag: "Step Three", title: "Sync TypeScript Types", subtitle: "Your types always match your database.", description: "Automatically generate TypeScript interfaces that stay synchronized with your schema. Say goodbye to type mismatches and runtime errors.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwXR9IPU1i0RZAZxTYpt2HAlY/visual-representation-of-typescript-type-1772511926929-9d540ea3.png", imageAlt: "TypeScript type definitions synced with database"},
tag: "Step Three", title: "Sync TypeScript Types", subtitle: "Your types always match your database.", description: "Automatically generate TypeScript interfaces that stay synchronized with your schema. Say goodbye to type mismatches and runtime errors.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwXR9IPU1i0RZAZxTYpt2HAlY/visual-representation-of-typescript-type-1772511926929-9d540ea3.png", imageAlt: "TypeScript type definitions synced with database", buttons: [
{ text: "Learn More", href: "#" },
],
},
{
id: 4,
tag: "Step Four", title: "Deploy & Build", subtitle: "Start shipping faster immediately.", description: "Export migrations, seed data, and API definitions. Integrate with your existing Stack and deploy with confidence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwXR9IPU1i0RZAZxTYpt2HAlY/a-detailed-postgresql-schema-visualizati-1772511926845-e2e532c7.png?_wi=2", imageAlt: "Deployment and integration flow"},
tag: "Step Four", title: "Deploy & Build", subtitle: "Start shipping faster immediately.", description: "Export migrations, seed data, and API definitions. Integrate with your existing Stack and deploy with confidence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwXR9IPU1i0RZAZxTYpt2HAlY/a-detailed-postgresql-schema-visualizati-1772511926845-e2e532c7.png?_wi=2", imageAlt: "Deployment and integration flow", buttons: [
{ text: "Learn More", href: "#" },
],
},
]}
/>
</div>
@@ -119,7 +131,7 @@ export default function AetherDBLanding() {
<SocialProofOne
tag="Trusted By"
title="Used by Developer Teams Worldwide"
description="Join hundreds of developers and engineering teams building faster with Aether DB"
description="Join 500+ developers and engineering teams shipping 40% faster with Aether DB"
textboxLayout="default"
useInvertedBackground={false}
names={[
@@ -158,7 +170,7 @@ export default function AetherDBLanding() {
<ContactCenter
tag="Get Started"
title="Generate Your First Schema Today"
description="Join hundreds of developers shipping faster with Aether DB. No credit card required."
description="Join 500+ developers and engineering teams shipping 40% faster with Aether DB. No credit card required."
background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="your-email@example.com"