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 { Beaker, Lightbulb, Zap, Users } from "lucide-react"; export default function Labs() { return (
{/* Animated grid background */}
{/* Animated grid */}
{/* Floating orbs */}
{/* Hero Section */}
Labs Aethex Labs

Research & Development

Where innovation meets experimentation. We push the boundaries of what's possible, exploring cutting-edge technologies and building the future.

{/* Features Grid */}
Innovation

Exploring new technologies and methodologies to stay ahead of the curve.

Experimentation

Testing ideas in controlled environments to validate concepts before production.

Collaboration

Working with researchers and developers to push technical boundaries.

Documentation

Sharing findings and insights with the community for collective growth.

{/* CTA Section */}

Be Part of the Future

Join our research initiatives and help shape the next generation of technology.

); }