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 { Briefcase, Settings, TrendingUp, Users } from "lucide-react"; export default function Corp() { return (
{/* Hero Section */}
Corp Aethex Corp

Enterprise Solutions

Strategic consulting, technology integration, and digital transformation for enterprises. We help companies navigate the future.

{/* Services Grid */}
Consulting

Strategic guidance for digital transformation and technology adoption.

Scale & Growth

Build robust systems designed for enterprise scale and reliability.

Team Partnership

Work with dedicated teams augmenting your existing development capacity.

Solutions

Custom solutions tailored to your business needs and technical requirements.

{/* CTA Section */}

Transform Your Business

Let's discuss how AeThex Corp can help accelerate your digital initiatives and drive growth.

); }