import type { Metadata } from "next";

export const metadata: Metadata = {
  title: "Swipe Escorts",
  description: "Discover escorts with our Tinder-style swipe interface. Like or pass on escort profiles quickly.",
  openGraph: {
    title: "Swipe Escorts | AdultWorld",
    description: "Discover escorts with our Tinder-style swipe interface.",
  },
};

export default function SwipeLayout({ children }: { children: React.ReactNode }) {
  return children;
}
