import MetaTags from "../components/MetaTags";
import { getMetaByPath } from "../lib/meta-config";
import Header from "@/components/Header";
import Footer from "@/components/Footer";
export default function Checkout() {
const metaConfig = getMetaByPath('/checkout');
return (
<>