import { Button } from "@/components/ui/button"; import Link from "next/link"; import { Sparkles, ArrowRight } from "lucide-react"; import { homepage } from "@/marketing/content/homepage"; export function Hero() { return (
{/* Main title */}

{homepage.hero.title}

{/* Subtitle */}

{homepage.hero.subtitle}

{/* CTAs */}
); }