From 5c26f54506a47c7fd8f889694f744025b86d42ad Mon Sep 17 00:00:00 2001 From: akashluca-l Date: Fri, 18 Jul 2025 11:27:29 +0530 Subject: [PATCH 1/2] Products and Contact Page Updated --- app/(contact)/contact/page.jsx | 4 +- app/(products)/product/page.jsx | 76 ++++++++++++++++++++ components/contact/Map.jsx | 2 +- components/homes/home-1/Products/product.jsx | 76 ++++++++++++++++++++ data/menu.js | 20 +++--- data/services.js | 62 ++++++++++++++++ 6 files changed, 229 insertions(+), 11 deletions(-) create mode 100644 app/(products)/product/page.jsx create mode 100644 components/homes/home-1/Products/product.jsx 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 ( + <> + +
+
+ img +
+
+
+
+
+

+ Products +

+
+
    +
  • + Home +
  • +
  • + +
  • +
  • Products
  • +
+
+
+ img +
+ img +
+
+
+
+
+ + {/*
+ +
*/} + + + ); +} 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 ( -
+