Skip to content

Commit 7bd6130

Browse files
committed
chore: fix a bug
1 parent f04c4a4 commit 7bd6130

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

  • apps/web/src/app/(main)/(landing)/pitch

apps/web/src/app/(main)/(landing)/pitch/page.tsx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ const Pitch = () => {
242242
so my goal is to build a product that:
243243
</p>
244244
<ul className="space-y-3 [&>li]:flex [&>li]:items-start [&>li]:gap-4 [&>li]:text-text-secondary [&>li]:font-medium [&>li]:text-lg [&>li]:lowercase">
245+
<li>
246+
<CornerDownRight className="size-5 flex-shrink-0 text-brand-purple-light mt-1" />
247+
<span>is a Single Consolidate Platform for Everything in Open Source</span>
248+
</li>
245249
<li>
246250
<CornerDownRight className="size-5 flex-shrink-0 text-brand-purple-light mt-1" />
247251
<span>gives you timely human feedback 24/7</span>
@@ -266,7 +270,7 @@ const Pitch = () => {
266270
<strong className="text-brand-purple-light">
267271
the bottom line
268272
</strong>{" "}
269-
- my goal is to just save your time. my goal is to make you
273+
- my goal is to make you
270274
achieve things in 1 year that took me 3.
271275
</p>
272276
</motion.div>
@@ -313,7 +317,8 @@ const Pitch = () => {
313317
<strong className="text-text-primary">
314318
to keep you updated with open source
315319
</strong>{" "}
316-
= opensox.ai pro platform - A Single Consolidated Platform for Everything in Open Source
320+
= opensox.ai pro platform - A Single Consolidated Platform
321+
for Everything in Open Source
317322
</span>
318323
</li>
319324
<li>
@@ -595,7 +600,8 @@ const Pitch = () => {
595600
will the quality of your service reduce as you grow?
596601
</h4>
597602
<p className="text-text-secondary font-medium text-lg lowercase">
598-
never. this is the reason i&apos;m committed to only allow 166 investors a month. i can compromise with the growth,
603+
never. this is the reason i&apos;m committed to only allow
604+
166 investors a month. i can compromise with the growth,
599605
revenue, etc, but never with the quality of the service.
600606
</p>
601607
</div>

0 commit comments

Comments
 (0)