2025-11-03 17:30:49 +05:30

97 lines
4.7 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/home/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 INDIA</h5>
<h3 className="welcome-section-title"> Accelerating Success with
<span> Next-Gen Digital Solutions in </span>
Web Development, Mobile Apps, SEO, and Online Marketing
</h3>
<p className="about-text2 pt-3">
{" "}
At Metatron Cube India, we are more than a web development company - we are a complete digital partner. Our services span website development, mobile application development, SEO services, digital marketing, UI/UX design, and graphic design solutions. With a focus on custom website development and professional mobile app solutions, we help businesses achieve long-term digital success.
</p>
<p className="about-text2 pt-3">
{" "}
Our technical expertise covers AngularJS, ReactJS, HTML5, Node.js, PHP, and frameworks for native Android app development, iOS app development, and cross-platform app development using Flutter. Backed by strong SEO strategies, content writing, and online marketing campaigns, we ensure your brand not only looks exceptional but also ranks high and delivers
</p>
</div>
<div className="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>Learn 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;