From ccdafd1821c9b7cad33b31a86e843f21c6518b3f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 06:01:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 211 ++++++++++------------------------------------- 1 file changed, 43 insertions(+), 168 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f8a67a..b50efff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,62 +47,39 @@ export default function LandingPage() {
@@ -123,17 +92,11 @@ export default function LandingPage() { description="Stop struggling with boilerplate and infrastructure. Usta abstracts the complexity, allowing you to focus on the business logic while our AI handles the architecture." bulletPoints={[ { - title: "Zero Setup Time", - description: "Start coding instantly with our pre-configured environments.", - }, + title: "Zero Setup Time", description: "Start coding instantly with our pre-configured environments."}, { - title: "Intelligent Generation", - description: "Leverage LLMs to write, debug, and optimize your application logic.", - }, + title: "Intelligent Generation", description: "Leverage LLMs to write, debug, and optimize your application logic."}, { - title: "Scale Instantly", - description: "From prototype to global scale with a single click deployment.", - }, + title: "Scale Instantly", description: "From prototype to global scale with a single click deployment."}, ]} imageSrc="http://img.b2bpic.net/free-photo/neat-tidy-workspace-with-laptop_23-2148592306.jpg" imageAlt="Usta platform interface" @@ -147,26 +110,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Smart Coding", - subtitle: "AI-assisted completion.", - category: "AI", - value: "High", - }, + id: "f1", title: "Smart Coding", subtitle: "AI-assisted completion.", category: "AI", value: "High"}, { - id: "f2", - title: "Auto-Deployment", - subtitle: "Ship with one click.", - category: "Ops", - value: "Instant", - }, + id: "f2", title: "Auto-Deployment", subtitle: "Ship with one click.", category: "Ops", value: "Instant"}, { - id: "f3", - title: "Secure Infrastructure", - subtitle: "Enterprise grade security.", - category: "Security", - value: "Built-in", - }, + id: "f3", title: "Secure Infrastructure", subtitle: "Enterprise grade security.", category: "Security", value: "Built-in"}, ]} title="Features That Empower You" description="Everything you need to ship world-class software." @@ -178,14 +126,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "TechCorp", - "Innovate", - "SpeedBuild", - "StartNow", - "GrowthLabs", - "CloudSystems", - "LogicAI", - ]} + "TechCorp", "Innovate", "SpeedBuild", "StartNow", "GrowthLabs", "CloudSystems", "LogicAI"]} title="Used by 1000+ Teams" description="Trusted by innovative engineering teams worldwide." /> @@ -193,30 +134,16 @@ export default function LandingPage() {
@@ -323,29 +208,19 @@ export default function LandingPage() { logoText="Usta" columns={[ { - title: "Platform", - items: [ + title: "Platform", items: [ { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "Pricing", - href: "#", - }, + label: "Pricing", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} -- 2.49.1