Skip to content

Commit

Permalink
feat: change ambass contact person data
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew4Coding committed Aug 24, 2024
1 parent 1727e08 commit 75a4adc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/AmbassadorModule/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,16 @@ const AmbassadorModule = () => {
</div>
<div className="mt-[200px] md:mb-[75vh] mb-[40vh] px-5 md:px-10 lg:px-32">
<ContactPerson>
<Link href={'https://wa.me/6282178452476'} target='_blank' className='w-full'>
<Link href={'https://wa.me/6282112641122'} target='_blank' className='w-full'>
<Button className='w-full'>
<MessageSquare size={24} />
<span>Savitri</span>
<span>Bintoro</span>
</Button>
</Link>
<Link href={'https://wa.me/6281321037558'} target='_blank' className='w-full'>
<Link href={'https://wa.me/6281292292933'} target='_blank' className='w-full'>
<Button className='w-full'>
<MessageSquare size={24} />
<span>Patricia</span>
<span>Omar</span>
</Button>
</Link>
</ContactPerson>
Expand Down

0 comments on commit 75a4adc

Please sign in to comment.