diff --git a/components/about/Team.jsx b/components/about/Team.jsx index 2992ad0..7f87f83 100644 --- a/components/about/Team.jsx +++ b/components/about/Team.jsx @@ -42,18 +42,11 @@ export default function Team() { data-wow-delay={member.delay} >
-
- {member.socials.map((link, index) => ( - - - - ))} -
Team
diff --git a/components/homes/home-1/Products/product.jsx b/components/homes/home-1/Products/product.jsx index b376afa..e424d1b 100644 --- a/components/homes/home-1/Products/product.jsx +++ b/components/homes/home-1/Products/product.jsx @@ -11,12 +11,12 @@ export default function Products() {
- Products + Product Range

-
- {/* */} +
+

diff --git a/data/services.js b/data/services.js index 67527ff..cae36e5 100644 --- a/data/services.js +++ b/data/services.js @@ -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", }, ]; diff --git a/public/assets/scss/_team.scss b/public/assets/scss/_team.scss index ac2eba0..b86fa11 100644 --- a/public/assets/scss/_team.scss +++ b/public/assets/scss/_team.scss @@ -125,7 +125,7 @@ .team-image { position: relative; - max-width: 265px; + max-width: 305px; @include breakpoint (max-lg){ max-width: 500px; diff --git a/public/assets/scss/_variables.scss b/public/assets/scss/_variables.scss index 403733e..e895a08 100644 --- a/public/assets/scss/_variables.scss +++ b/public/assets/scss/_variables.scss @@ -4,8 +4,8 @@ --body: #fff; --black: #000; --white: #fff; - --theme: #F55B1F; - --theme2: #F55B1F; + --theme: #ff5502; + --theme2: #ff5502; --header: #121315; --text: #666666; --border:#D4DCED;