diff --git a/src/components/Card.astro b/src/components/Card.astro new file mode 100644 index 0000000..6463cc6 --- /dev/null +++ b/src/components/Card.astro @@ -0,0 +1,24 @@ +--- +export interface Props { + title: string; + bigTech: string; + alternatives: Array<{ name: string; description: string; url: string }>; + bgClass: string; +} + +const { title, bigTech, alternatives, bgClass } = Astro.props; +--- + +
Big Tech Option: {bigTech}
+{alt.description}
+ Website +Explore open-source and privacy-focused alternatives to popular big tech software.
Big Tech Option: Chrome (Google)
- -Big Tech Option: Google Search
- -Big Tech Option: Gmail (Google)
- -Big Tech Options: Twitter (X), Facebook (Meta)
- -Big Tech Option: YouTube (Google)
- -Big Tech Option: Google Drive
-Self-hosted file sync and share.
- Website -Big Tech Options: WhatsApp (Meta), Slack
- -