diff --git a/components/homes/home-1/Hero.jsx b/components/homes/home-1/Hero.jsx
index 9161bfc..204ada4 100644
--- a/components/homes/home-1/Hero.jsx
+++ b/components/homes/home-1/Hero.jsx
@@ -25,7 +25,7 @@ export default function Hero() {
const slides = [
{
id: 1,
- image: "/assets/img/cta-bg.jpg",
+ image: "/assets/img/home/banner/banner-1.webp",
title: "Smart Coconut",
subtitle: "Solutions",
text: "Efficient machines for deshelling to drying coconut.",
@@ -34,7 +34,7 @@ export default function Hero() {
},
{
id: 2,
- image: "/assets/img/cta-bg.jpg",
+ image: "/assets/img/home/banner/banner-2.webp",
title: "Future-Ready",
subtitle: "Engineering",
text: "Automation and precision for coconut processing plants.",
@@ -43,7 +43,7 @@ export default function Hero() {
},
{
id: 3,
- image: "/assets/img/cta-bg.jpg",
+ image: "/assets/img/home/banner/banner-3.webp",
title: "Global Processing",
subtitle: "Impact",
text: "Trusted coconut machinery in 20+ countries worldwide.",
diff --git a/components/homes/home-1/Skills.jsx b/components/homes/home-1/Skills.jsx
index 10764af..6368d58 100644
--- a/components/homes/home-1/Skills.jsx
+++ b/components/homes/home-1/Skills.jsx
@@ -33,7 +33,7 @@ export default function Skills() {