We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2614344 commit 9209102Copy full SHA for 9209102
src/components/index-page/index.tsx
@@ -11,7 +11,7 @@ import { HowItWorks } from "./how-it-works"
11
12
export function IndexPage() {
13
return (
14
- <div className="index">
+ <div className="bg-neu-0">
15
<Hero />
16
<TrustedBy />
17
<HowItWorks />
0 commit comments