Used better image formats

This commit is contained in:
Michael Fatemi 2020-12-16 23:09:18 -05:00
parent e2855b11bb
commit 0339c587a2
6 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 672 KiB

BIN
public/images/hero.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -13,7 +13,7 @@ export default function Footer() {
<section className='footer-wrapper'>
<img
className='footer-banner'
src='/images/footer-banner.png'
src='/images/footer-banner.jpg'
alt='Footer Banner'
/>
<div className='footer-container'>

View File

@ -6,7 +6,7 @@ type HeroProps = {
};
export default function Hero({
imageURL = '/images/hero.png',
imageURL = '/images/hero.jpg',
heading = 'TJHSST SGA',
}: HeroProps) {
return (