import type { Metadata } from "next" import { HeroSection, IntegrationsSection, PrinciplesSection, CtaSection, BlogPreviewSection } from "@/components/home" export const metadata: Metadata = { title: "DalCode - AI Code Intelligence Platform", description: "Transform your development workflow with AI-powered code intelligence. DalCode helps innovation-driven teams ship faster with smart automation and deep code understanding.", openGraph: { title: "DalCode - AI Code Intelligence Platform", description: "Transform your development workflow with AI-powered code intelligence.", }, } export default function HomePage() { return (
) }