diff --git a/src/components/PrimaryFeatures.jsx b/src/components/PrimaryFeatures.jsx index bc03060..f9ce444 100644 --- a/src/components/PrimaryFeatures.jsx +++ b/src/components/PrimaryFeatures.jsx @@ -6,35 +6,33 @@ import { Tab } from '@headlessui/react' import clsx from 'clsx' import { Container } from '@/components/Container' -import screenshotExpenses from '@/images/screenshots/expenses.png' -import screenshotPayroll from '@/images/screenshots/payroll.png' -import screenshotReporting from '@/images/screenshots/reporting.png' -import screenshotVatReturns from '@/images/screenshots/vat-returns.png' +import GitHubBioDrop from '@/images/screenshots/github-biodrop.png' +import GitHubOrg from '@/images/screenshots/github-eddiehub-org.png' +import GitHubGoodFirstIssueFinder from '@/images/screenshots/github-good-first-issue-finder.png' +import GitHubEddieBot from '@/images/screenshots/github-eddiebot.png' const features = [ { - title: 'Payroll', + title: 'EddieHub GitHub Org', description: - "Keep track of everyone's salaries and whether or not they've been paid. Direct deposit not supported.", - image: screenshotPayroll, + 'Community of inclusive Open Source people - Collaboration 1st, Code 2nd! Join our GitHub Org.', + image: GitHubOrg, }, { - title: 'Claim expenses', + title: 'BioDrop', description: - "All of your receipts organized into one place, as long as you don't mind typing in the data by hand.", - image: screenshotExpenses, + 'Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.', + image: GitHubBioDrop, }, { - title: 'VAT handling', - description: - "We only sell our software to companies who don't deal with VAT at all, so technically we do all the VAT stuff they need.", - image: screenshotVatReturns, + title: 'Good First Issue Finder', + description: 'Issue-Crawler for GitHub based on Sveltekit.', + image: GitHubGoodFirstIssueFinder, }, { - title: 'Reporting', - description: - 'Easily export your data into an Excel spreadsheet where you can do whatever the hell you want with it.', - image: screenshotReporting, + title: 'EddieBot', + description: 'Inclusive words Discord bot (no more "hey guys")', + image: GitHubEddieBot, }, ] @@ -60,16 +58,16 @@ export function PrimaryFeatures() {

- Everything you need to run your books. + Here are some of our active GitHub repositories

-

- Well everything you need if you aren’t that picky about minor - details like tax compliance. +

+ Everyone is welcome to come and contribute to our open source + projects.

-
+