import { Metadata } from "next"; import { experiences } from "@/lib/constants"; import { generatePageMetadata } from "@/lib/metadata"; import { generateBreadcrumbSchema } from "@/lib/structured-data"; import { ExperienceCard } from "@/components/experiences/ExperienceCard"; import { SectionHeader } from "@/components/shared/SectionHeader"; import { Button } from "@/components/shared/Button"; import { FinalCTA } from "@/components/home/FinalCTA"; export const metadata: Metadata = generatePageMetadata({ title: "Experiences — Curated Tours on Istanbul's Asian Side", description: "Choose your edit: half-day coastal tours, legendary Turkish breakfasts, meyhane evenings, or the full all-day immersion. Small groups, max 8 people.", path: "/experiences", }); export default function ExperiencesPage() { return ( <> {experiences.map((exp, i) => ( ))} Private Editions Want The Anatolian Edit all to yourself? Every experience is available as a private edition for couples, families, or groups of up to 12. Inquire About Private Experiences Starting from €250 > ); }
Want The Anatolian Edit all to yourself? Every experience is available as a private edition for couples, families, or groups of up to 12.