diff --git a/public/maya-idle.mp4 b/public/maya-idle.mp4 new file mode 100644 index 0000000..3351edb Binary files /dev/null and b/public/maya-idle.mp4 differ diff --git a/src/components/HeroSection.js b/src/components/HeroSection.js index 72c9387..8dde2a5 100644 --- a/src/components/HeroSection.js +++ b/src/components/HeroSection.js @@ -1,7 +1,7 @@ import { Container, Row, Col, Button } from 'react-bootstrap'; import styles from './HeroSection.module.css'; -const HeroSection = ({scrollToProduct, scrollToCourse}) => { +const HeroSection = ({ scrollToProduct, scrollToCourse }) => { return (
@@ -29,15 +29,27 @@ const HeroSection = ({scrollToProduct, scrollToCourse}) => {
- Ekosistem digital Kediri Technopark + > + + Your browser does not support the video tag. + +
+

Perkenalkan Maya

+

Asisten digital kami

+ +
diff --git a/src/components/HeroSection.module.css b/src/components/HeroSection.module.css index 34d87b0..ba2a05a 100644 --- a/src/components/HeroSection.module.css +++ b/src/components/HeroSection.module.css @@ -169,6 +169,7 @@ aspect-ratio: 4 / 3; object-fit: cover; border-radius: calc(var(--radius-2xl) - 4px); + object-fit: contain; } .glow {