Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added fastn sponsor #56

Open
wants to merge 17 commits into
base: Sponsors
Choose a base branch
from
Prev Previous commit
Next Next commit
Add teams page
8rxn committed Sep 23, 2023
commit 2f50b28af61ddfb8075aaada711f96013affc563
Binary file added public/Images/PartnersLogos/HO3 SAC Budget.pdf
Binary file not shown.
Binary file added public/Images/PartnersLogos/Live Demo.pdf
Binary file not shown.
9 changes: 9 additions & 0 deletions src/app/team/page.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

const Team = () => {
return (
<div>Team</div>
)
}

export default Team