Skip to content

Commit 4f4f2a6

Browse files
committed
feat: update homepage content and layout for clarity and engagement
- Revised subheading to enhance clarity and remove redundancy. - Increased gap in the grid layout for better spacing and visual appeal. - Updated text for DefenceTech CEOs to reflect accurate titles. - Adjusted padding in the funding section for improved presentation. - Enhanced main heading to better convey the platform's purpose and attract user interest.
1 parent 03b0024 commit 4f4f2a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/algora_web/live/home_live.ex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ defmodule AlgoraWeb.HomeLive do
107107
Discover GitHub bounties, contract work and jobs
108108
</p>
109109
<p class="mt-4 font-display text-lg font-medium text-muted-foreground sm:max-w-md sm:text-2xl/8 lg:max-w-none">
110-
Hire the top 1% of open source developers
110+
Hire the top 1% open source developers
111111
</p>
112112
<!-- CTA buttons -->
113113
<div class="mt-10 flex flex-col sm:flex-row text-center sm:items-center gap-6">
@@ -161,7 +161,7 @@ defmodule AlgoraWeb.HomeLive do
161161
Support open source development with bounties on GitHub issues
162162
</p>
163163
164-
<div class="grid grid-cols-1 gap-4">
164+
<div class="grid grid-cols-1 gap-8">
165165
<.link
166166
href="https://github.com/zed-industries/zed/issues/4440"
167167
rel="noopener"
@@ -215,15 +215,15 @@ defmodule AlgoraWeb.HomeLive do
215215
DefenceTech CEOs fund obstacle avoidance in PX4 Drone Autopilot
216216
</div>
217217
<div class="text-lg font-medium text-muted-foreground">
218-
Alex Klimaj, CEO/CTO of ARK Electronics, and Andrew Wilkins, CEO of Ascend Engineering
218+
Alex Klimaj, Founder of ARK Electronics & Andrew Wilkins, CEO of Ascend Engineering
219219
</div>
220220
</div>
221221
<.button size="lg" variant="secondary">
222222
<Logos.github class="size-4 mr-4 -ml-2" /> View issue
223223
</.button>
224224
</.link>
225225
226-
<div class="relative grid grid-cols-5 items-center w-full gap-x-4 rounded-xl bg-card/50 p-6 ring-2 ring-success/20 hover:bg-card/70 transition-colors">
226+
<div class="relative grid grid-cols-5 items-center w-full gap-x-4 rounded-xl bg-card/50 p-12 ring-2 ring-success/20 hover:bg-card/70 transition-colors">
227227
<div class="col-span-2 text-base leading-6 flex-1">
228228
<div class="text-2xl font-semibold text-foreground">
229229
Fund any issue <span class="text-success">in seconds</span>
@@ -275,8 +275,8 @@ defmodule AlgoraWeb.HomeLive do
275275
276276
<section class="bg-gradient-to-br from-black to-background border-t py-16 sm:py-32">
277277
<div class="mx-auto max-w-7xl px-6 lg:px-8">
278-
<h2 class="font-display text-3xl font-semibold tracking-tight text-foreground sm:text-6xl text-center mb-4">
279-
Y Combinator companies use Algora to build products faster
278+
<h2 class="font-display text-3xl font-semibold tracking-tight text-foreground sm:text-6xl text-center mb-4 leading-loose">
279+
Y Combinator companies use Algora<br />to build product and hire engineers
280280
</h2>
281281
<div class="mx-auto mt-8 max-w-2xl gap-8 text-sm leading-6 sm:mt-10">
282282
<.yc_logo_cloud />

0 commit comments

Comments
 (0)