diff --git a/app/(contact)/contact/page.jsx b/app/(contact)/contact/page.jsx
index edec52d..3fd353f 100644
--- a/app/(contact)/contact/page.jsx
+++ b/app/(contact)/contact/page.jsx
@@ -70,9 +70,9 @@ export default function page() {
-
*/}
>
);
diff --git a/app/(products)/product/page.jsx b/app/(products)/product/page.jsx
new file mode 100644
index 0000000..314f7bd
--- /dev/null
+++ b/app/(products)/product/page.jsx
@@ -0,0 +1,76 @@
+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 (
+ <>
+
+
+
+
+
+
+
+
+
+
+ Products
+
+
+
+ -
+ Home
+
+ -
+
+
+ - Products
+
+
+
+
+
+
+
+ {/*
+
+
*/}
+
+ >
+ );
+}
diff --git a/components/contact/Map.jsx b/components/contact/Map.jsx
index db50a2c..a86db77 100644
--- a/components/contact/Map.jsx
+++ b/components/contact/Map.jsx
@@ -2,7 +2,7 @@ import React from "react";
export default function Map() {
return (
-