diff --git a/src/components/ServicesSection.js b/src/components/ServicesSection.js index 01d47bd..a4ba497 100644 --- a/src/components/ServicesSection.js +++ b/src/components/ServicesSection.js @@ -1,59 +1,9 @@ import React from 'react'; import { Container, Row, Col, Card } from 'react-bootstrap'; -import styles from './Styles.module.css'; const ServicesSection = () => { return ( - -
- -
-

OUR PRODUCTS

- -

Kami menyediakan berbagai solusi teknologi untuk mendukung transformasi digital bisnis dan masyarakat.

-
-
- {products && - products[0]?.name && - products.map(product => ( -
{ - setSelectedProduct(product); - setShowedModal('product'); - }} - onMouseEnter={() => setHoveredCard(product.id)} - onMouseLeave={() => setHoveredCard(null)} - > -
- {product.price === 0 && ( - Free - )} -
-
-

{product.name}

-

{product.description}

-
- - {product.price == null - ? 'Pay-As-You-Go' - : `Rp ${product.price.toLocaleString('id-ID')}`} - -
-
-
- ))} -
-
-
-
+

OUR SERVICES