diff --git a/app/(contact)/contact/page.jsx b/app/(contact)/contact/page.jsx index 3fd353f..abcb96a 100644 --- a/app/(contact)/contact/page.jsx +++ b/app/(contact)/contact/page.jsx @@ -1,31 +1,24 @@ -import Brands from "@/components/common/Brands"; import ContactForm from "@/components/contact/ContactForm"; import ContactInfo from "@/components/contact/ContactInfo"; import Map from "@/components/contact/Map"; import Footer1 from "@/components/footers/Footer1"; -import Header2 from "@/components/headers/Header2"; +import Header1 from "@/components/headers/Header1"; import Image from "next/image"; import Link from "next/link"; +import React from "react"; export const metadata = { - title: "Contact || Xbuild - Constriction nextjs Template", + title: "About || Xbuild - Constriction nextjs Template", description: "Xbuild - Constriction nextjs Template", }; + export default function page() { return ( <> - +
-
- img -
@@ -48,13 +41,6 @@ export default function page() {
- img
- - - - {/*
- -
*/} + + + + ); diff --git a/app/(products)/product/page.jsx b/app/(products)/product/page.jsx index 314f7bd..290c149 100644 --- a/app/(products)/product/page.jsx +++ b/app/(products)/product/page.jsx @@ -1,30 +1,22 @@ -import Brands from "@/components/common/Brands"; import Footer1 from "@/components/footers/Footer1"; -import Header2 from "@/components/headers/Header2"; +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: "Products || Xbuild - Constriction nextjs Template", + title: "About || Xbuild - Constriction nextjs Template", description: "Xbuild - Constriction nextjs Template", }; export default function page() { return ( <> - +
-
- img -
@@ -43,17 +35,17 @@ export default function page() {
  • -
  • Products
  • +
  • About Us
  • - img + /> */}
    - - {/*
    - -
    */} + + ); diff --git a/app/(turnkey)/turnkey-solutions/page.jsx b/app/(turnkey)/turnkey-solutions/page.jsx new file mode 100644 index 0000000..a4b1532 --- /dev/null +++ b/app/(turnkey)/turnkey-solutions/page.jsx @@ -0,0 +1,66 @@ +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: "About || Xbuild - Constriction nextjs Template", + description: "Xbuild - Constriction nextjs Template", +}; + +export default function page() { + return ( + <> + +
    +
    +
    +
    +
    +

    + Turnkey Solutions +

    +
    +
      +
    • + Home +
    • +
    • + +
    • +
    • About Us
    • +
    +
    +
    + {/* img */} +
    + img +
    +
    +
    +
    +
    + + + + + ); +} diff --git a/components/contact/Map.jsx b/components/contact/Map.jsx index a86db77..db50a2c 100644 --- a/components/contact/Map.jsx +++ b/components/contact/Map.jsx @@ -2,7 +2,7 @@ import React from "react"; export default function Map() { return ( -
    +