Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 698ced1eab | |||
| ddf05680b1 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user