diff --git a/src/components/homepage/FooterHeroBlock.astro b/src/components/homepage/FooterHeroBlock.astro index 8e9da79abed9aa..41f29f5148b1f1 100644 --- a/src/components/homepage/FooterHeroBlock.astro +++ b/src/components/homepage/FooterHeroBlock.astro @@ -4,7 +4,7 @@ import { Icon } from "@astrojs/starlight/components"; const blocks = [ { title: "Community", - text: "The Cloudflare community is a place for Cloudflare users to share ideas, answers, code and compare notes.", + text: "Share ideas, answers, code and compare notes with the Cloudflare community.", links: [ { text: "Discord", @@ -17,8 +17,8 @@ const blocks = [ href: "https://x.com/CloudflareDev", }, { - text: "Community Forum", - icon: "discourse", + text: "Community forum", + icon: "cloudflare", href: "https://community.cloudflare.com/", }, ], @@ -28,18 +28,18 @@ const blocks = [ text: "Cloudflare contributes to the open-source ecosystem in a variety of ways, including:", links: [ { - text: "GitHub Projects", + text: "GitHub projects", icon: "github", href: "https://github.com/cloudflare", }, { - text: "Sponsorship Projects", + text: "Sponsorship projects", icon: "seti:shell", href: "/sponsorships/", }, { - text: "Style Guide", - icon: "open-book", + text: "Style guide", + icon: "document", href: "/style-guide/", }, ], @@ -50,7 +50,7 @@ const blocks = [ links: [ { text: "Read the blog", - icon: "seti:notebook", + icon: "open-book", href: "https://blog.cloudflare.com/", }, ], @@ -59,20 +59,24 @@ const blocks = [ ---
{ blocks.map(({ title, text, links }) => (
-

{title}

+ {title}

{text}