75 lines
4.4 KiB
TypeScript
75 lines
4.4 KiB
TypeScript
import React from "react";
|
||
|
||
const ResultsSection = () => {
|
||
return (
|
||
<section className="why-choose-us section-space">
|
||
<div className="container">
|
||
<div className="row align-items-center">
|
||
<div className="col-lg-6">
|
||
<div className="content-area pr-50">
|
||
<div className="sec-title-wrapper mb-30">
|
||
<div className="sec-title">
|
||
<div className="sec-title__shape"></div>
|
||
<h6 className="sec-title__tagline">Discover Our Process</h6>
|
||
<h3 className="sec-title__title">How We Deliver Exceptional Results</h3>
|
||
</div>
|
||
<img src="https://bracketweb.com/pelocishtml/assets/images/shapes/text-shape-2.png" alt="" className="sec-title__text-shape" />
|
||
<p>
|
||
Delve into Metatroncube’s unique approach to delivering exceptional results. Our ‘Discover Our Process’ section illuminates the meticulous steps we take in transforming your digital vision into tangible success.
|
||
</p>
|
||
<p className="section-desc">
|
||
From the initial consultation to the final launch and beyond, we blend strategic planning, innovative design, and cutting-edge technology to craoft digital solutions that stand out. This journey is not just about reaching yur goals; it’s about exceeding them and setting new standards in the digital world. Explore our proven process that combines expertise, creativity, and client collaboration to achieve extraordinary outcomes.
|
||
</p>
|
||
</div>
|
||
|
||
{/* <div className="feature-list mb-40">
|
||
<div className="feature-item d-flex align-items-center mb-30">
|
||
<div className="feature-icon">
|
||
<i className="fa-solid fa-handshake-angle"></i>
|
||
</div>
|
||
<div className="feature-content">
|
||
<h4>We Are Improve Choose Business.</h4>
|
||
<p>Market research branding of engagement.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div className="feature-item d-flex align-items-center mb-0 border-top-line">
|
||
<div className="feature-icon">
|
||
<i className="fa-solid fa-lightbulb"></i>
|
||
</div>
|
||
<div className="feature-content">
|
||
<h4>Business Consulting This Network.</h4>
|
||
<p>Business tailored design, management & off support.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div className="bottom-note">
|
||
<div className="note-item">
|
||
<i className="fa-solid fa-circle-arrow-right"></i>
|
||
<span>We are business many variations of passages of this business magical solution.</span>
|
||
</div>
|
||
</div> */}
|
||
</div>
|
||
</div>
|
||
<div className="col-lg-6">
|
||
<div className="image-area-wrapper p-relative">
|
||
<div className="main-image">
|
||
<img src="/assets/img-app/about/about-img5.png" alt="Business Meeting" />
|
||
</div>
|
||
<div className="circular-image">
|
||
<div className="inner-circle">
|
||
<img src="/assets/img-app/about/about-img5.png" alt="Profile" />
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</section>
|
||
);
|
||
};
|
||
|
||
export default ResultsSection;
|