From 24a0a981a95460a3a7a9a8c71f4b6cf0416b176e Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Mon, 27 Oct 2025 17:00:33 +0100 Subject: [PATCH] feat: update hero button styling across product pages - Changed button background color from indigo-600 to cyan-500 for consistent branding - Updated button border radius from rounded-md to rounded-xl for softer appearance - Modified focus outline color from indigo-600 to cyan-600 to match new button color - Applied changes consistently across Cloud, Compute, GPU, and Storage hero sections --- src/pages/cloud/CloudHeroAlt.tsx | 2 +- src/pages/compute/ComputeHero.tsx | 2 +- src/pages/gpu/GpuHero.tsx | 2 +- src/pages/storage/StorageHero.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/cloud/CloudHeroAlt.tsx b/src/pages/cloud/CloudHeroAlt.tsx index fd808f3..e75d46f 100644 --- a/src/pages/cloud/CloudHeroAlt.tsx +++ b/src/pages/cloud/CloudHeroAlt.tsx @@ -23,7 +23,7 @@ export function CloudHeroAlt() {