import type { Metadata } from "next";

export const metadata: Metadata = {
  title: "Referral Program",
  description: "Earn credits by referring friends to AdultWorld. Share your unique referral code and get rewarded.",
  openGraph: {
    title: "Referral Program | AdultWorld",
    description: "Earn credits by referring friends to AdultWorld. Share your unique referral code and get rewarded.",
  },
};

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