···142142 <>
143143 <PendingInvitations />
144144 <MySpheres />
145145- <div class={ui.section}>
145145+ </>
146146+ )}
147147+148148+ <div class={s.ctaGrid}>
149149+ <div class={s.ctaCard.primary}>
150150+ <h2 class={s.ctaTitle}>Run your own sphere</h2>
151151+ <p class={s.ctaDesc}>
152152+ A home for your community with a public roadmap, feature requests, and updates, all
153153+ under your own handle.
154154+ </p>
155155+ <div class={s.ctaActions}>
146156 <a href="/spheres/new" class={ui.button}>
147157 Create a sphere
148158 </a>
149159 </div>
150150- </>
151151- )}
160160+ </div>
161161+162162+ <div class={s.ctaCard.neutral}>
163163+ <h2 class={s.ctaTitle}>Join the Exosphere community</h2>
164164+ <p class={s.ctaDesc}>
165165+ Follow how the project is built, request features, and help decide what we work on next.
166166+ </p>
167167+ <div class={s.ctaActions}>
168168+ <a href="https://app.exosphere.site/s/exosphere.site" class={ui.buttonSecondary}>
169169+ Visit the sphere →
170170+ </a>
171171+ </div>
172172+ </div>
173173+ </div>
152174153175 <div class={ui.section}>
154176 <h2 class={ui.sectionTitle}>Tools</h2>
···176198 <span class={s.toolCardLabelSoon}>Coming soon</span>
177199 <h3 class={s.toolCardTitle}>Feeds & Discussions</h3>
178200 <p class={s.toolCardDesc}>
179179- A shared space for conversations — announcements, Q&A, and open-ended threads, all in
201201+ A shared space for conversations, announcements, Q&A, and open-ended threads, all in
180202 one place.
181203 </p>
182204 </div>
···189211 </p>
190212 </div>
191213 </div>
192192- </div>
193193-194194- <div class={ui.section}>
195195- <a href="https://app.exosphere.site/s/exosphere.site" class={s.ctaCard}>
196196- <span class={s.ctaTitle}>Join the Exosphere community</span>
197197- <span class={s.ctaDesc}>
198198- Follow the project's development, request features, and help shape what we build next.
199199- </span>
200200- <span class={s.ctaArrow}>Visit the sphere →</span>
201201- </a>
202214 </div>
203215 </div>
204216 );