|
|
@@ -21,6 +21,7 @@
|
|
|
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
|
|
|
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="1" aria-label="Slide 2"></button>
|
|
|
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="2" aria-label="Slide 3"></button>
|
|
|
+ <button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="3" aria-label="Slide 4"></button>
|
|
|
</div>
|
|
|
<div class="carousel-inner">
|
|
|
<div class="carousel-item active" >
|
|
|
@@ -31,6 +32,9 @@
|
|
|
</div>
|
|
|
<div class="carousel-item">
|
|
|
<img src="/images/image04.jpg" class="d-block w-100" alt="..." width="600" height="600" loading="lazy" style="object-fit: cover; aspect-ratio: 1;">
|
|
|
+ </div>
|
|
|
+ <div class="carousel-item">
|
|
|
+ <img src="/images/image05.jpg" class="d-block w-100" alt="..." width="600" height="600" loading="lazy" style="object-fit: cover; aspect-ratio: 1;">
|
|
|
</div>
|
|
|
</div>
|
|
|
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleDark" data-bs-slide="prev">
|