Almost updated
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
import React from "react";
|
||||
import Link from "next/link";
|
||||
import Image from "next/image";
|
||||
|
||||
export default function Contact() {
|
||||
return (
|
||||
<div className="page-title style-default -mb_11">
|
||||
@ -11,22 +12,22 @@ export default function Contact() {
|
||||
<div className="col-lg-6">
|
||||
<div className="left">
|
||||
<div className="heading">
|
||||
<h1 className="mb_21">
|
||||
Success is a team play, right? Let's work together!
|
||||
<h1 className="mb_21 text_primary">
|
||||
Let's Start Building Solutions Together
|
||||
</h1>
|
||||
<ul className="breadcrumb">
|
||||
{/* <ul className="breadcrumb">
|
||||
<li>
|
||||
<Link href={`/`} className="link">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>Contact</li>
|
||||
</ul>
|
||||
</ul> */}
|
||||
</div>
|
||||
<div className="bot">
|
||||
<div className="content mb-0">
|
||||
<h6>+91 90954 50005</h6>
|
||||
<p className="text-body-2 text_mono-gray-6">
|
||||
<div className="content mb-0 ">
|
||||
<h6 className="text_primary">+91 90954 50005</h6>
|
||||
<p className="text-body-2 text_primary">
|
||||
Call us for urgent
|
||||
</p>
|
||||
</div>
|
||||
@ -97,14 +98,14 @@ export default function Contact() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="shape position-absolute">
|
||||
{/* <div className="shape position-absolute">
|
||||
<Image
|
||||
alt="item"
|
||||
src="/images/item/shape-5.png"
|
||||
width={1105}
|
||||
height={720}
|
||||
/>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user