import { Container } from "@/components/container"; import { Hero } from "@/components/hero"; import { Background } from "@/components/background"; import { Features } from "@/components/features"; import { CTA } from "@/components/cta"; export default function Home() { return (
{/* - Client logos carousel - TRANSFORM or DELETE based on use case */} {/* - Additional features grid - OPTIONAL */} {/* - Customer testimonials - OPTIONAL */}
); }