From ef3b4399e89f70a181f2062927239fcee0d9c861 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:26:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cea4be5..6264d1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,13 +68,13 @@ export default function AetherDBLanding() { 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"}, { 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", 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"}, { 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"}, { 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", 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"}, ]} /> -- 2.49.1