Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions apps/web/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ export default function HomePage() {
return (
<div className="landing-dark relative isolate">
<PaletteScroller />
{/* Hero / Ecosystem / Problem aren't wrapped — the seamless navy bleed across them
{/* Hero / Problem aren't wrapped — the seamless navy bleed across them
would break if their bgs faded in independently. Reveals begin at WhoItsFor. */}
<HeroSection />
<EcosystemSection />
<ProblemSection />
<ScrollReveal>
<WhoItsFor />
Expand All @@ -51,6 +50,9 @@ export default function HomePage() {
<ScrollReveal>
<DeploySection />
</ScrollReveal>
<ScrollReveal>
<EcosystemSection />
</ScrollReveal>
<ScrollReveal>
<FeatureGrid />
</ScrollReveal>
Expand Down
Loading