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}
|
data-wow-delay={member.delay}
|
||||||
>
|
>
|
||||||
<div className="team-box-items">
|
<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">
|
<div className="team-image">
|
||||||
<Image
|
<Image
|
||||||
src={member.image}
|
src={member.image}
|
||||||
width={240}
|
width={305}
|
||||||
height={288}
|
height={358}
|
||||||
alt="Team"
|
alt="Team"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -11,12 +11,12 @@ export default function Products() {
|
|||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="section-title text-center">
|
<div className="section-title text-center">
|
||||||
<h6 className="wow fadeInUp">
|
<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>
|
<i className="fa-regular fa-arrow-right-long"></i>
|
||||||
</h6>
|
</h6>
|
||||||
<h2 className="splt-txt wow">
|
<h2 className="splt-txt wow">
|
||||||
<AnimatedText text="Our Products" /> <br />
|
<AnimatedText text="Explore Our Advanced " /> <br />
|
||||||
{/* <AnimatedText text="You Want Here" /> */}
|
<AnimatedText text="Coconut Processing Solutions" />
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
|
|||||||
@ -235,8 +235,8 @@ export const products = [
|
|||||||
image: "/assets/img/service/01.jpg",
|
image: "/assets/img/service/01.jpg",
|
||||||
icon: "/assets/img/icon/01.svg",
|
icon: "/assets/img/icon/01.svg",
|
||||||
number: "01",
|
number: "01",
|
||||||
title: "Building Construction",
|
title: "Coconut Deshelling Machine",
|
||||||
description: "Consectetur Phasellus a odio vel sapien pharetra placerat.",
|
description: "Effortlessly remove coconut shells with high-speed, durable, low-maintenance, energy-efficient, precision-engineered deshellers built for continuous production lines.",
|
||||||
delay: ".2s",
|
delay: ".2s",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -244,8 +244,8 @@ export const products = [
|
|||||||
image: "/assets/img/service/02.jpg",
|
image: "/assets/img/service/02.jpg",
|
||||||
icon: "/assets/img/icon/02.svg",
|
icon: "/assets/img/icon/02.svg",
|
||||||
number: "02",
|
number: "02",
|
||||||
title: "Architecture Design",
|
title: "Coconut Dryer (Hot Air / Tray Type)",
|
||||||
description: "Consectetur Phasellus a odio vel sapien pharetra placerat.",
|
description: "Achieve uniform drying with our energy-efficient, high-capacity dryers designed to preserve quality and extend shelf life.",
|
||||||
delay: ".4s",
|
delay: ".4s",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -253,8 +253,8 @@ export const products = [
|
|||||||
image: "/assets/img/service/03.jpg",
|
image: "/assets/img/service/03.jpg",
|
||||||
icon: "/assets/img/icon/03.svg",
|
icon: "/assets/img/icon/03.svg",
|
||||||
number: "03",
|
number: "03",
|
||||||
title: "Building Renovation",
|
title: "Coconut Pulverizer & Grinder",
|
||||||
description: "Consectetur Phasellus a odio vel sapien pharetra placerat.",
|
description: "Grind dried coconut into fine powder with consistent output, low power consumption, minimal maintenance, high efficiency, and smooth operation.",
|
||||||
delay: ".6s",
|
delay: ".6s",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -262,8 +262,8 @@ export const products = [
|
|||||||
image: "/assets/img/service/06.jpg",
|
image: "/assets/img/service/06.jpg",
|
||||||
icon: "/assets/img/icon/07.svg",
|
icon: "/assets/img/icon/07.svg",
|
||||||
number: "04",
|
number: "04",
|
||||||
title: "Smart Technology",
|
title: "Coconut Milk Extractor",
|
||||||
description: "Consectetur Phasellus a odio vel sapien pharetra placerat.",
|
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",
|
delay: ".2s",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -271,8 +271,8 @@ export const products = [
|
|||||||
image: "/assets/img/service/07.jpg",
|
image: "/assets/img/service/07.jpg",
|
||||||
icon: "/assets/img/icon/08.svg",
|
icon: "/assets/img/icon/08.svg",
|
||||||
number: "05",
|
number: "05",
|
||||||
title: "Best Engineering",
|
title: "Virgin Coconut Oil (VCO) Processing Equipment",
|
||||||
description: "Consectetur Phasellus a odio vel sapien pharetra placerat.",
|
description: "From cold press systems to filtration and bottling, complete VCO machinery for value-added production.",
|
||||||
delay: ".4s",
|
delay: ".4s",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -280,8 +280,8 @@ export const products = [
|
|||||||
image: "/assets/img/service/08.jpg",
|
image: "/assets/img/service/08.jpg",
|
||||||
icon: "/assets/img/icon/09.svg",
|
icon: "/assets/img/icon/09.svg",
|
||||||
number: "06",
|
number: "06",
|
||||||
title: "Chemical Research",
|
title: "Coconut Water Processing Unit",
|
||||||
description: "Consectetur Phasellus a odio vel sapien pharetra placerat.",
|
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",
|
delay: ".6s",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
@ -125,7 +125,7 @@
|
|||||||
|
|
||||||
.team-image {
|
.team-image {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 265px;
|
max-width: 305px;
|
||||||
|
|
||||||
@include breakpoint (max-lg){
|
@include breakpoint (max-lg){
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
|
|||||||
@ -4,8 +4,8 @@
|
|||||||
--body: #fff;
|
--body: #fff;
|
||||||
--black: #000;
|
--black: #000;
|
||||||
--white: #fff;
|
--white: #fff;
|
||||||
--theme: #F55B1F;
|
--theme: #ff5502;
|
||||||
--theme2: #F55B1F;
|
--theme2: #ff5502;
|
||||||
--header: #121315;
|
--header: #121315;
|
||||||
--text: #666666;
|
--text: #666666;
|
||||||
--border:#D4DCED;
|
--border:#D4DCED;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user