This commit is contained in:
everythingonblack
2025-07-31 12:07:39 +07:00
parent 731e7d90cc
commit 82c1d553ce
10 changed files with 64 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ import { Container, Row, Col, Button } from 'react-bootstrap';
const HeroSection = () => {
return (
<section className="hero-section py-5 bg-light">
<section className="hero-section pt-5 bg-light">
<Container>
<Row className="align-items-center">
<Col lg={6}>
@@ -15,7 +15,7 @@ const HeroSection = () => {
</div>
</Col>
<Col lg={6}>
<img src="/assets/images/gambar1.png" alt="Hero Image" className="img-fluid" />
<img src="https://kediritechnopark.com/assets/images/gambar1.png" alt="Hero Image" className="img-fluid" />
</Col>
</Row>
</Container>