96 lines
4.6 KiB
JavaScript
96 lines
4.6 KiB
JavaScript
import Link from "next/link";
|
|
const AboutSection = () => {
|
|
return (
|
|
|
|
<div className="about-area new-style color-bg">
|
|
<div className="container">
|
|
<div className="row align-items-center">
|
|
<div className="col-lg-6">
|
|
<div className="about-thumb">
|
|
<img src="/assets/images/about/about.webp" alt="Diverse team collaborating over a laptop in an office setting." loading="lazy" />
|
|
</div>
|
|
</div>
|
|
<div className="col-lg-6">
|
|
<div className="consen-section-title">
|
|
<h5> WELCOME TO METATRONCUBE</h5>
|
|
<h3 className="welcome-section-title"> Driving Client Success with
|
|
<span> Cutting-Edge Digital Solutions </span>
|
|
in Web & App Development, SEO, and Digital Marketing
|
|
</h3>
|
|
<p className="about-text2 pt-3">
|
|
{" "}
|
|
At Metatroncube Software Solutions, we're not just about web design and mobile app development; we're a hub of innovation in SEO, digital marketing, and graphic design services. Located in the Kitchener and Waterloo regions, our services stand out through a unique blend of innovative design and advanced technology.
|
|
<p className="about-text2 pt-3">
|
|
{" "}
|
|
Our expertise spans across AngularJS, ReactJS, HTML5, Node.js, PHP, and comprehensive frameworks for native Android, iOS, and Flutter. This is complemented by our strength in SEO strategies and digital marketing solutions, ensuring your brand not only looks good but also ranks high.
|
|
</p>
|
|
</p>
|
|
</div>
|
|
<div class="row">
|
|
|
|
<div className="col-lg-12">
|
|
{/* <div className="about-icon-box border-non">
|
|
<p>Get a Free Quote</p>
|
|
<i class="fas fa-phone"></i> <a href ="tel: +91 999 448 3353">+91 999 448 3353</a>
|
|
<br />
|
|
<br />
|
|
</div> */}
|
|
<div className="abouts-button pt-3">
|
|
<div className="new-button">
|
|
<Link legacyBehavior href="/about">
|
|
<a>Discover More</a>
|
|
</Link>
|
|
</div>
|
|
</div></div>
|
|
{/* <div className="col-lg-6">
|
|
<div className="awoard-thumb">
|
|
<img src="assets/images/about/awoard.jpg" alt />
|
|
</div>
|
|
</div> */}
|
|
</div>
|
|
{/* <div className="row">
|
|
<div className="col-lg-12">
|
|
<div className="about-icon-box pt-3">
|
|
<div className="about-icon-thumb">
|
|
<img src="assets/images/about/ab1.png" alt />
|
|
</div>
|
|
<div className="about-box-content">
|
|
<h2>Client-Centric Approach</h2>
|
|
<p>
|
|
Our dedication to client success sets us apart. We prioritize understanding your unique business needs, ensuring our digital solutions are tailored to your specific goals and objectives.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div className="about-icon-box">
|
|
<div className="about-icon-thumb">
|
|
<img src="assets/images/about/ab2.png" alt />
|
|
</div>
|
|
<div className="about-box-content">
|
|
<h2>Continuous Innovation & Learning</h2>
|
|
<p>
|
|
At Metatroncube, we're committed to staying ahead of industry trends. Our team regularly undergoes training and adopts new methodologies to deliver the most current and effective solutions.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div className="about-icon-box pt-3">
|
|
<div className="about-icon-thumb">
|
|
<img src="assets/images/about/ab2.png" alt />
|
|
</div>
|
|
<div className="about-box-content">
|
|
<h2>Collaborative Project Management</h2>
|
|
<p>
|
|
We believe in transparent and collaborative project management. Our clients are involved at every step, ensuring a seamless process from initial concept to final implementation.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> */}
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
);
|
|
};
|
|
export default AboutSection;
|