| 123456789101112131415161718192021 |
- <template>
- <main>
- <section class="visual--section">
- <div class="img--wrap">
- <picture>
- <img src="/img/company/img--about1.jpg" alt="" />
- </picture>
- </div>
- <div class="title--wrap color--white">
- <h2>Audi Entry LED</h2>
- </div>
- </section>
- <div class="detail--container">
- <section class="img--section full--type pt--100 pb--200 none--bdrs">
- <div class="img--wrap">
- <img src="/img/company/img--eled.jpg" alt="">
- </div>
- </section>
- </div>
- </main>
- </template>
|