import { Button } from ‘@/components/ui/button’;
import { Card, CardContent } from ‘@/components/ui/card’;
export default function Home() {
return (
{/* Header Section */}
{/* Hero Section */}
Innovative Solutions for Clinical Research
JAAG Clinical Research provides trusted, innovative, and high-quality clinical research solutions to advance healthcare.
{/* Services Section */}
Our Services
{[‘Clinical Trials Management’, ‘Data Management’, ‘Medical Research Consulting’].map((service) => (
{service}
Comprehensive, precise, and reliable support tailored to your research needs.
))}
{/* Footer Section */}
);
}