fix: redesign section flow with alternating white/gray backgrounds, remove all dark sections, change 50+ to 40+ tools

This commit is contained in:
ashim-hq
2026-04-23 21:07:47 +08:00
parent 16e92a1c2d
commit 257e6b12c4
9 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { FadeIn } from "./fade-in";
export function OpenSource() {
return (
<section id="open-source" className="bg-background-alt px-6 py-24 md:py-36">
<section id="open-source" className="px-6 py-24 md:py-36">
<div className="mx-auto max-w-3xl text-center">
<FadeIn>
<h2 className="text-3xl font-bold tracking-tight md:text-4xl">Open source. Always.</h2>