import { Metadata } from "next"; import Image from "next/image"; import { generatePageMetadata } from "@/lib/metadata"; import { generateBreadcrumbSchema } from "@/lib/structured-data"; import { Button } from "@/components/shared/Button"; import { FinalCTA } from "@/components/home/FinalCTA"; export const metadata: Metadata = generatePageMetadata({ title: "About Us — The Anatolian Edit", description: "We're not guides. We're editors. We edit out the noise and show you only the good parts of Istanbul's Asian side.", path: "/about", }); export default function AboutPage() { return ( <>