diff --git a/apps/portal/public/team/keane.jpg b/apps/portal/public/team/keane.jpg new file mode 100644 index 00000000..1f7db64d Binary files /dev/null and b/apps/portal/public/team/keane.jpg differ diff --git a/apps/portal/public/team/keane.png b/apps/portal/public/team/keane.png deleted file mode 100644 index 8cae8f6a..00000000 Binary files a/apps/portal/public/team/keane.png and /dev/null differ diff --git a/apps/portal/public/team/peirong.jpg b/apps/portal/public/team/peirong.jpg new file mode 100644 index 00000000..4426e9f3 Binary files /dev/null and b/apps/portal/public/team/peirong.jpg differ diff --git a/apps/portal/public/team/peirong.png b/apps/portal/public/team/peirong.png deleted file mode 100644 index 254eba4f..00000000 Binary files a/apps/portal/public/team/peirong.png and /dev/null differ diff --git a/apps/portal/public/team/weilin.jpg b/apps/portal/public/team/weilin.jpg index 3b00a570..f1107e2d 100644 Binary files a/apps/portal/public/team/weilin.jpg and b/apps/portal/public/team/weilin.jpg differ diff --git a/apps/portal/public/team/zhiying.jpg b/apps/portal/public/team/zhiying.jpg new file mode 100644 index 00000000..94f2baca Binary files /dev/null and b/apps/portal/public/team/zhiying.jpg differ diff --git a/apps/portal/public/team/zhiying.png b/apps/portal/public/team/zhiying.png deleted file mode 100644 index 1354a525..00000000 Binary files a/apps/portal/public/team/zhiying.png and /dev/null differ diff --git a/apps/portal/src/components/resumes/landing/Testimonials.tsx b/apps/portal/src/components/resumes/landing/Testimonials.tsx deleted file mode 100644 index 23762ab7..00000000 --- a/apps/portal/src/components/resumes/landing/Testimonials.tsx +++ /dev/null @@ -1,153 +0,0 @@ -import Image from 'next/future/image'; - -import { Container } from './Container'; -import avatarImage1 from './images/avatars/avatar-1.png'; -import avatarImage2 from './images/avatars/avatar-2.png'; -import avatarImage3 from './images/avatars/avatar-3.png'; -import avatarImage4 from './images/avatars/avatar-4.png'; -import avatarImage5 from './images/avatars/avatar-5.png'; - -type QuoteProps = { - className: string; -}; - -const testimonials = [ - { - columns: [ - { - author: { - image: avatarImage1, - name: 'Sheryl Berge', - role: 'CEO at Lynch LLC', - }, - content: - 'TaxPal is so easy to use I can’t help but wonder if it’s really doing the things the government expects me to do.', - }, - { - author: { - image: avatarImage4, - name: 'Amy Hahn', - role: 'Director at Velocity Industries', - }, - content: - 'I’m trying to get a hold of someone in support, I’m in a lot of trouble right now and they are saying it has something to do with my books. Please get back to me right away.', - }, - ], - name: 'column-one', - }, - { - columns: [ - { - author: { - image: avatarImage5, - name: 'Leland Kiehn', - role: 'Founder of Kiehn and Sons', - }, - content: - 'The best part about TaxPal is every time I pay my employees, my bank balance doesn’t go down like it used to. Looking forward to spending this extra cash when I figure out why my card is being declined.', - }, - { - author: { - image: avatarImage2, - name: 'Erin Powlowski', - role: 'COO at Armstrong Inc', - }, - content: - 'There are so many things I had to do with my old software that I just don’t do at all with TaxPal. Suspicious but I can’t say I don’t love it.', - }, - ], - name: 'column-two', - }, - { - columns: [ - { - author: { - image: avatarImage3, - name: 'Peter Renolds', - role: 'Founder of West Inc', - }, - content: - 'I used to have to remit tax to the EU and with TaxPal I somehow don’t have to do that anymore. Nervous to travel there now though.', - }, - { - author: { - image: avatarImage4, - name: 'Amy Hahn', - role: 'Director at Velocity Industries', - }, - content: - 'This is the fourth email I’ve sent to your support team. I am literally being held in jail for tax fraud. Please answer your damn emails, this is important.', - }, - ], - name: 'column-three', - }, -]; - -function QuoteIcon(props: QuoteProps) { - return ( - - ); -} - -export function Testimonials() { - return ( -
- -
-

- Loved by software engineers worldwide. -

-

- We crowdsource ideas and feedback from across the world, - guaranteeing you for success in your job application. -

-
- -
-
- ); -} diff --git a/apps/portal/src/pages/questions/about.tsx b/apps/portal/src/pages/questions/about.tsx index 24815fdd..b4af71e0 100644 --- a/apps/portal/src/pages/questions/about.tsx +++ b/apps/portal/src/pages/questions/about.tsx @@ -23,7 +23,7 @@ const people = [ }, { bio: 'Excited to jump into anything.', - imageUrl: '/team/zhiying.png', + imageUrl: '/team/zhiying.jpg', name: 'Tang Zhiying', role: 'Designer', }, diff --git a/apps/portal/src/pages/resumes/about.tsx b/apps/portal/src/pages/resumes/about.tsx index ba14abde..8eb6a5f7 100644 --- a/apps/portal/src/pages/resumes/about.tsx +++ b/apps/portal/src/pages/resumes/about.tsx @@ -3,7 +3,7 @@ import Container from '~/components/shared/Container'; const people = [ { bio: 'Keane loves to try out new technologies and build awesome stuff with awesome people. He spends most of his free time travelling to eat good food (that he can afford) and going to the gym.', - imageUrl: '/team/keane.png', + imageUrl: '/team/keane.jpg', name: 'Keane Chan', role: 'Full Stack Engineer', }, @@ -21,7 +21,7 @@ const people = [ }, { bio: 'Peirong likes to work in teams because he needs the peer pressure from others to deliver excellent work. In his free time, he enjoys running and watching vlogs of people having fun in adventurous locations which he does not have money for.', - imageUrl: '/team/peirong.png', + imageUrl: '/team/peirong.jpg', name: 'Wu Peirong', role: 'Full Stack Engineer', },