Skip to content

Commit

Permalink
feat(home): add whatsapp
Browse files Browse the repository at this point in the history
  • Loading branch information
fersilva16 committed Jun 30, 2023
1 parent 2d07997 commit e37f345
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
FaPhp,
FaJava,
FaPython,
FaWhatsapp
} from 'react-icons/fa';
import { GrOracle } from 'react-icons/gr';
import { SiVtex, SiNodedotjs, SiPowershell, SiWoo, SiDelphi } from 'react-icons/si';
Expand Down Expand Up @@ -94,6 +95,14 @@ const cards = [
docsTo: '/docs/ecommerce/woocommerce/woocommerce-oneclick',
to: 'https://app.woovi.com/home/applications/woocommerce/add/oneclick',
},
{
title: 'WhatsApp',
content:
'Envie cobranças Pix por WhatsApp para seus clientes.',
icon: <FaWhatsapp color='#25d366' size={30} />,
docsTo: '/docs/whatsapp/whatsapp-how-to-activate',
to: 'https://app.woovi.com/home/applications/js/add',
},
{
title: 'Plugin VTEX',
content:
Expand Down

0 comments on commit e37f345

Please sign in to comment.