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 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 (
|
||||
<>
|
||||
<Header2 />
|
||||
<Header1 />
|
||||
<div
|
||||
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="breadcrumb-wrapper-items">
|
||||
<div className="page-heading">
|
||||
@ -48,13 +41,6 @@ export default function page() {
|
||||
</ul>
|
||||
</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"
|
||||
@ -67,12 +53,10 @@ export default function page() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<ContactInfo />
|
||||
<ContactForm />
|
||||
<Map />
|
||||
{/* <div className="brand-section fix section-padding">
|
||||
<Brands />
|
||||
</div> */}
|
||||
|
||||
<ContactInfo/>
|
||||
<ContactForm/>
|
||||
<Map/>
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
|
||||
@ -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 (
|
||||
<>
|
||||
<Header2 />
|
||||
<Header1 />
|
||||
<div
|
||||
className="breadcrumb-wrapper bg-cover"
|
||||
style={{ backgroundImage: 'url("/assets/img/cta-bg.jpg")' }}
|
||||
@ -35,13 +35,31 @@ export default function page() {
|
||||
<li>
|
||||
<i className="fa-sharp fa-solid fa-slash-forward" />
|
||||
</li>
|
||||
<li>Products</li>
|
||||
<li>About Us</li>
|
||||
</ul>
|
||||
</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>
|
||||
<Products/>
|
||||
|
||||
<Products/>
|
||||
<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 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 (
|
||||
<>
|
||||
<Header2 />
|
||||
<Header1 />
|
||||
<div
|
||||
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="breadcrumb-wrapper-items">
|
||||
<div className="page-heading">
|
||||
@ -49,17 +35,17 @@ export default function page() {
|
||||
<li>
|
||||
<i className="fa-sharp fa-solid fa-slash-forward" />
|
||||
</li>
|
||||
<li>Turnkey Solutions</li>
|
||||
<li>About Us</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="breadcrumb-image">
|
||||
<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"
|
||||
@ -72,7 +58,8 @@ export default function page() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<TurnKey />
|
||||
|
||||
<Products/>
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
|
||||
@ -2,7 +2,7 @@ import React from "react";
|
||||
|
||||
export default function Map() {
|
||||
return (
|
||||
<div className="office-google-map-wrapper section-padding">
|
||||
<div className="office-google-map-wrapper">
|
||||
<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"
|
||||
style={{ border: 0 }}
|
||||
|
||||
@ -62,14 +62,14 @@ export default function Products() {
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
<div
|
||||
{/* <div
|
||||
className="page-nav-wrap pt-5 text-center wow fadeInUp"
|
||||
data-wow-delay=".3s"
|
||||
>
|
||||
<ul>
|
||||
<Pagination />
|
||||
</ul>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
|
||||
40
data/menu.js
40
data/menu.js
@ -31,26 +31,26 @@ export const menuData = [
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Pages",
|
||||
href: "#",
|
||||
iconClass: "fa-regular fa-plus",
|
||||
className: "has-dropdown",
|
||||
submenu: [
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#",
|
||||
iconClass: "fas fa-angle-down",
|
||||
submenu: [
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Team Details", href: "/team-details/1" },
|
||||
],
|
||||
},
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Faq's", href: "/faq" },
|
||||
{ label: "404 Page", href: "/404" },
|
||||
],
|
||||
},
|
||||
// {
|
||||
// label: "Pages",
|
||||
// href: "#",
|
||||
// iconClass: "fa-regular fa-plus",
|
||||
// className: "has-dropdown",
|
||||
// submenu: [
|
||||
// {
|
||||
// label: "Our Team",
|
||||
// href: "#",
|
||||
// iconClass: "fas fa-angle-down",
|
||||
// submenu: [
|
||||
// { label: "Our Team", href: "/team" },
|
||||
// { label: "Team Details", href: "/team-details/1" },
|
||||
// ],
|
||||
// },
|
||||
// { label: "Pricing", href: "/pricing" },
|
||||
// { label: "Faq's", href: "/faq" },
|
||||
// { label: "404 Page", href: "/404" },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// label: "Services",
|
||||
// href: "#",
|
||||
|
||||
@ -941,8 +941,8 @@
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
z-index: 9;
|
||||
padding-top: 190px;
|
||||
padding-bottom: 50px;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
|
||||
@include breakpoint (max-xl) {
|
||||
padding-top: 80px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user