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 eaaa7c3..290c149 100644 --- a/app/(products)/product/page.jsx +++ b/app/(products)/product/page.jsx @@ -1,18 +1,18 @@ -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 ( <> - +
-
  • Products
  • +
  • About Us
  • +
    + {/* img */} +
    + img +
    +
    - + + ); diff --git a/app/(turnkey)/turnkey-solutions/page.jsx b/app/(turnkey)/turnkey-solutions/page.jsx index 45cf1f7..a4b1532 100644 --- a/app/(turnkey)/turnkey-solutions/page.jsx +++ b/app/(turnkey)/turnkey-solutions/page.jsx @@ -1,12 +1,6 @@ -import Achievments from "@/components/about/Achievments"; -import Team from "@/components/about/Team"; -import Brands from "@/components/common/Brands"; import Footer1 from "@/components/footers/Footer1"; -import Header2 from "@/components/headers/Header2"; -import About from "@/components/homes/home-1/About"; - -import Testimonials from "@/components/homes/home-1/Testimonials"; -import TurnKey from "@/components/homes/home-1/turnkey-solutions"; +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"; @@ -18,19 +12,11 @@ export const metadata = { export default function page() { return ( <> - +
    -
    - img -
    @@ -49,17 +35,17 @@ export default function page() {
  • -
  • Turnkey Solutions
  • +
  • About Us
  • - 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 ( -
    +