fix: hero section new image #3

Merged
RizqiSyahrendra merged 1 commits from dev into main 2025-04-18 12:40:11 +00:00
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 MiB

View File

@ -15,7 +15,7 @@ export default function Hero() {
autoplay={{ delay: 4000 }} autoplay={{ delay: 4000 }}
loop loop
> >
<SwiperSlide className="bg-[url(/images/bg-header2.webp)]"> <SwiperSlide className="bg-[url(/images/bg-header2.jpg)]">
<section className="section section-lg text-colorText2! bg-colorExt5/50 w-full h-full"> <section className="section section-lg text-colorText2! bg-colorExt5/50 w-full h-full">
<div className="container"> <div className="container">
<div className="row"> <div className="row">
@ -27,7 +27,7 @@ export default function Hero() {
</div> </div>
</section> </section>
</SwiperSlide> </SwiperSlide>
<SwiperSlide className="bg-[url(/images/bg-header3.webp)]"> <SwiperSlide className="bg-[url(/images/bg-header3.jpg)]">
<section className="section section-lg text-colorText2! bg-colorExt5/50 w-full h-full"> <section className="section section-lg text-colorText2! bg-colorExt5/50 w-full h-full">
<div className="container"> <div className="container">
<div className="row"> <div className="row">