feat(Images): convert images to AVIF format for improved performance

- Updated image references in various components and configuration files to use AVIF format instead of PNG and JPG.
- Modified the build process to include a script for converting images to AVIF, enhancing loading times and reducing file sizes.
- Ensured consistency across the application by updating image paths in the footer, main layout, and content components.
This commit is contained in:
sebseb7
2025-11-20 11:43:07 +01:00
parent 061bf5ff17
commit ef91e50aa5
15 changed files with 103 additions and 11 deletions

View File

@@ -296,7 +296,7 @@ class Footer extends Component {
>
<Box
component="img"
src="/assets/images/gg.png"
src="/assets/images/gg.avif"
alt="Google Reviews"
sx={{
height: { xs: 50, md: 60 },
@@ -326,7 +326,7 @@ class Footer extends Component {
>
<Box
component="img"
src="/assets/images/maps.png"
src="/assets/images/maps.avif"
alt="Google Maps"
sx={{
height: { xs: 40, md: 50 },