+
-
+ Accelerate websites and applications with Cloudflare CDN caching, image + optimization, smart routing, load balancing, and web analytics. +
++ Paste into any AI coding agent to install Cloudflare agent tooling: +
++ {p.description} +
+ ++ {p.tags.map((tag, idx) => ( + + + {tag.label} + + {idx < p.tags.length - 1 && ( + + )} + + ))} +
++ The latest features and improvements shipping across Cloudflare. +
++ {featured.description} +
++ {entry.title} +
+ ++ {entry.description} +
+
+ {command}
+
+
+
++ Find community, read the blog, and explore open source projects. +
++ {card.desc} +
+ ++ Compute, storage, AI, and security — ship applications instead of managing + and securing infrastructure +
+ ++ {scenario} +
++ {detail} +
+ + + {cta} + + + + + diff --git a/src/components/landing/ProductCardGrid.astro b/src/components/landing/ProductCardGrid.astro new file mode 100644 index 000000000000000..748ec9961eef584 --- /dev/null +++ b/src/components/landing/ProductCardGrid.astro @@ -0,0 +1,25 @@ +--- +import CornerMarks from "./CornerMarks.astro"; + +interface Props { + label?: string; +} + +const { label } = Astro.props; +--- + ++ {label} +
+ ) + } ++ Everything you need to secure applications, APIs, and infrastructure. +
+ +