Skip to content

Commit ec34e86

Browse files
committed
fix: remove redundant links row (All integrations/Shoutouts/Showcase)
1 parent 3cf87d1 commit ec34e86

1 file changed

Lines changed: 0 additions & 36 deletions

File tree

src/pages/index.astro

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -390,15 +390,6 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
390390
<a href="/integrations" class="integrations-link">View all 50+ integrations →</a>
391391
</section>
392392

393-
<!-- Shoutouts & Showcase Links -->
394-
<div class="bottom-links">
395-
<a href="/integrations" class="bottom-link">All integrations</a>
396-
<span class="link-separator">·</span>
397-
<a href="/shoutouts" class="bottom-link">Shoutouts</a>
398-
<span class="link-separator">·</span>
399-
<a href="https://docs.clawd.bot/start/showcase" target="_blank" rel="noopener" class="bottom-link">Showcase</a>
400-
</div>
401-
402393
<!-- CTA Grid -->
403394
<nav class="cta-grid">
404395
<a href="https://discord.com/invite/clawd" class="cta cta-discord" target="_blank" rel="noopener">
@@ -1015,33 +1006,6 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
10151006
}
10161007

10171008

1018-
/* Bottom Links */
1019-
.bottom-links {
1020-
text-align: center;
1021-
font-size: 0.95rem;
1022-
margin-bottom: 40px;
1023-
animation: fadeInUp 0.8s ease-out 0.7s both;
1024-
display: flex;
1025-
justify-content: center;
1026-
align-items: center;
1027-
gap: 12px;
1028-
}
1029-
1030-
.bottom-link {
1031-
color: var(--coral-bright);
1032-
text-decoration: none;
1033-
font-weight: 500;
1034-
transition: color 0.2s ease;
1035-
}
1036-
1037-
.bottom-link:hover {
1038-
color: var(--cyan-bright);
1039-
}
1040-
1041-
.link-separator {
1042-
color: var(--text-muted);
1043-
}
1044-
10451009
/* Testimonials */
10461010
.testimonials {
10471011
margin-bottom: 56px;

0 commit comments

Comments
 (0)