From 9fb046c2f8071d62f4fa4f0862fd4b5b3ab25bf3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 16:46:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 209 ++++++++++------------------------------------- 1 file changed, 43 insertions(+), 166 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0647810..169e39a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,41 +42,26 @@ export default function LandingPage() {
@@ -94,26 +73,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Rapid Prototyping", - description: "Generate full UI components instantly using natural language prompts.", - tag: "Speed", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXKBrHI0DBJmd19ktIOtFQjZ6T/lightning-speed-icon-on-tech-platform-bl-1774629919044-2c2f42f5.png", - }, + id: "f1", title: "Rapid Prototyping", description: "Generate full UI components instantly using natural language prompts.", tag: "Speed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXKBrHI0DBJmd19ktIOtFQjZ6T/lightning-speed-icon-on-tech-platform-bl-1774629919044-2c2f42f5.png"}, { - id: "f2", - title: "AI-Native Logic", - description: "Seamless integration of complex logic without backend boilerplate.", - tag: "Intelligence", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXKBrHI0DBJmd19ktIOtFQjZ6T/ai-brain-icon-with-integrated-circuit-de-1774629917970-58cf5e8f.png", - }, + id: "f2", title: "AI-Native Logic", description: "Seamless integration of complex logic without backend boilerplate.", tag: "Intelligence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXKBrHI0DBJmd19ktIOtFQjZ6T/ai-brain-icon-with-integrated-circuit-de-1774629917970-58cf5e8f.png"}, { - id: "f3", - title: "Production Ready", - description: "Clean, optimized code that scales from MVP to enterprise scale.", - tag: "Reliability", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXKBrHI0DBJmd19ktIOtFQjZ6T/production-ready-icon-with-shield-and-ch-1774629917391-64e89ca8.png", - }, + id: "f3", title: "Production Ready", description: "Clean, optimized code that scales from MVP to enterprise scale.", tag: "Reliability", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXKBrHI0DBJmd19ktIOtFQjZ6T/production-ready-icon-with-shield-and-ch-1774629917391-64e89ca8.png"}, ]} title="Built for Velocity" description="Powerful AI capabilities to accelerate every part of your development lifecycle." @@ -122,30 +86,16 @@ export default function LandingPage() {