import type { Metadata } from "next";

export const metadata: Metadata = {
  title: "Looking For",
  description: "Describe what you are looking for in natural language and let our AI find matching escorts for you.",
  openGraph: {
    title: "Looking For | AdultWorld",
    description: "Describe what you are looking for and let our AI find matching escorts for you.",
  },
};

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