import Layout from "@/components/Layout"; import { Button } from "@/components/ui/button"; import { Badge } from "@/components/ui/badge"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import { Zap, Target, Users, BookOpen } from "lucide-react"; import { useNavigate } from "react-router-dom"; export default function LabsAbout() { const navigate = useNavigate(); return (
{/* Animated backgrounds */}
{/* Header */}

About AeThex Labs

Pushing the boundaries of what's possible in game development

{/* Mission */}

Our Mission

AeThex Labs is dedicated to advancing the state of game development through cutting-edge research, comprehensive documentation, and community education. We believe in the power of collaborative innovation and are committed to making game development more accessible and efficient for creators everywhere.

{/* Values */}
Innovation

Constantly exploring new techniques and frameworks to push creative boundaries

Excellence

Maintaining the highest standards in our research and educational initiatives

Collaboration

Working together with developers, studios, and tools like Dev-Link to grow the ecosystem

Education

Creating resources and knowledge that empower the next generation of developers

{/* Dev-Link Connection */}
Ecosystem

Partnering with Dev-Link

AeThex Labs works closely with Dev-Link, our professional network platform for Roblox developers, to ensure our research and innovations directly benefit the developer community. Through Dev-Link, we connect researchers with talented developers who can implement and refine our findings.

); }