diff --git a/clients/apps/web/src/app/pitch/page.tsx b/clients/apps/web/src/app/pitch/page.tsx
index dd7a6b93b2..0499f06bbb 100644
--- a/clients/apps/web/src/app/pitch/page.tsx
+++ b/clients/apps/web/src/app/pitch/page.tsx
@@ -3,6 +3,7 @@
import { Footer } from '@/components/Pitch/Footer'
import { IndexSection } from '@/components/Pitch/sections/IndexSection'
import { InvestorsSection } from '@/components/Pitch/sections/InvestorsSection'
+import { OpenSourceSection } from '@/components/Pitch/sections/OpenSource'
import { Polar20Section } from '@/components/Pitch/sections/Polar20'
import { TeamSection } from '@/components/Pitch/sections/TeamSection'
import { UsageBasedSection } from '@/components/Pitch/sections/UsageBasedSection'
@@ -35,7 +36,7 @@ export default function PitchPage() {
case 3:
return
+ What used to be a simple way to pay for things has become a complex + mess. +
++ Software as a Service (SaaS) has become the norm, but the underlying + payment infrastructure has not evolved. +
+ What we are building → + + ) +} diff --git a/clients/apps/web/src/components/Pitch/sections/WhySection.tsx b/clients/apps/web/src/components/Pitch/sections/WhySection.tsx index d3882bdc8c..2059626325 100644 --- a/clients/apps/web/src/components/Pitch/sections/WhySection.tsx +++ b/clients/apps/web/src/components/Pitch/sections/WhySection.tsx @@ -3,7 +3,7 @@ import { Section } from '../Section' export const WhySection = () => { return ( -What used to be a simple way to pay for things has become a complex mess.