51 lines
2.4 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import React from "react";
export default function Contact8() {
return (
<section id="snippet-8" className="wrapper !bg-[#ffffff] ">
<div className="container pt-20 xl:pt-28 lg:pt-28 md:pt-28 pb-16 xl:pb-20 lg:pb-20 md:pb-20">
<div className="card !shadow-[0_0.25rem_1.75rem_rgba(30,34,40,0.07)]">
<div className="flex flex-wrap mx-0">
<div
className="xl:w-6/12 lg:w-6/12 w-full flex-[0_0_auto] max-w-full image-wrapper bg-image rounded-t-[0.4rem] rounded-lg-start hidden xl:block lg:block md:block bg-cover bg-[center_center] bg-no-repeat !bg-scroll md:min-h-[25rem]"
style={{ backgroundImage: "url(/assets/img/photos/tm1.jpg)" }}
/>
{/*/column */}
<div className="xl:w-6/12 lg:w-6/12 w-full flex-[0_0_auto] max-w-full">
<div className="p-10 md:!p-12 xl:!p-[4rem] lg:!p-[4rem]">
<h2 className="!text-[calc(1.305rem_+_0.66vw)] font-bold xl:!text-[1.8rem] !leading-[1.3] !mb-3">
Lets Talk
</h2>
<p className="lead !text-[1.05rem] !leading-[1.6] font-medium">
Let's make something great together. We are trusted by over
5000+ clients. Join them by using our services and grow your
business.
</p>
<p>
Aenean eu leo quam. Pellentesque ornare sem lacinia quam
venenatis vestibulum. Maecenas faucibus mollis interdum. Fusce
dapibus, tellus ac cursus commodo, tortor mauris condimentum
nibh, ut fermentum massa justo sit amet risus.
</p>
<a
href="#"
className="btn btn-primary !text-white !bg-[#1fc76f] border-[#1fc76f] hover:text-white hover:bg-[#1fc76f] hover:!border-[#1fc76f] active:text-white active:bg-[#1fc76f] active:border-[#1fc76f] disabled:text-white disabled:bg-[#1fc76f] disabled:border-[#1fc76f] !rounded-[50rem] !mt-2 hover:translate-y-[-0.15rem] hover:shadow-[0_0.25rem_0.75rem_rgba(30,34,40,0.15)]"
>
Join Us
</a>
</div>
{/*/div */}
</div>
{/*/column */}
</div>
{/*/.row */}
</div>
{/* /.card */}
</div>
{/* /.container */}
{/* /.container */}
</section>
);
}