From 698ced1eaba8eaf803658380d5bf1b2e88b9fe74 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:27:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6264d1f..d1af942 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "#" }, + ], + }, ]} /> -- 2.49.1