Updated
This commit is contained in:
parent
2a5b95523e
commit
3e50802ef3
26 changed files with 28 additions and 37 deletions
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
import Layout from '../layouts/Layout.astro'
|
||||
import Button from '../templates/components/Button/Button.tsx'
|
||||
import Image from '../templates/components/Image/Image'
|
||||
import Page from '../templates/components/Page/Page'
|
||||
import sampleA from '../templates/images/sample.avif'
|
||||
import sampleW from '../templates/images/sample.webp'
|
||||
import OptimizeImage from '../templates/components/Optimizer/OptimizeImage'
|
||||
import Button from '../../fwt/components/Button/Button'
|
||||
import Image from '../../fwt/components/Image/Image'
|
||||
import Page from '../../fwt/components/Page/Page'
|
||||
import sample1 from '../../fwt/images/sample.avif'
|
||||
import sample2 from '../../fwt/images/sample.webp'
|
||||
import OptimizeImage from '../../fwt/components/Optimizer/OptimizeImage.tsx'
|
||||
---
|
||||
|
||||
<Layout title="Home">
|
||||
|
|
@ -15,10 +15,10 @@ import OptimizeImage from '../templates/components/Optimizer/OptimizeImage'
|
|||
|
||||
<section class="image">
|
||||
<!-- <OptimizeImage src="sample.png" size={400} /> -->
|
||||
<Image avif={sampleA.src} webp={sampleW.src} alt="Example Image" size={400} />
|
||||
<Image avif={sampleA.src} webp={sampleW.src} alt="Example Image" size={400} />
|
||||
<Image avif={sampleA.src} webp={sampleW.src} alt="Example Image" size={400} />
|
||||
<Image avif={sampleA.src} webp={sampleW.src} alt="Example Image" size={400} />
|
||||
<Image avif={sample1.src} webp={sample2.src} alt="Example Image" size={400} />
|
||||
<Image avif={sample1.src} webp={sample2.src} alt="Example Image" size={400} />
|
||||
<Image avif={sample1.src} webp={sample2.src} alt="Example Image" size={400} />
|
||||
<Image avif={sample1.src} webp={sample2.src} alt="Example Image" size={400} />
|
||||
</section>
|
||||
</Page>
|
||||
</Layout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue