about content updated
This commit is contained in:
parent
946f4be4b6
commit
4649a4a248
@ -24,8 +24,8 @@ export default function Achievments() {
|
||||
<i className="fa-regular fa-arrow-right-long"></i>
|
||||
</h6>
|
||||
<h2 className="splt-txt wow">
|
||||
<AnimatedText text="Industrial Power," /> <br />
|
||||
<AnimatedText text="Worldwide Influence" />
|
||||
<AnimatedText text="Smart Engineering," /> <br />
|
||||
<AnimatedText text="Seamless Integration" />
|
||||
</h2>
|
||||
</div>
|
||||
<Link
|
||||
@ -33,7 +33,7 @@ export default function Achievments() {
|
||||
className="theme-btn bg-white mt-3 mt-md-0 wow fadeInUp"
|
||||
data-wow-delay=".4s"
|
||||
>
|
||||
MAKE AN APPOINTMENT
|
||||
EXPLORE OUR CAPABILITIES
|
||||
<i className="fa-regular fa-arrow-right"></i>
|
||||
</Link>
|
||||
</div>
|
||||
@ -65,7 +65,7 @@ export default function Achievments() {
|
||||
</div>
|
||||
<div className="content">
|
||||
<h2>
|
||||
<span className="count">{elm.count}</span>k+
|
||||
<span className="count">{elm.count}</span>
|
||||
</h2>
|
||||
<p>{elm.description}</p>
|
||||
</div>
|
||||
@ -89,7 +89,7 @@ export default function Achievments() {
|
||||
</div>
|
||||
<div className="content">
|
||||
<h2>
|
||||
<span className="count">{elm.count}</span>k+
|
||||
<span className="count">{elm.count}</span>
|
||||
</h2>
|
||||
<p>{elm.description}</p>
|
||||
</div>
|
||||
|
||||
@ -65,35 +65,35 @@ export default function About() {
|
||||
<div className="about-content">
|
||||
<div className="section-title">
|
||||
<h6 className="wow fadeInUp">
|
||||
<i className="fa-regular fa-arrow-left-long"></i>About Us
|
||||
<i className="fa-regular fa-arrow-left-long"></i>Pioneers in Coconut Processing
|
||||
<i className="fa-regular fa-arrow-right-long"></i>
|
||||
</h6>
|
||||
<h2 className="splt-txt wow">
|
||||
<AnimatedText text="Engineering the Future of Coconut Processing" />
|
||||
<AnimatedText text="Driven by Engineering Excellence" />
|
||||
</h2>
|
||||
</div>
|
||||
<p className="mt-3 mt-md-0 wow fadeInUp" data-wow-delay=".4s">
|
||||
We are pioneers in designing and delivering high-performance coconut processing equipment built for modern food processing industries. With decades of expertise, we offer complete turnkey solutions - from coconut deshelling to drying, grinding, and packaging.
|
||||
At Cibus Industries, we specialize in delivering innovative, end-to-end coconut processing solutions built for today’s high-demand food industry. Our engineering team has decades of experience designing reliable, performance-driven machinery that supports every stage of coconut processing - from deshelling to drying, grinding, and packaging. We don’t just build machines. We create tailored systems that drive efficiency, scalability, and sustainability.
|
||||
</p>
|
||||
<p className="mt-3 mt-md-0 wow fadeInUp" data-wow-delay=".4s">
|
||||
Our engineering capabilities include:
|
||||
Our Core Engineering Strengths:
|
||||
</p>
|
||||
<ul className="list-items wow fadeInUp" data-wow-delay=".2s">
|
||||
<li>
|
||||
<i className="fa-solid fa-circle-check"></i>
|
||||
Complete plant design & optimization
|
||||
End-to-End Plant Design & Process Optimization
|
||||
</li>
|
||||
<li>
|
||||
<i className="fa-solid fa-circle-check"></i>
|
||||
Custom-built coconut machinery for various capacities
|
||||
Customized Coconut Machinery for Any Scale
|
||||
</li>
|
||||
<li>
|
||||
<i className="fa-solid fa-circle-check"></i>
|
||||
Upgradation and automation of existing setups
|
||||
System Upgrades & Smart Automation
|
||||
</li>
|
||||
</ul>
|
||||
<p className="mt-md-0 wow fadeInUp" data-wow-delay=".4s">
|
||||
Let us help you boost your production efficiency and minimize downtime.
|
||||
Let us help you maximize productivity and minimize downtime with industry-leading technology.
|
||||
</p>
|
||||
{/* <div className="about-author">
|
||||
<div
|
||||
|
||||
@ -36,32 +36,33 @@ export const counterItems = [
|
||||
export const achievements = [
|
||||
{
|
||||
id: 1,
|
||||
icon: "/assets/img/icon/21.svg",
|
||||
count: "45",
|
||||
description: "project Complete",
|
||||
delay: ".2s",
|
||||
icon: "/assets/img/icon/24.svg",
|
||||
count: "20+",
|
||||
description: "Countries Served",
|
||||
delay: ".4s",
|
||||
style: "style-2",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
icon: "/assets/img/icon/22.svg",
|
||||
count: "25",
|
||||
description: "Active On Clients",
|
||||
delay: ".4s",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
icon: "/assets/img/icon/23.svg",
|
||||
count: "2.5",
|
||||
description: "Experience Team",
|
||||
count: "99.5%",
|
||||
description: "Equipment Uptime",
|
||||
delay: ".2s",
|
||||
style: "style-2",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
icon: "/assets/img/icon/24.svg",
|
||||
count: "2.4",
|
||||
description: "Winning Awards",
|
||||
id: 3,
|
||||
icon: "/assets/img/icon/22.svg",
|
||||
count: "120+",
|
||||
description: "Machinery Delivered",
|
||||
delay: ".4s",
|
||||
style: "style-2",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
icon: "/assets/img/icon/21.svg",
|
||||
count: "98%",
|
||||
description: "Client Satisfaction",
|
||||
delay: ".2s",
|
||||
},
|
||||
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user