Skip to content

Commit

Permalink
chore: update team member designation and remove unused image (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkhurst authored Dec 15, 2024
1 parent 50e6850 commit 0ecff78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
Binary file removed apps/wait-list/app/images/nkay.jpg
Binary file not shown.
16 changes: 1 addition & 15 deletions apps/wait-list/app/modules/learn-more/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Domey from '@/images/ben.jpeg'
import Fiifi from '@/images/fiifi.jpeg'
import Ronnie from '@/images/ronnie.jpeg'
import Audrey from '@/images/audrey.jpeg'
import Nkay from '@/images/nkay.jpg'
import Edward from '@/images/Edward.png'

const faqs = [
Expand Down Expand Up @@ -52,7 +51,7 @@ const people = [
{
id: 3,
name: 'Edward',
designation: 'Software Engineer',
designation: 'Technical PM',
image: Edward,
},
{
Expand All @@ -67,19 +66,6 @@ const people = [
designation: 'Product Manager',
image: Audrey,
},
{
id: 6,
name: 'Nana Anikuabe',
designation: 'Software Engineer',
image: Nkay,
},
// {
// id: 7,
// name: 'Noah',
// designation: 'Software Engineer',
// image:
// 'https://images.unsplash.com/photo-1599566150163-29194dcaad36?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=3387&q=80',
// },
]

export const LearnMoreModule = () => {
Expand Down

0 comments on commit 0ecff78

Please sign in to comment.