import * as React from "react"; import Header from '@/components/Header'; import Footer from '@/components/Footer'; import CatalogSubscribe from '@/components/CatalogSubscribe'; import MobileMenuBottomSection from "@/components/MobileMenuBottomSection"; import LKMenu from '@/components/LKMenu'; import ProfileGarageMain from '@/components/profile/ProfileGarageMain'; import ProfileInfo from '@/components/profile/ProfileInfo'; import Head from "next/head"; import MetaTags from "@/components/MetaTags"; import { getMetaByPath } from "@/lib/meta-config"; const ProfileGaragePage = () => { const metaData = getMetaByPath('/profile-gar'); return (