fix: hero section new image
This commit is contained in:
parent
e5c6b28260
commit
f7d8613807
BIN
public/images/bg-header2.jpg
Normal file
BIN
public/images/bg-header2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 MiB |
BIN
public/images/bg-header3.jpg
Normal file
BIN
public/images/bg-header3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 MiB |
@ -15,7 +15,7 @@ export default function Hero() {
|
||||
autoplay={{ delay: 4000 }}
|
||||
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">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
@ -27,7 +27,7 @@ export default function Hero() {
|
||||
</div>
|
||||
</section>
|
||||
</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">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
|
Loading…
x
Reference in New Issue
Block a user