diff --git a/client/pages/Corp.tsx b/client/pages/Corp.tsx index 94f16598..ea9e3be0 100644 --- a/client/pages/Corp.tsx +++ b/client/pages/Corp.tsx @@ -9,6 +9,12 @@ import { Users, Zap, ArrowRight, + Code, + Palette, + Shield, + Cpu, + BarChart3, + Rocket, } from "lucide-react"; import { useNavigate } from "react-router-dom"; import { useEffect, useState, useRef } from "react"; @@ -67,21 +73,23 @@ export default function Corp() { }, ]; - const serviceAreas = [ + const services = [ { title: "Custom Software Development", - description: "Bespoke applications tailored to your business needs", + description: "Bespoke applications built for enterprise scale", + icon: Code, examples: [ - "Enterprise web applications", - "Mobile apps (iOS/Android)", + "Web & mobile applications", "Real-time systems", "3D experiences & games", + "API development", ], color: "from-blue-500 to-cyan-500", }, { title: "Technology Consulting", description: "Strategic guidance for digital transformation", + icon: Briefcase, examples: [ "Architecture design", "Cloud strategy", @@ -93,6 +101,7 @@ export default function Corp() { { title: "Game Development Services", description: "Specialized expertise for gaming companies", + icon: Rocket, examples: [ "Full game production", "Metaverse experiences", @@ -104,6 +113,7 @@ export default function Corp() { { title: "UX/UI & Design", description: "Beautiful interfaces that drive engagement", + icon: Palette, examples: [ "User research", "Design systems", @@ -135,10 +145,33 @@ export default function Corp() { }, ]; + const processSteps = [ + { + step: 1, + title: "Discovery & Strategy", + description: "Understand your business goals and technical challenges", + }, + { + step: 2, + title: "Architecture & Design", + description: "Create scalable, robust system designs", + }, + { + step: 3, + title: "Development & Iteration", + description: "Build with quality and speed using agile practices", + }, + { + step: 4, + title: "Deployment & Support", + description: "Launch with confidence and 24/7 ongoing support", + }, + ]; + return (
- {/* Background */} + {/* Background Effects */}
@@ -147,94 +180,75 @@ export default function Corp() {
{/* Hero Section */} -
+
-
- Corp Logo + {/* Logo */} +
+
+
+ Corp Logo +
- - - AeThex Corp - -
-

+ {/* Tagline Badge */} +
+ + The Profit Engine + +
+ + {/* Main Headline */} +
+

+ Enterprise Engineering

-

- AeThex Corp delivers high-margin enterprise consulting and - specialized software development. We leverage proprietary - technologies from Labs to create cutting-edge solutions while - generating stable, benchmarkable revenue that funds our - ambitious R&D roadmap. +

+ High-margin consulting, proprietary software, and specialized game development that funds AeThex's ambitious innovation roadmap. We deliver enterprise-grade solutions powered by cutting-edge technology from our Labs.

-
+ {/* CTA Buttons */} +
- +
- {/* Creator Network CTAs */} -
-

- Explore our creator community: -

-
- - -
-
-
-

- - {/* Highlights */} -
-
-
+ {/* Trust Indicators */} +
{highlights.map((item, idx) => { const Icon = item.icon; return ( - - -

+ + +

{item.metric}

-

{item.label}

+

+ {item.label} +

); @@ -243,90 +257,209 @@ export default function Corp() {
- {/* Service Areas */} -
+ {/* Core Missions */} +
-

- What We Offer -

+
+

+ Three Strategic Pillars +

+

+ Every engagement drives revenue while advancing our mission to democratize advanced technology +

+
+ +
+ + +
💰
+ High-Margin Revenue +
+ +

+ Enterprise consulting contracts with premium pricing that fund our research and development initiatives +

+
+
+ + + +
âš¡
+ Technology Transfer +
+ +

+ Deploy innovations from Labs to production, validating new technologies with real enterprise clients +

+
+
+ + + +
🚀
+ Market Feedback +
+ +

+ Gather real-world insights from enterprise clients to inform next-generation product development +

+
+
+
+
+
+ + {/* Services */} +
+
+
+

+ Service Offerings +

+

+ End-to-end solutions for enterprise challenges +

+
+
- {serviceAreas.map((service, idx) => ( - - + {services.map((service, idx) => { + const Icon = service.icon; + return ( +
- + className={`h-1 bg-gradient-to-r ${service.color}`} + /> + +
+ + + Specialized + +
+ + {service.title} + +

+ {service.description} +

+
+ +
    + {service.examples.map((example, i) => ( +
  • + + {example} +
  • + ))} +
+
+ + ); + })} +
+ +
+ +
+
+
+ + {/* Process */} +
+
+
+

+ Our Engagement Process +

+

+ From discovery to delivery, we follow a proven methodology +

+
+ +
+ {processSteps.map((step) => ( +
+
+
+ {step.step}
- - {service.title} - - - -

- {service.description} -

-
    - {service.examples.map((example, i) => ( -
  • - - {example} -
  • - ))} -
-
- +
+

+ {step.title} +

+

+ {step.description} +

+
+
+ {step.step < 4 && ( +
+ )} +
))}
- {/* Client Wins */} -
+ {/* Case Studies */} +
-

- Recent Success Stories -

+
+

+ Client Success Stories +

+

+ Real results from real enterprise partnerships +

+
+
{recentWins.map((win, idx) => ( - + -
+
-

- CLIENT -

-

- {win.company} +

+ Client

+

{win.company}

-

- CHALLENGE +

+ Challenge

-

+

{win.challenge}

-

- SOLUTION -

-

- {win.solution} +

+ Solution

+

{win.solution}

-

- RESULT +

+ Result

-

+

{win.result}

@@ -338,62 +471,22 @@ export default function Corp() {
- {/* Engagement Models */} -
-
-

- How We Work -

-
- {[ - { - model: "Fixed Project", - description: "Defined scope, budget & timeline", - }, - { - model: "Time & Materials", - description: "Flexible engagement with hourly billing", - }, - { - model: "Retainer", - description: "Ongoing support & continuous improvement", - }, - { - model: "Staff Augmentation", - description: "Specialized developers for your team", - }, - ].map((model, idx) => ( - - -

- {model.model} -

-

- {model.description} -

-
-
- ))} -
-
-
- - {/* CTA */} -
+ {/* Final CTA */} +
-

- Ready to Partner? +

+ Ready to Transform Your Enterprise?

-

- Let's discuss your business challenges and build a solution that - drives results. +

+ Let's discuss how AeThex Corp can accelerate your digital innovation with proven expertise and cutting-edge technology.