Rewrite Corp.tsx with brand-new Profit Engine hero design

cgen-9785e77ba5f146708f86812287ecd8c3
This commit is contained in:
Builder.io 2025-11-13 04:35:07 +00:00
parent 92096d0641
commit 316109c420

View file

@ -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 (
<Layout>
<div className="relative min-h-screen bg-black text-white overflow-hidden">
{/* Background */}
{/* Background Effects */}
<div className="pointer-events-none absolute inset-0 opacity-[0.12] [background-image:radial-gradient(circle_at_top,#3b82f6_0,rgba(0,0,0,0.45)_55%,rgba(0,0,0,0.9)_100%)]" />
<div className="pointer-events-none absolute inset-0 bg-[linear-gradient(transparent_0,transparent_calc(100%-1px),rgba(59,130,246,0.05)_calc(100%-1px))] bg-[length:100%_32px]" />
<div className="pointer-events-none absolute inset-0 opacity-[0.08] [background-image:linear-gradient(90deg,rgba(59,130,246,0.1)_1px,transparent_1px),linear-gradient(0deg,rgba(59,130,246,0.1)_1px,transparent_1px)] [background-size:50px_50px] animate-pulse" />
@ -147,94 +180,75 @@ export default function Corp() {
<main className="relative z-10">
{/* Hero Section */}
<section className="py-16 lg:py-24">
<section className="py-20 lg:py-32">
<div className="container mx-auto max-w-6xl px-4">
<div className="mb-8 flex justify-center">
<img
src="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3772073d5b4b49e688ed02480f4cae43?format=webp&width=800"
alt="Corp Logo"
className="h-24 w-24 object-contain drop-shadow-lg"
/>
{/* Logo */}
<div className="mb-12 flex justify-center">
<div className="relative">
<div className="absolute inset-0 bg-blue-500/20 rounded-full blur-2xl" />
<img
src="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3772073d5b4b49e688ed02480f4cae43?format=webp&width=800"
alt="Corp Logo"
className="relative h-32 w-32 object-contain drop-shadow-2xl"
/>
</div>
</div>
<Badge className="border-blue-400/40 bg-blue-500/10 text-blue-300 shadow-[0_0_20px_rgba(59,130,246,0.2)] mb-6">
<Briefcase className="h-4 w-4 mr-2" />
AeThex Corp
</Badge>
<div className="space-y-6 mb-12">
<h1 className="text-5xl lg:text-7xl font-black text-blue-300 leading-tight">
{/* Tagline Badge */}
<div className="flex justify-center mb-8">
<Badge className="border-blue-400/40 bg-blue-500/10 text-blue-300 shadow-[0_0_30px_rgba(59,130,246,0.3)] px-6 py-2 text-lg">
<Cpu className="h-4 w-4 mr-2" />
The Profit Engine
</Badge>
</div>
{/* Main Headline */}
<div className="text-center space-y-6 mb-12">
<h1 className="text-6xl lg:text-8xl font-black text-transparent bg-clip-text bg-gradient-to-r from-blue-300 via-blue-200 to-cyan-300 leading-tight">
Enterprise Engineering
</h1>
<p className="text-xl text-blue-100/70 max-w-3xl">
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.
<p className="text-xl lg:text-2xl text-blue-100/80 max-w-4xl mx-auto leading-relaxed">
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.
</p>
</div>
<div className="flex flex-col sm:flex-row gap-4">
{/* CTA Buttons */}
<div className="flex flex-col sm:flex-row gap-4 justify-center mb-16">
<Button
className="bg-blue-400 text-black hover:bg-blue-300"
onClick={() => navigate("/services")}
>
View Services
<ArrowRight className="ml-2 h-4 w-4" />
</Button>
<Button
variant="outline"
className="border-blue-400/40 text-blue-300 hover:bg-blue-500/10"
size="lg"
className="bg-blue-400 text-black hover:bg-blue-300 font-bold text-lg px-8 py-6"
onClick={() => navigate("/corp/contact-us")}
>
Schedule Consultation
<ArrowRight className="ml-2 h-5 w-5" />
</Button>
<Button
size="lg"
variant="outline"
className="border-blue-400/40 text-blue-300 hover:bg-blue-500/10 font-bold text-lg px-8 py-6"
onClick={() => navigate("/corp/case-studies")}
>
View Case Studies
</Button>
</div>
{/* Creator Network CTAs */}
<div className="mt-8 pt-8 border-t border-blue-400/20">
<p className="text-sm text-blue-200/70 mb-4">
Explore our creator community:
</p>
<div className="flex flex-col sm:flex-row gap-3">
<Button
size="sm"
variant="outline"
className="border-blue-400/30 text-blue-300 hover:bg-blue-500/10"
onClick={() => navigate("/creators?arm=corp")}
>
Browse Corp Creators
</Button>
<Button
size="sm"
variant="outline"
className="border-blue-400/30 text-blue-300 hover:bg-blue-500/10"
onClick={() => navigate("/opportunities?arm=corp")}
>
View Corp Opportunities
</Button>
</div>
</div>
</div>
</section>
{/* Highlights */}
<section className="py-12 border-t border-blue-400/10 bg-black/40">
<div className="container mx-auto max-w-6xl px-4">
<div className="grid md:grid-cols-4 gap-6">
{/* Trust Indicators */}
<div className="grid grid-cols-2 md:grid-cols-4 gap-4">
{highlights.map((item, idx) => {
const Icon = item.icon;
return (
<Card
key={idx}
className="bg-blue-950/30 border-blue-400/40"
className="bg-blue-950/30 border-blue-400/30 hover:border-blue-400/60 transition-all"
>
<CardContent className="pt-6">
<Icon className="h-8 w-8 text-blue-400 mb-3" />
<p className="text-3xl font-black text-blue-300 mb-2">
<CardContent className="pt-6 text-center">
<Icon className="h-6 w-6 text-blue-400 mx-auto mb-3" />
<p className="text-2xl font-black text-blue-300">
{item.metric}
</p>
<p className="text-sm text-blue-200/70">{item.label}</p>
<p className="text-sm text-blue-200/70 mt-1">
{item.label}
</p>
</CardContent>
</Card>
);
@ -243,90 +257,209 @@ export default function Corp() {
</div>
</section>
{/* Service Areas */}
<section className="py-16">
{/* Core Missions */}
<section className="py-20 border-t border-blue-400/10 bg-blue-950/5">
<div className="container mx-auto max-w-6xl px-4">
<h2 className="text-3xl font-bold text-blue-300 mb-12">
What We Offer
</h2>
<div className="text-center mb-16">
<h2 className="text-4xl lg:text-5xl font-bold text-blue-300 mb-4">
Three Strategic Pillars
</h2>
<p className="text-lg text-blue-100/70 max-w-2xl mx-auto">
Every engagement drives revenue while advancing our mission to democratize advanced technology
</p>
</div>
<div className="grid md:grid-cols-3 gap-6">
<Card className="bg-blue-950/30 border-blue-400/30 hover:border-blue-400/60 transition-all">
<CardHeader>
<div className="text-4xl mb-3">💰</div>
<CardTitle className="text-blue-300">High-Margin Revenue</CardTitle>
</CardHeader>
<CardContent>
<p className="text-blue-200/70">
Enterprise consulting contracts with premium pricing that fund our research and development initiatives
</p>
</CardContent>
</Card>
<Card className="bg-blue-950/30 border-blue-400/30 hover:border-blue-400/60 transition-all">
<CardHeader>
<div className="text-4xl mb-3"></div>
<CardTitle className="text-blue-300">Technology Transfer</CardTitle>
</CardHeader>
<CardContent>
<p className="text-blue-200/70">
Deploy innovations from Labs to production, validating new technologies with real enterprise clients
</p>
</CardContent>
</Card>
<Card className="bg-blue-950/30 border-blue-400/30 hover:border-blue-400/60 transition-all">
<CardHeader>
<div className="text-4xl mb-3">🚀</div>
<CardTitle className="text-blue-300">Market Feedback</CardTitle>
</CardHeader>
<CardContent>
<p className="text-blue-200/70">
Gather real-world insights from enterprise clients to inform next-generation product development
</p>
</CardContent>
</Card>
</div>
</div>
</section>
{/* Services */}
<section className="py-20">
<div className="container mx-auto max-w-6xl px-4">
<div className="text-center mb-16">
<h2 className="text-4xl lg:text-5xl font-bold text-blue-300 mb-4">
Service Offerings
</h2>
<p className="text-lg text-blue-100/70">
End-to-end solutions for enterprise challenges
</p>
</div>
<div className="grid md:grid-cols-2 gap-6">
{serviceAreas.map((service, idx) => (
<Card
key={idx}
className="bg-blue-950/20 border-blue-400/30 hover:border-blue-400/60 transition-all"
>
<CardHeader>
{services.map((service, idx) => {
const Icon = service.icon;
return (
<Card
key={idx}
className="bg-blue-950/20 border-blue-400/30 hover:border-blue-400/60 transition-all overflow-hidden group"
>
<div
className={`w-12 h-12 rounded-lg bg-gradient-to-r ${service.color} flex items-center justify-center text-white mb-4`}
>
<Briefcase className="h-6 w-6" />
className={`h-1 bg-gradient-to-r ${service.color}`}
/>
<CardHeader>
<div className="flex items-start justify-between mb-3">
<Icon className="h-8 w-8 text-blue-400 group-hover:text-blue-300 transition-colors" />
<Badge className="bg-blue-500/20 text-blue-300 border border-blue-400/40">
Specialized
</Badge>
</div>
<CardTitle className="text-blue-300">
{service.title}
</CardTitle>
<p className="text-sm text-blue-200/70 mt-2">
{service.description}
</p>
</CardHeader>
<CardContent>
<ul className="space-y-2">
{service.examples.map((example, i) => (
<li
key={i}
className="flex items-center gap-2 text-blue-200/70 text-sm"
>
<CheckCircle className="h-4 w-4 text-blue-400 flex-shrink-0" />
{example}
</li>
))}
</ul>
</CardContent>
</Card>
);
})}
</div>
<div className="mt-12 text-center">
<Button
size="lg"
variant="outline"
className="border-blue-400/40 text-blue-300 hover:bg-blue-500/10"
onClick={() => navigate("/corp/contact-us")}
>
Discuss Your Project
<ArrowRight className="ml-2 h-4 w-4" />
</Button>
</div>
</div>
</section>
{/* Process */}
<section className="py-20 border-t border-blue-400/10 bg-blue-950/5">
<div className="container mx-auto max-w-6xl px-4">
<div className="text-center mb-16">
<h2 className="text-4xl lg:text-5xl font-bold text-blue-300 mb-4">
Our Engagement Process
</h2>
<p className="text-lg text-blue-100/70">
From discovery to delivery, we follow a proven methodology
</p>
</div>
<div className="grid md:grid-cols-4 gap-6">
{processSteps.map((step) => (
<div key={step.step} className="relative">
<div className="bg-blue-950/30 border border-blue-400/30 rounded-lg p-6">
<div className="absolute -top-6 left-1/2 -translate-x-1/2 w-12 h-12 bg-blue-500 rounded-full flex items-center justify-center font-black text-black border-4 border-black">
{step.step}
</div>
<CardTitle className="text-blue-300">
{service.title}
</CardTitle>
</CardHeader>
<CardContent className="space-y-4">
<p className="text-sm text-blue-200/70">
{service.description}
</p>
<ul className="space-y-2">
{service.examples.map((example, i) => (
<li
key={i}
className="flex items-center gap-2 text-sm text-blue-300"
>
<CheckCircle className="h-4 w-4 text-blue-400" />
{example}
</li>
))}
</ul>
</CardContent>
</Card>
<div className="mt-4 text-center">
<h3 className="text-lg font-bold text-blue-300 mb-2">
{step.title}
</h3>
<p className="text-sm text-blue-200/70">
{step.description}
</p>
</div>
</div>
{step.step < 4 && (
<div className="hidden md:block absolute top-1/3 -right-3 w-6 h-1 bg-gradient-to-r from-blue-400 to-transparent" />
)}
</div>
))}
</div>
</div>
</section>
{/* Client Wins */}
<section className="py-16 border-t border-blue-400/10 bg-black/40">
{/* Case Studies */}
<section className="py-20">
<div className="container mx-auto max-w-6xl px-4">
<h2 className="text-3xl font-bold text-blue-300 mb-12">
Recent Success Stories
</h2>
<div className="text-center mb-16">
<h2 className="text-4xl lg:text-5xl font-bold text-blue-300 mb-4">
Client Success Stories
</h2>
<p className="text-lg text-blue-100/70">
Real results from real enterprise partnerships
</p>
</div>
<div className="space-y-6">
{recentWins.map((win, idx) => (
<Card key={idx} className="bg-blue-950/20 border-blue-400/30">
<Card
key={idx}
className="bg-blue-950/20 border-blue-400/30 hover:border-blue-400/60 transition-all"
>
<CardContent className="pt-6">
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<div className="grid md:grid-cols-4 gap-6">
<div>
<p className="text-xs font-semibold text-blue-400 mb-1">
CLIENT
</p>
<p className="text-sm font-bold text-blue-300">
{win.company}
<p className="text-xs font-semibold text-blue-400 mb-1 uppercase">
Client
</p>
<p className="font-bold text-blue-300">{win.company}</p>
</div>
<div>
<p className="text-xs font-semibold text-blue-400 mb-1">
CHALLENGE
<p className="text-xs font-semibold text-blue-400 mb-1 uppercase">
Challenge
</p>
<p className="text-sm text-blue-200/70">
<p className="text-blue-200/70 text-sm">
{win.challenge}
</p>
</div>
<div>
<p className="text-xs font-semibold text-blue-400 mb-1">
SOLUTION
</p>
<p className="text-sm text-blue-200/70">
{win.solution}
<p className="text-xs font-semibold text-blue-400 mb-1 uppercase">
Solution
</p>
<p className="text-blue-200/70 text-sm">{win.solution}</p>
</div>
<div>
<p className="text-xs font-semibold text-green-400 mb-1">
RESULT
<p className="text-xs font-semibold text-blue-400 mb-1 uppercase">
Result
</p>
<p className="text-sm font-semibold text-green-300">
<p className="text-blue-200/70 text-sm font-semibold">
{win.result}
</p>
</div>
@ -338,62 +471,22 @@ export default function Corp() {
</div>
</section>
{/* Engagement Models */}
<section className="py-16">
<div className="container mx-auto max-w-6xl px-4">
<h2 className="text-3xl font-bold text-blue-300 mb-12">
How We Work
</h2>
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
{[
{
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) => (
<Card key={idx} className="bg-blue-950/30 border-blue-400/40">
<CardContent className="pt-6 text-center">
<h3 className="font-bold text-blue-300 mb-2">
{model.model}
</h3>
<p className="text-sm text-blue-200/70">
{model.description}
</p>
</CardContent>
</Card>
))}
</div>
</div>
</section>
{/* CTA */}
<section className="py-16 border-t border-blue-400/10">
{/* Final CTA */}
<section className="py-20 border-t border-blue-400/10">
<div className="container mx-auto max-w-4xl px-4 text-center">
<h2 className="text-3xl font-bold text-blue-300 mb-4">
Ready to Partner?
<h2 className="text-4xl lg:text-5xl font-bold text-blue-300 mb-6">
Ready to Transform Your Enterprise?
</h2>
<p className="text-lg text-blue-100/80 mb-8">
Let's discuss your business challenges and build a solution that
drives results.
<p className="text-lg text-blue-100/70 mb-8">
Let's discuss how AeThex Corp can accelerate your digital innovation with proven expertise and cutting-edge technology.
</p>
<Button
className="bg-blue-400 text-black shadow-[0_0_30px_rgba(59,130,246,0.35)] hover:bg-blue-300"
size="lg"
className="bg-blue-400 text-black hover:bg-blue-300 font-bold text-lg px-8 py-6 shadow-[0_0_30px_rgba(59,130,246,0.4)]"
onClick={() => navigate("/corp/contact-us")}
>
Start Consultation
<ArrowRight className="ml-2 h-4 w-4" />
Start Your Consultation
<ArrowRight className="ml-2 h-5 w-5" />
</Button>
</div>
</section>