Banner Updated
This commit is contained in:
parent
97165a1b3d
commit
d0aadabed7
@ -1,31 +1,24 @@
|
|||||||
import Brands from "@/components/common/Brands";
|
|
||||||
import ContactForm from "@/components/contact/ContactForm";
|
import ContactForm from "@/components/contact/ContactForm";
|
||||||
import ContactInfo from "@/components/contact/ContactInfo";
|
import ContactInfo from "@/components/contact/ContactInfo";
|
||||||
import Map from "@/components/contact/Map";
|
import Map from "@/components/contact/Map";
|
||||||
import Footer1 from "@/components/footers/Footer1";
|
import Footer1 from "@/components/footers/Footer1";
|
||||||
import Header2 from "@/components/headers/Header2";
|
import Header1 from "@/components/headers/Header1";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
|
import React from "react";
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Contact || Xbuild - Constriction nextjs Template",
|
title: "About || Xbuild - Constriction nextjs Template",
|
||||||
description: "Xbuild - Constriction nextjs Template",
|
description: "Xbuild - Constriction nextjs Template",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function page() {
|
export default function page() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Header2 />
|
<Header1 />
|
||||||
<div
|
<div
|
||||||
className="breadcrumb-wrapper bg-cover"
|
className="breadcrumb-wrapper bg-cover"
|
||||||
style={{ backgroundImage: 'url("/assets/img/breadcrumb-bg.jpg")' }}
|
style={{ backgroundImage: 'url("/assets/img/cta-bg.jpg")' }}
|
||||||
>
|
>
|
||||||
<div className="shape-image float-bob-y">
|
|
||||||
<Image
|
|
||||||
src="/assets/img/vector.png"
|
|
||||||
width={84}
|
|
||||||
height={186}
|
|
||||||
alt="img"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="breadcrumb-wrapper-items">
|
<div className="breadcrumb-wrapper-items">
|
||||||
<div className="page-heading">
|
<div className="page-heading">
|
||||||
@ -48,13 +41,6 @@ export default function page() {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div className="breadcrumb-image">
|
<div className="breadcrumb-image">
|
||||||
<Image
|
|
||||||
src="/assets/img/breadcrumb-image.png"
|
|
||||||
width={540}
|
|
||||||
height={450}
|
|
||||||
alt="img"
|
|
||||||
className="float-bob-x"
|
|
||||||
/>
|
|
||||||
<div className="bar-shape">
|
<div className="bar-shape">
|
||||||
<Image
|
<Image
|
||||||
src="/assets/img/breadcrumb-bar.png"
|
src="/assets/img/breadcrumb-bar.png"
|
||||||
@ -67,12 +53,10 @@ export default function page() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ContactInfo />
|
|
||||||
<ContactForm />
|
<ContactInfo/>
|
||||||
<Map />
|
<ContactForm/>
|
||||||
{/* <div className="brand-section fix section-padding">
|
<Map/>
|
||||||
<Brands />
|
|
||||||
</div> */}
|
|
||||||
<Footer1 />
|
<Footer1 />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,18 +1,18 @@
|
|||||||
import Brands from "@/components/common/Brands";
|
|
||||||
import Footer1 from "@/components/footers/Footer1";
|
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 Products from "@/components/homes/home-1/Products/product";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
|
import React from "react";
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Products || Xbuild - Constriction nextjs Template",
|
title: "About || Xbuild - Constriction nextjs Template",
|
||||||
description: "Xbuild - Constriction nextjs Template",
|
description: "Xbuild - Constriction nextjs Template",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function page() {
|
export default function page() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Header2 />
|
<Header1 />
|
||||||
<div
|
<div
|
||||||
className="breadcrumb-wrapper bg-cover"
|
className="breadcrumb-wrapper bg-cover"
|
||||||
style={{ backgroundImage: 'url("/assets/img/cta-bg.jpg")' }}
|
style={{ backgroundImage: 'url("/assets/img/cta-bg.jpg")' }}
|
||||||
@ -35,13 +35,31 @@ export default function page() {
|
|||||||
<li>
|
<li>
|
||||||
<i className="fa-sharp fa-solid fa-slash-forward" />
|
<i className="fa-sharp fa-solid fa-slash-forward" />
|
||||||
</li>
|
</li>
|
||||||
<li>Products</li>
|
<li>About Us</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="breadcrumb-image">
|
||||||
|
{/* <Image
|
||||||
|
src="/assets/img/breadcrumb-image.png"
|
||||||
|
width={540}
|
||||||
|
height={450}
|
||||||
|
alt="img"
|
||||||
|
className="float-bob-x"
|
||||||
|
/> */}
|
||||||
|
<div className="bar-shape">
|
||||||
|
<Image
|
||||||
|
src="/assets/img/breadcrumb-bar.png"
|
||||||
|
width={631}
|
||||||
|
height={604}
|
||||||
|
alt="img"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Products/>
|
|
||||||
|
<Products/>
|
||||||
<Footer1 />
|
<Footer1 />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
@ -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 Footer1 from "@/components/footers/Footer1";
|
||||||
import Header2 from "@/components/headers/Header2";
|
import Header1 from "@/components/headers/Header1";
|
||||||
import About from "@/components/homes/home-1/About";
|
import Products from "@/components/homes/home-1/Products/product";
|
||||||
|
|
||||||
import Testimonials from "@/components/homes/home-1/Testimonials";
|
|
||||||
import TurnKey from "@/components/homes/home-1/turnkey-solutions";
|
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
@ -18,19 +12,11 @@ export const metadata = {
|
|||||||
export default function page() {
|
export default function page() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Header2 />
|
<Header1 />
|
||||||
<div
|
<div
|
||||||
className="breadcrumb-wrapper bg-cover"
|
className="breadcrumb-wrapper bg-cover"
|
||||||
style={{ backgroundImage: 'url("/assets/img/breadcrumb-bg.jpg")' }}
|
style={{ backgroundImage: 'url("/assets/img/cta-bg.jpg")' }}
|
||||||
>
|
>
|
||||||
<div className="shape-image float-bob-y">
|
|
||||||
<Image
|
|
||||||
src="/assets/img/vector.png"
|
|
||||||
width={84}
|
|
||||||
height={186}
|
|
||||||
alt="img"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="breadcrumb-wrapper-items">
|
<div className="breadcrumb-wrapper-items">
|
||||||
<div className="page-heading">
|
<div className="page-heading">
|
||||||
@ -49,17 +35,17 @@ export default function page() {
|
|||||||
<li>
|
<li>
|
||||||
<i className="fa-sharp fa-solid fa-slash-forward" />
|
<i className="fa-sharp fa-solid fa-slash-forward" />
|
||||||
</li>
|
</li>
|
||||||
<li>Turnkey Solutions</li>
|
<li>About Us</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div className="breadcrumb-image">
|
<div className="breadcrumb-image">
|
||||||
<Image
|
{/* <Image
|
||||||
src="/assets/img/breadcrumb-image.png"
|
src="/assets/img/breadcrumb-image.png"
|
||||||
width={540}
|
width={540}
|
||||||
height={450}
|
height={450}
|
||||||
alt="img"
|
alt="img"
|
||||||
className="float-bob-x"
|
className="float-bob-x"
|
||||||
/>
|
/> */}
|
||||||
<div className="bar-shape">
|
<div className="bar-shape">
|
||||||
<Image
|
<Image
|
||||||
src="/assets/img/breadcrumb-bar.png"
|
src="/assets/img/breadcrumb-bar.png"
|
||||||
@ -72,7 +58,8 @@ export default function page() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<TurnKey />
|
|
||||||
|
<Products/>
|
||||||
<Footer1 />
|
<Footer1 />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
@ -2,7 +2,7 @@ import React from "react";
|
|||||||
|
|
||||||
export default function Map() {
|
export default function Map() {
|
||||||
return (
|
return (
|
||||||
<div className="office-google-map-wrapper section-padding">
|
<div className="office-google-map-wrapper">
|
||||||
<iframe
|
<iframe
|
||||||
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6678.7619084840835!2d144.9618311901502!3d-37.81450084255415!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad642b4758afc1d%3A0x3119cc820fdfc62e!2sEnvato!5e0!3m2!1sen!2sbd!4v1641984054261!5m2!1sen!2sbd"
|
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6678.7619084840835!2d144.9618311901502!3d-37.81450084255415!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad642b4758afc1d%3A0x3119cc820fdfc62e!2sEnvato!5e0!3m2!1sen!2sbd!4v1641984054261!5m2!1sen!2sbd"
|
||||||
style={{ border: 0 }}
|
style={{ border: 0 }}
|
||||||
|
|||||||
@ -62,14 +62,14 @@ export default function Products() {
|
|||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
<div
|
{/* <div
|
||||||
className="page-nav-wrap pt-5 text-center wow fadeInUp"
|
className="page-nav-wrap pt-5 text-center wow fadeInUp"
|
||||||
data-wow-delay=".3s"
|
data-wow-delay=".3s"
|
||||||
>
|
>
|
||||||
<ul>
|
<ul>
|
||||||
<Pagination />
|
<Pagination />
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
|
|||||||
40
data/menu.js
40
data/menu.js
@ -31,26 +31,26 @@ export const menuData = [
|
|||||||
label: "About Us",
|
label: "About Us",
|
||||||
href: "/about",
|
href: "/about",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
label: "Pages",
|
// label: "Pages",
|
||||||
href: "#",
|
// href: "#",
|
||||||
iconClass: "fa-regular fa-plus",
|
// iconClass: "fa-regular fa-plus",
|
||||||
className: "has-dropdown",
|
// className: "has-dropdown",
|
||||||
submenu: [
|
// submenu: [
|
||||||
{
|
// {
|
||||||
label: "Our Team",
|
// label: "Our Team",
|
||||||
href: "#",
|
// href: "#",
|
||||||
iconClass: "fas fa-angle-down",
|
// iconClass: "fas fa-angle-down",
|
||||||
submenu: [
|
// submenu: [
|
||||||
{ label: "Our Team", href: "/team" },
|
// { label: "Our Team", href: "/team" },
|
||||||
{ label: "Team Details", href: "/team-details/1" },
|
// { label: "Team Details", href: "/team-details/1" },
|
||||||
],
|
// ],
|
||||||
},
|
// },
|
||||||
{ label: "Pricing", href: "/pricing" },
|
// { label: "Pricing", href: "/pricing" },
|
||||||
{ label: "Faq's", href: "/faq" },
|
// { label: "Faq's", href: "/faq" },
|
||||||
{ label: "404 Page", href: "/404" },
|
// { label: "404 Page", href: "/404" },
|
||||||
],
|
// ],
|
||||||
},
|
// },
|
||||||
// {
|
// {
|
||||||
// label: "Services",
|
// label: "Services",
|
||||||
// href: "#",
|
// href: "#",
|
||||||
|
|||||||
@ -941,8 +941,8 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
padding-top: 190px;
|
padding-top: 20px;
|
||||||
padding-bottom: 50px;
|
padding-bottom: 20px;
|
||||||
|
|
||||||
@include breakpoint (max-xl) {
|
@include breakpoint (max-xl) {
|
||||||
padding-top: 80px;
|
padding-top: 80px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user