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: "Product || Cibus Industry", description: "Cibus Industry", }; export default function page() { return ( <>

Products

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