Skip to content

Commit

Permalink
footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Dec 18, 2023
1 parent fbeccf9 commit d94037b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,20 @@ export default function Footer() {
<dl>
<dt>About Us</dt>
<dd>
<Link href={'/'}>Company</Link>
</dd>
<dd>
<Link href={'/'}>Careers</Link>
<Link href={'https://widefix.com'} target="_blank">
Company
</Link>
</dd>
<dd>
<Link href={'/'}>Why Us?</Link>
<Link href={'https://widefix.com/services'} target="_blank">
Why Us?
</Link>
</dd>
</dl>
<dl>
<dt>Platform</dt>
<dd>
<Link href={'/'}>Success Stories</Link>
<Link href={'https://budgetingkid.com'}>BudgetingKid app</Link>
</dd>
</dl>
<dl>
Expand Down

0 comments on commit d94037b

Please sign in to comment.