From d5af1fb1907cb679fb71dab39bf5680ba22adc0c Mon Sep 17 00:00:00 2001 From: kodster28 Date: Fri, 24 Oct 2025 10:54:49 -0500 Subject: [PATCH 1/3] [Homepage] Update to promote ai tooling --- src/components/HomepageHero.astro | 1 + src/pages/index.astro | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/HomepageHero.astro b/src/components/HomepageHero.astro index 8b51aa9076cc4e..1ae9e4055194fd 100644 --- a/src/components/HomepageHero.astro +++ b/src/components/HomepageHero.astro @@ -49,6 +49,7 @@ if (image) { Resources API Changelog + AI tooling

{tagline &&
} diff --git a/src/pages/index.astro b/src/pages/index.astro index 3328e335f06001..8a19ab5073c74c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -38,7 +38,7 @@ const topCards = [ { title: "Featured", links: [ - { text: "Add web analytics", href: "/web-analytics/" }, + { text: "AI tooling", href: "/style-guide/ai-tooling/" }, { text: "Troubleshoot errors", href: "/support/troubleshooting/http-status-codes/", @@ -91,7 +91,10 @@ const topCards = [ title: "Zero Trust", links: [ { text: "Access", href: "/cloudflare-one/policies/access/" }, - { text: "Tunnel", href: "/cloudflare-one/networks/connectors/cloudflare-tunnel/" }, + { + text: "Tunnel", + href: "/cloudflare-one/networks/connectors/cloudflare-tunnel/", + }, { text: "Gateway", href: "/cloudflare-one/policies/gateway/" }, { text: "Browser Isolation", From 3b413b58160f732e9e1218a328621d8de2e14977 Mon Sep 17 00:00:00 2001 From: kodster28 Date: Fri, 24 Oct 2025 10:55:03 -0500 Subject: [PATCH 2/3] update wording --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 8a19ab5073c74c..ffce4b3983c175 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -38,7 +38,7 @@ const topCards = [ { title: "Featured", links: [ - { text: "AI tooling", href: "/style-guide/ai-tooling/" }, + { text: "AI tools", href: "/style-guide/ai-tooling/" }, { text: "Troubleshoot errors", href: "/support/troubleshooting/http-status-codes/", From 2f7ecbd4dc03eaa1a8acf7a559699fec3845de55 Mon Sep 17 00:00:00 2001 From: kodster28 Date: Fri, 24 Oct 2025 10:57:03 -0500 Subject: [PATCH 3/3] remove from top bar --- src/components/HomepageHero.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/HomepageHero.astro b/src/components/HomepageHero.astro index 1ae9e4055194fd..8b51aa9076cc4e 100644 --- a/src/components/HomepageHero.astro +++ b/src/components/HomepageHero.astro @@ -49,7 +49,6 @@ if (image) { Resources API Changelog - AI tooling

{tagline &&
}