import type { Metadata } from "next" import { HeroSection, CtaSection, PostsGridSection } from "@/components/blog" export const metadata: Metadata = { title: "Blog", description: "Insights on AI, machine learning, and the future of software development from the DalCode team.", openGraph: { title: "DalCode Blog", description: "Insights on AI, machine learning, and the future of software development.", }, } export default function BlogPage() { return (
) }