import Brands from "@/components/common/Brands"; import ContactForm from "@/components/contact/ContactForm"; import ContactInfo from "@/components/contact/ContactInfo"; import Map from "@/components/contact/Map"; import Footer1 from "@/components/footers/Footer1"; import Header2 from "@/components/headers/Header2"; import Image from "next/image"; import Link from "next/link"; export const metadata = { title: "Contact || Xbuild - Constriction nextjs Template", description: "Xbuild - Constriction nextjs Template", }; export default function page() { return ( <>
img

Contact

  • Home
  • Contact
img
img
{/*
*/} ); }