Skip to content

Commit e05818d

Browse files
committed
Added Jonah as shop manager
1 parent e203a1f commit e05818d

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed
-300 KB
Binary file not shown.
270 KB
Loading

src/pages/meet-the-leads/MeetTheLeads.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ import Styles from './MeetTheLeadsStyles'
1313
import JaredsFace from '../../assets/pics/Leads/jareds_face.jpg'
1414
import TanishkasFace from '../../assets/pics/Leads/Tanishkas_face.jpg'
1515
import RoccosFace from '../../assets/pics/Leads/roccos_face.jpg'
16-
// import NasiersFace from '../../assets/pics/Leads/Nasiers_face.jpg'
1716
import MalinsFace from '../../assets/pics/Leads/Malins_face.jpg'
1817
import BriansFace from '../../assets/pics/Leads/Brians_face.jpg'
1918
import AlessiasFace from '../../assets/pics/Leads/Alessia_headshot.png'
20-
// import JonahsFace from '../../assets/pics/Leads/JonahFace.jpeg'
19+
import JonahsFace from '../../assets/pics/Leads/Jonah_Face.jpeg'
2120
// a separator is needed for some reason, troubleshoot this or create a very small section div or style this like the robotics page
2221
//use robotics format
2322
//bakround is implemented but sections are not made to be compatible, change to gallery sections
@@ -86,16 +85,15 @@ const MeetTheLeads = (): React.ReactElement => {
8685
Tanishka Shah
8786
</p>
8887
</div>
89-
{/* <div className='leads-slide'>
88+
<div className='leads-slide'>
9089
<h2>Meet our Shop Manager!</h2>
9190
<p>
9291
Jonah Tesler
9392
</p>
9493
</div>
9594
<div className='Leads-img-container'>
96-
<img src={ TanishkasFace }/>
97-
</div> */}
98-
95+
<img src={ JonahsFace }/>
96+
</div>
9997
</Styles.LeadsGallery>
10098
</Styles.SpaceBackground>
10199
<Contact/>

0 commit comments

Comments
 (0)