import Footer1 from "@/components/footers/Footer1"; import Header1 from "@/components/headers/Header1"; import Products from "@/components/homes/home-1/Products/product"; import Image from "next/image"; import Link from "next/link"; import React from "react"; export const metadata = { title: "About || Xbuild - Constriction nextjs Template", description: "Xbuild - Constriction nextjs Template", }; export default function page() { return ( <>

Products

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