From b07edc2f2a5306a6642d83964b74d59189ac30d7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 12:10:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 232 ++++++++++++----------------------------------- 1 file changed, 58 insertions(+), 174 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88e5fe1..418a6b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,23 +47,16 @@ export default function LandingPage() {
@@ -132,9 +97,7 @@ export default function LandingPage() { useInvertedBackground={true} title="The Future of Web Development" description={[ - "Our platform leverages advanced AI models to interpret natural language, translating your ideas into clean, professional code structure.", - "Forget long development cycles. Our system automates the design, deployment, and optimization process, giving you back time to focus on your core business.", - ]} + "Our platform leverages advanced AI models to interpret natural language, translating your ideas into clean, professional code structure.", "Forget long development cycles. Our system automates the design, deployment, and optimization process, giving you back time to focus on your core business."]} /> @@ -145,20 +108,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Instant Deployment", - description: "Go live in seconds with built-in hosting and global CDN integration.", - imageSrc: "http://img.b2bpic.net/free-photo/data-center-admin-using-virtual-reality-setup-machine-learning-systems_482257-126322.jpg", - }, + title: "Instant Deployment", description: "Go live in seconds with built-in hosting and global CDN integration.", imageSrc: "http://img.b2bpic.net/free-photo/data-center-admin-using-virtual-reality-setup-machine-learning-systems_482257-126322.jpg"}, { - title: "Auto-UX Design", - description: "Our AI handles responsive layout, typography, and accessibility best practices automatically.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-workspace-equipped-digital-design-photo-editing_482257-126934.jpg", - }, + title: "Auto-UX Design", description: "Our AI handles responsive layout, typography, and accessibility best practices automatically.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-workspace-equipped-digital-design-photo-editing_482257-126934.jpg"}, { - title: "Dynamic Content", - description: "Easily update content and manage sections with our intuitive dashboard.", - imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896830.jpg", - }, + title: "Dynamic Content", description: "Easily update content and manage sections with our intuitive dashboard.", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896830.jpg"}, ]} title="Powerful Features" description="Everything you need to launch professional web projects at scale." @@ -167,27 +121,19 @@ export default function LandingPage() {