Aethex Labs landing page - Research & Development
cgen-fb39644ff76a41788195a1a1c2277201
This commit is contained in:
parent
2c6d0142b6
commit
4dffaf3392
4 changed files with 436 additions and 0 deletions
109
client/pages/Corp.tsx
Normal file
109
client/pages/Corp.tsx
Normal file
|
|
@ -0,0 +1,109 @@
|
|||
import Layout from "@/components/Layout";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
|
||||
import { Briefcase, Settings, TrendingUp, Users } from "lucide-react";
|
||||
|
||||
export default function Corp() {
|
||||
return (
|
||||
<Layout>
|
||||
<div className="min-h-screen bg-aethex-gradient py-8">
|
||||
{/* Hero Section */}
|
||||
<section className="relative overflow-hidden">
|
||||
<div className="absolute inset-0 bg-gradient-to-b from-blue-500/10 to-transparent" />
|
||||
<div className="container mx-auto max-w-7xl relative px-4 py-20 md:py-32">
|
||||
<div className="text-center space-y-6 animate-slide-down">
|
||||
<div className="inline-block">
|
||||
<div className="flex items-center gap-2 px-4 py-2 rounded-lg bg-blue-500/20 border border-blue-500/30 text-blue-400">
|
||||
<Briefcase className="h-4 w-4" />
|
||||
<span className="text-sm font-medium">Aethex Corp</span>
|
||||
</div>
|
||||
</div>
|
||||
<h1 className="text-5xl md:text-6xl font-bold text-white">
|
||||
Enterprise Solutions
|
||||
</h1>
|
||||
<p className="text-xl text-gray-300 max-w-2xl mx-auto">
|
||||
Strategic consulting, technology integration, and digital transformation for enterprises. We help companies navigate the future.
|
||||
</p>
|
||||
<div className="flex gap-4 justify-center pt-4">
|
||||
<Button size="lg" className="bg-blue-500 hover:bg-blue-600 text-white">
|
||||
Schedule Consultation
|
||||
</Button>
|
||||
<Button size="lg" variant="outline">
|
||||
View Case Studies
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Services Grid */}
|
||||
<section className="container mx-auto max-w-7xl px-4 py-16">
|
||||
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
|
||||
<Card className="bg-card/50 border-border/50 hover:border-blue-500/50 transition-colors">
|
||||
<CardHeader>
|
||||
<Settings className="h-8 w-8 text-blue-400 mb-2" />
|
||||
<CardTitle>Consulting</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-sm text-gray-400">
|
||||
Strategic guidance for digital transformation and technology adoption.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="bg-card/50 border-border/50 hover:border-blue-500/50 transition-colors">
|
||||
<CardHeader>
|
||||
<TrendingUp className="h-8 w-8 text-blue-400 mb-2" />
|
||||
<CardTitle>Scale & Growth</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-sm text-gray-400">
|
||||
Build robust systems designed for enterprise scale and reliability.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="bg-card/50 border-border/50 hover:border-blue-500/50 transition-colors">
|
||||
<CardHeader>
|
||||
<Users className="h-8 w-8 text-blue-400 mb-2" />
|
||||
<CardTitle>Team Partnership</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-sm text-gray-400">
|
||||
Work with dedicated teams augmenting your existing development capacity.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="bg-card/50 border-border/50 hover:border-blue-500/50 transition-colors">
|
||||
<CardHeader>
|
||||
<Briefcase className="h-8 w-8 text-blue-400 mb-2" />
|
||||
<CardTitle>Solutions</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-sm text-gray-400">
|
||||
Custom solutions tailored to your business needs and technical requirements.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* CTA Section */}
|
||||
<section className="container mx-auto max-w-7xl px-4 py-16">
|
||||
<div className="rounded-xl bg-gradient-to-r from-blue-500/20 to-blue-600/20 border border-blue-500/30 p-8 md:p-16 text-center">
|
||||
<h2 className="text-3xl md:text-4xl font-bold text-white mb-4">
|
||||
Transform Your Business
|
||||
</h2>
|
||||
<p className="text-lg text-gray-300 mb-8 max-w-2xl mx-auto">
|
||||
Let's discuss how AeThex Corp can help accelerate your digital initiatives and drive growth.
|
||||
</p>
|
||||
<Button size="lg" className="bg-blue-500 hover:bg-blue-600 text-white">
|
||||
Contact Us
|
||||
</Button>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
109
client/pages/Foundation.tsx
Normal file
109
client/pages/Foundation.tsx
Normal file
|
|
@ -0,0 +1,109 @@
|
|||
import Layout from "@/components/Layout";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
|
||||
import { Heart, BookOpen, Code, Globe } from "lucide-react";
|
||||
|
||||
export default function Foundation() {
|
||||
return (
|
||||
<Layout>
|
||||
<div className="min-h-screen bg-aethex-gradient py-8">
|
||||
{/* Hero Section */}
|
||||
<section className="relative overflow-hidden">
|
||||
<div className="absolute inset-0 bg-gradient-to-b from-red-500/10 to-transparent" />
|
||||
<div className="container mx-auto max-w-7xl relative px-4 py-20 md:py-32">
|
||||
<div className="text-center space-y-6 animate-slide-down">
|
||||
<div className="inline-block">
|
||||
<div className="flex items-center gap-2 px-4 py-2 rounded-lg bg-red-500/20 border border-red-500/30 text-red-400">
|
||||
<Heart className="h-4 w-4" />
|
||||
<span className="text-sm font-medium">Aethex Foundation</span>
|
||||
</div>
|
||||
</div>
|
||||
<h1 className="text-5xl md:text-6xl font-bold text-white">
|
||||
Open Source & Education
|
||||
</h1>
|
||||
<p className="text-xl text-gray-300 max-w-2xl mx-auto">
|
||||
Democratizing technology through open source and education. We believe knowledge should be free, and great tools should be accessible to everyone.
|
||||
</p>
|
||||
<div className="flex gap-4 justify-center pt-4">
|
||||
<Button size="lg" className="bg-red-500 hover:bg-red-600 text-white">
|
||||
Contribute
|
||||
</Button>
|
||||
<Button size="lg" variant="outline">
|
||||
Learn More
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Mission Grid */}
|
||||
<section className="container mx-auto max-w-7xl px-4 py-16">
|
||||
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
|
||||
<Card className="bg-card/50 border-border/50 hover:border-red-500/50 transition-colors">
|
||||
<CardHeader>
|
||||
<Code className="h-8 w-8 text-red-400 mb-2" />
|
||||
<CardTitle>Open Source</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-sm text-gray-400">
|
||||
Publishing and maintaining tools that benefit the entire community.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="bg-card/50 border-border/50 hover:border-red-500/50 transition-colors">
|
||||
<CardHeader>
|
||||
<BookOpen className="h-8 w-8 text-red-400 mb-2" />
|
||||
<CardTitle>Education</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-sm text-gray-400">
|
||||
Accessible learning resources for developers at all skill levels.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="bg-card/50 border-border/50 hover:border-red-500/50 transition-colors">
|
||||
<CardHeader>
|
||||
<Globe className="h-8 w-8 text-red-400 mb-2" />
|
||||
<CardTitle>Community</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-sm text-gray-400">
|
||||
Building a welcoming ecosystem where everyone can grow and contribute.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="bg-card/50 border-border/50 hover:border-red-500/50 transition-colors">
|
||||
<CardHeader>
|
||||
<Heart className="h-8 w-8 text-red-400 mb-2" />
|
||||
<CardTitle>Impact</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-sm text-gray-400">
|
||||
Creating positive change through technology and knowledge sharing.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* CTA Section */}
|
||||
<section className="container mx-auto max-w-7xl px-4 py-16">
|
||||
<div className="rounded-xl bg-gradient-to-r from-red-500/20 to-red-600/20 border border-red-500/30 p-8 md:p-16 text-center">
|
||||
<h2 className="text-3xl md:text-4xl font-bold text-white mb-4">
|
||||
Make an Impact
|
||||
</h2>
|
||||
<p className="text-lg text-gray-300 mb-8 max-w-2xl mx-auto">
|
||||
Join us in our mission to make technology education and open source accessible to everyone around the world.
|
||||
</p>
|
||||
<Button size="lg" className="bg-red-500 hover:bg-red-600 text-white">
|
||||
Get Involved
|
||||
</Button>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
109
client/pages/GameForge.tsx
Normal file
109
client/pages/GameForge.tsx
Normal file
|
|
@ -0,0 +1,109 @@
|
|||
import Layout from "@/components/Layout";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
|
||||
import { Gamepad2, Zap, Target, Trophy } from "lucide-react";
|
||||
|
||||
export default function GameForge() {
|
||||
return (
|
||||
<Layout>
|
||||
<div className="min-h-screen bg-aethex-gradient py-8">
|
||||
{/* Hero Section */}
|
||||
<section className="relative overflow-hidden">
|
||||
<div className="absolute inset-0 bg-gradient-to-b from-green-500/10 to-transparent" />
|
||||
<div className="container mx-auto max-w-7xl relative px-4 py-20 md:py-32">
|
||||
<div className="text-center space-y-6 animate-slide-down">
|
||||
<div className="inline-block">
|
||||
<div className="flex items-center gap-2 px-4 py-2 rounded-lg bg-green-500/20 border border-green-500/30 text-green-400">
|
||||
<Gamepad2 className="h-4 w-4" />
|
||||
<span className="text-sm font-medium">GameForge</span>
|
||||
</div>
|
||||
</div>
|
||||
<h1 className="text-5xl md:text-6xl font-bold text-white">
|
||||
The Heart of AeThex
|
||||
</h1>
|
||||
<p className="text-xl text-gray-300 max-w-2xl mx-auto">
|
||||
Month-to-month shipping cycles. Rapid iteration. Continuous delivery. We don't just build games—we build experiences with unstoppable momentum.
|
||||
</p>
|
||||
<div className="flex gap-4 justify-center pt-4">
|
||||
<Button size="lg" className="bg-green-500 hover:bg-green-600 text-black">
|
||||
Start Building
|
||||
</Button>
|
||||
<Button size="lg" variant="outline">
|
||||
View Portfolio
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Features Grid */}
|
||||
<section className="container mx-auto max-w-7xl px-4 py-16">
|
||||
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
|
||||
<Card className="bg-card/50 border-border/50 hover:border-green-500/50 transition-colors">
|
||||
<CardHeader>
|
||||
<Zap className="h-8 w-8 text-green-400 mb-2" />
|
||||
<CardTitle>Monthly Releases</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-sm text-gray-400">
|
||||
Predictable shipping cycles. Every month, new features and improvements live.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="bg-card/50 border-border/50 hover:border-green-500/50 transition-colors">
|
||||
<CardHeader>
|
||||
<Target className="h-8 w-8 text-green-400 mb-2" />
|
||||
<CardTitle>Rapid Iteration</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-sm text-gray-400">
|
||||
Fast feedback loops. We listen, iterate, and ship what matters.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="bg-card/50 border-border/50 hover:border-green-500/50 transition-colors">
|
||||
<CardHeader>
|
||||
<Trophy className="h-8 w-8 text-green-400 mb-2" />
|
||||
<CardTitle>Quality Driven</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-sm text-gray-400">
|
||||
High standards. Polished experiences. Every release is battle-tested.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="bg-card/50 border-border/50 hover:border-green-500/50 transition-colors">
|
||||
<CardHeader>
|
||||
<Gamepad2 className="h-8 w-8 text-green-400 mb-2" />
|
||||
<CardTitle>Player First</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-sm text-gray-400">
|
||||
Always focused on player experience. We build what gets played.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* CTA Section */}
|
||||
<section className="container mx-auto max-w-7xl px-4 py-16">
|
||||
<div className="rounded-xl bg-gradient-to-r from-green-500/20 to-green-600/20 border border-green-500/30 p-8 md:p-16 text-center">
|
||||
<h2 className="text-3xl md:text-4xl font-bold text-white mb-4">
|
||||
Ship With Momentum
|
||||
</h2>
|
||||
<p className="text-lg text-gray-300 mb-8 max-w-2xl mx-auto">
|
||||
Join the fastest shipping team in the industry. We're looking for creators, developers, and visionaries.
|
||||
</p>
|
||||
<Button size="lg" className="bg-green-500 hover:bg-green-600 text-black">
|
||||
Join GameForge
|
||||
</Button>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
109
client/pages/Labs.tsx
Normal file
109
client/pages/Labs.tsx
Normal file
|
|
@ -0,0 +1,109 @@
|
|||
import Layout from "@/components/Layout";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
|
||||
import { Beaker, Lightbulb, Zap, Users } from "lucide-react";
|
||||
|
||||
export default function Labs() {
|
||||
return (
|
||||
<Layout>
|
||||
<div className="min-h-screen bg-aethex-gradient py-8">
|
||||
{/* Hero Section */}
|
||||
<section className="relative overflow-hidden">
|
||||
<div className="absolute inset-0 bg-gradient-to-b from-yellow-500/10 to-transparent" />
|
||||
<div className="container mx-auto max-w-7xl relative px-4 py-20 md:py-32">
|
||||
<div className="text-center space-y-6 animate-slide-down">
|
||||
<div className="inline-block">
|
||||
<div className="flex items-center gap-2 px-4 py-2 rounded-lg bg-yellow-500/20 border border-yellow-500/30 text-yellow-400">
|
||||
<Beaker className="h-4 w-4" />
|
||||
<span className="text-sm font-medium">Aethex Labs</span>
|
||||
</div>
|
||||
</div>
|
||||
<h1 className="text-5xl md:text-6xl font-bold text-white">
|
||||
Research & Development
|
||||
</h1>
|
||||
<p className="text-xl text-gray-300 max-w-2xl mx-auto">
|
||||
Where innovation meets experimentation. We push the boundaries of what's possible, exploring cutting-edge technologies and building the future.
|
||||
</p>
|
||||
<div className="flex gap-4 justify-center pt-4">
|
||||
<Button size="lg" className="bg-yellow-500 hover:bg-yellow-600 text-black">
|
||||
Explore Research
|
||||
</Button>
|
||||
<Button size="lg" variant="outline">
|
||||
Join Our Team
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Features Grid */}
|
||||
<section className="container mx-auto max-w-7xl px-4 py-16">
|
||||
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
|
||||
<Card className="bg-card/50 border-border/50 hover:border-yellow-500/50 transition-colors">
|
||||
<CardHeader>
|
||||
<Lightbulb className="h-8 w-8 text-yellow-400 mb-2" />
|
||||
<CardTitle>Innovation</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-sm text-gray-400">
|
||||
Exploring new technologies and methodologies to stay ahead of the curve.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="bg-card/50 border-border/50 hover:border-yellow-500/50 transition-colors">
|
||||
<CardHeader>
|
||||
<Zap className="h-8 w-8 text-yellow-400 mb-2" />
|
||||
<CardTitle>Experimentation</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-sm text-gray-400">
|
||||
Testing ideas in controlled environments to validate concepts before production.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="bg-card/50 border-border/50 hover:border-yellow-500/50 transition-colors">
|
||||
<CardHeader>
|
||||
<Users className="h-8 w-8 text-yellow-400 mb-2" />
|
||||
<CardTitle>Collaboration</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-sm text-gray-400">
|
||||
Working with researchers and developers to push technical boundaries.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="bg-card/50 border-border/50 hover:border-yellow-500/50 transition-colors">
|
||||
<CardHeader>
|
||||
<Beaker className="h-8 w-8 text-yellow-400 mb-2" />
|
||||
<CardTitle>Documentation</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-sm text-gray-400">
|
||||
Sharing findings and insights with the community for collective growth.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* CTA Section */}
|
||||
<section className="container mx-auto max-w-7xl px-4 py-16">
|
||||
<div className="rounded-xl bg-gradient-to-r from-yellow-500/20 to-yellow-600/20 border border-yellow-500/30 p-8 md:p-16 text-center">
|
||||
<h2 className="text-3xl md:text-4xl font-bold text-white mb-4">
|
||||
Be Part of the Future
|
||||
</h2>
|
||||
<p className="text-lg text-gray-300 mb-8 max-w-2xl mx-auto">
|
||||
Join our research initiatives and help shape the next generation of technology.
|
||||
</p>
|
||||
<Button size="lg" className="bg-yellow-500 hover:bg-yellow-600 text-black">
|
||||
Get Involved
|
||||
</Button>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
Loading…
Reference in a new issue