mirror of
https://github.com/tjsga/tj-sga-website-react.git
synced 2025-04-09 22:50:17 -04:00
Used better image formats
This commit is contained in:
parent
e2855b11bb
commit
0339c587a2
BIN
public/images/footer-banner.jpg
Normal file
BIN
public/images/footer-banner.jpg
Normal file
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
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 |
|
@ -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'>
|
||||
|
|
|
@ -6,7 +6,7 @@ type HeroProps = {
|
|||
};
|
||||
|
||||
export default function Hero({
|
||||
imageURL = '/images/hero.png',
|
||||
imageURL = '/images/hero.jpg',
|
||||
heading = 'TJHSST SGA',
|
||||
}: HeroProps) {
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue
Block a user