diff --git a/public/assets/cafe-hore.png b/public/assets/cafe-hore.png new file mode 100644 index 0000000..d96b7bc Binary files /dev/null and b/public/assets/cafe-hore.png differ diff --git a/public/assets/kloowear.webp b/public/assets/kloowear.webp new file mode 100644 index 0000000..ae36235 Binary files /dev/null and b/public/assets/kloowear.webp differ diff --git a/public/assets/logo_pemprov_jatim.png b/public/assets/logo_pemprov_jatim.png new file mode 100644 index 0000000..42f67fb Binary files /dev/null and b/public/assets/logo_pemprov_jatim.png differ diff --git a/public/assets/psi.png b/public/assets/psi.png new file mode 100644 index 0000000..4280be6 Binary files /dev/null and b/public/assets/psi.png differ diff --git a/public/assets/suar.avif b/public/assets/suar.avif new file mode 100644 index 0000000..c90d33c Binary files /dev/null and b/public/assets/suar.avif differ diff --git a/src/components/AcademySection.js b/src/components/AcademySection.js index b60385a..f72a9d8 100644 --- a/src/components/AcademySection.js +++ b/src/components/AcademySection.js @@ -65,10 +65,7 @@ const AcademySection = ({setSelectedProduct, setShowedModal, courseSectionRef, s
{ - setSelectedProduct(product); - setShowedModal('product'); - }} + onMouseEnter={() => setHoveredCard(product.id)} onMouseLeave={() => setHoveredCard(null)} > diff --git a/src/components/ClientsSection.js b/src/components/ClientsSection.js index dc5ec8f..8a764d0 100644 --- a/src/components/ClientsSection.js +++ b/src/components/ClientsSection.js @@ -5,10 +5,11 @@ import useInView from '../hooks/useInView'; const ClientsSection = () => { const logos = [ - 'dermalounge.jpg', + 'logo_pemprov_jatim.png', 'suar.avif', - 'kloowear.png', + 'kloowear.webp', 'psi.png', + 'cafe-hore.png' ]; const { ref, inView } = useInView(); @@ -25,7 +26,7 @@ const ClientsSection = () => { {logos.map((logo, index) => (