import type { Metadata } from "next"; import Link from "next/link"; import { Reveal } from "../components/Reveal"; import { Footer } from "../components/Footer"; import { VersandSections } from "./components/VersandSections"; import { VersandTOC, MobileVersandTOC } from "./components/VersandTOC"; import { getShippingSettings } from "../lib/payload"; export const metadata: Metadata = { title: "Versand", description: "Versandkosten, Lieferzeiten und Liefergebiet für Bestellungen bei einfach produktiv.", alternates: { canonical: "/versand" }, }; export default async function VersandPage() { const shipping = await getShippingSettings(); return ( <> Startseite › Versand Versand Transparent, fair und pünktlich — alles zu Kosten, Lieferzeiten und Liefergebiet. {/* MobileSectionTOC counterpart — below lg: only, see SectionTOC.tsx's own comment. */} > ); }
Startseite › Versand
Versand
Transparent, fair und pünktlich — alles zu Kosten, Lieferzeiten und Liefergebiet.