product content updated
This commit is contained in:
parent
4649a4a248
commit
1522f0d40c
@ -42,18 +42,11 @@ export default function Team() {
|
||||
data-wow-delay={member.delay}
|
||||
>
|
||||
<div className="team-box-items">
|
||||
<div className="social-icon d-grid align-items-center">
|
||||
{member.socials.map((link, index) => (
|
||||
<a key={index} href={link.href}>
|
||||
<i className={link.iconClass} />
|
||||
</a>
|
||||
))}
|
||||
</div>
|
||||
<div className="team-image">
|
||||
<Image
|
||||
src={member.image}
|
||||
width={240}
|
||||
height={288}
|
||||
width={305}
|
||||
height={358}
|
||||
alt="Team"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@ -11,12 +11,12 @@ export default function Products() {
|
||||
<div className="container">
|
||||
<div className="section-title text-center">
|
||||
<h6 className="wow fadeInUp">
|
||||
<i className="fa-regular fa-arrow-left-long"></i>Products
|
||||
<i className="fa-regular fa-arrow-left-long"></i>Product Range
|
||||
<i className="fa-regular fa-arrow-right-long"></i>
|
||||
</h6>
|
||||
<h2 className="splt-txt wow">
|
||||
<AnimatedText text="Our Products" /> <br />
|
||||
{/* <AnimatedText text="You Want Here" /> */}
|
||||
<AnimatedText text="Explore Our Advanced " /> <br />
|
||||
<AnimatedText text="Coconut Processing Solutions" />
|
||||
</h2>
|
||||
</div>
|
||||
<div className="row">
|
||||
|
||||
@ -235,8 +235,8 @@ export const products = [
|
||||
image: "/assets/img/service/01.jpg",
|
||||
icon: "/assets/img/icon/01.svg",
|
||||
number: "01",
|
||||
title: "Building Construction",
|
||||
description: "Consectetur Phasellus a odio vel sapien pharetra placerat.",
|
||||
title: "Coconut Deshelling Machine",
|
||||
description: "Effortlessly remove coconut shells with high-speed, durable, low-maintenance, energy-efficient, precision-engineered deshellers built for continuous production lines.",
|
||||
delay: ".2s",
|
||||
},
|
||||
{
|
||||
@ -244,8 +244,8 @@ export const products = [
|
||||
image: "/assets/img/service/02.jpg",
|
||||
icon: "/assets/img/icon/02.svg",
|
||||
number: "02",
|
||||
title: "Architecture Design",
|
||||
description: "Consectetur Phasellus a odio vel sapien pharetra placerat.",
|
||||
title: "Coconut Dryer (Hot Air / Tray Type)",
|
||||
description: "Achieve uniform drying with our energy-efficient, high-capacity dryers designed to preserve quality and extend shelf life.",
|
||||
delay: ".4s",
|
||||
},
|
||||
{
|
||||
@ -253,8 +253,8 @@ export const products = [
|
||||
image: "/assets/img/service/03.jpg",
|
||||
icon: "/assets/img/icon/03.svg",
|
||||
number: "03",
|
||||
title: "Building Renovation",
|
||||
description: "Consectetur Phasellus a odio vel sapien pharetra placerat.",
|
||||
title: "Coconut Pulverizer & Grinder",
|
||||
description: "Grind dried coconut into fine powder with consistent output, low power consumption, minimal maintenance, high efficiency, and smooth operation.",
|
||||
delay: ".6s",
|
||||
},
|
||||
{
|
||||
@ -262,8 +262,8 @@ export const products = [
|
||||
image: "/assets/img/service/06.jpg",
|
||||
icon: "/assets/img/icon/07.svg",
|
||||
number: "04",
|
||||
title: "Smart Technology",
|
||||
description: "Consectetur Phasellus a odio vel sapien pharetra placerat.",
|
||||
title: "Coconut Milk Extractor",
|
||||
description: "Extract rich, pure coconut milk with hygienic, food-grade, corrosion-resistant, easy-to-clean machinery suitable for both small and industrial-scale operations.",
|
||||
delay: ".2s",
|
||||
},
|
||||
{
|
||||
@ -271,8 +271,8 @@ export const products = [
|
||||
image: "/assets/img/service/07.jpg",
|
||||
icon: "/assets/img/icon/08.svg",
|
||||
number: "05",
|
||||
title: "Best Engineering",
|
||||
description: "Consectetur Phasellus a odio vel sapien pharetra placerat.",
|
||||
title: "Virgin Coconut Oil (VCO) Processing Equipment",
|
||||
description: "From cold press systems to filtration and bottling, complete VCO machinery for value-added production.",
|
||||
delay: ".4s",
|
||||
},
|
||||
{
|
||||
@ -280,8 +280,8 @@ export const products = [
|
||||
image: "/assets/img/service/08.jpg",
|
||||
icon: "/assets/img/icon/09.svg",
|
||||
number: "06",
|
||||
title: "Chemical Research",
|
||||
description: "Consectetur Phasellus a odio vel sapien pharetra placerat.",
|
||||
title: "Coconut Water Processing Unit",
|
||||
description: "Sterilize, filter, and bottle coconut water with our modular, easy-to-maintain setups. Designed for scalability, these systems ensure purity and extended shelf stability.",
|
||||
delay: ".6s",
|
||||
},
|
||||
];
|
||||
|
||||
@ -125,7 +125,7 @@
|
||||
|
||||
.team-image {
|
||||
position: relative;
|
||||
max-width: 265px;
|
||||
max-width: 305px;
|
||||
|
||||
@include breakpoint (max-lg){
|
||||
max-width: 500px;
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
--body: #fff;
|
||||
--black: #000;
|
||||
--white: #fff;
|
||||
--theme: #F55B1F;
|
||||
--theme2: #F55B1F;
|
||||
--theme: #ff5502;
|
||||
--theme2: #ff5502;
|
||||
--header: #121315;
|
||||
--text: #666666;
|
||||
--border:#D4DCED;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user