2025-08-02 21:55:34 +05:30

13 lines
222 B
JavaScript

import Home1 from "./(homes)/home-1/page";
export const metadata = {
title: "Home || Cibus Industry",
description: "Cibus Industry",
};
export default function Home() {
return (
<>
<Home1 />
</>
);
}