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

Products

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