/* page.tsx spboucher.ai Web Author: Simon-Pierre Boucher Mail: contact@spboucher.ai */ import type { Metadata } from "next"; import Image from "next/image"; import Link from "next/link"; import { ArrowRight, CalendarDays, Clock, PenTool } from "lucide-react"; import { Badge } from "@/components/ui/badge"; import { Card, CardContent, CardHeader } from "@/components/ui/card"; import { Reveal } from "@/components/reveal"; import { SectionHeading } from "@/components/section-heading"; import { getBlogPosts } from "@/lib/blog"; export const metadata: Metadata = { title: "Blog — Essays on AI & Economics", description: "Essays by Simon-Pierre Boucher on the economics of artificial intelligence: the collapsing cost of intelligence, the ownership of AI-generated wealth, and the data limits of the singularity.", }; export default function BlogPage() { const posts = getBlogPosts(); return (
{post.excerpt}