From f333cbd32ddc35c86fefbd8c698fbfbe91418906 Mon Sep 17 00:00:00 2001 From: Kavishka Fernando Date: Fri, 15 May 2026 15:58:23 +0530 Subject: [PATCH 1/3] Fix CTAs Signed-off-by: Kavishka Fernando --- src/components/WhatIsOpenChoreo/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/WhatIsOpenChoreo/index.tsx b/src/components/WhatIsOpenChoreo/index.tsx index 23e6fdf5..1ad842e5 100644 --- a/src/components/WhatIsOpenChoreo/index.tsx +++ b/src/components/WhatIsOpenChoreo/index.tsx @@ -57,7 +57,7 @@ const features: Feature[] = [ expandableImage: true, plainMedia: true, docLink: "/docs/overview/architecture", - docLabel: "Learn more", + docLabel: "Explore the Architecture", }, { title: "Platform building blocks", @@ -337,7 +337,7 @@ const features: Feature[] = [ layout: "standard", hideHighlights: true, docLink: "/docs/platform-engineer-guide/gitops/overview", - docLabel: "Learn more", + docLabel: "Explore GitOps", }, { title: "Multi-tenancy and access control", @@ -349,7 +349,7 @@ const features: Feature[] = [ layout: "standard", hideHighlights: true, docLink: "/docs/platform-engineer-guide/authorization/overview", - docLabel: "Learn more", + docLabel: "Explore Access Control", }, ]; From 91c420444fee3ecd84d8929b125fb598b5d4151f Mon Sep 17 00:00:00 2001 From: Kavishka Fernando Date: Fri, 15 May 2026 16:19:00 +0530 Subject: [PATCH 2/3] Fix CTA text Signed-off-by: Kavishka Fernando --- src/components/WhatIsOpenChoreo/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/WhatIsOpenChoreo/index.tsx b/src/components/WhatIsOpenChoreo/index.tsx index 1ad842e5..93db6505 100644 --- a/src/components/WhatIsOpenChoreo/index.tsx +++ b/src/components/WhatIsOpenChoreo/index.tsx @@ -57,7 +57,7 @@ const features: Feature[] = [ expandableImage: true, plainMedia: true, docLink: "/docs/overview/architecture", - docLabel: "Explore the Architecture", + docLabel: "Architecture Docs", }, { title: "Platform building blocks", @@ -337,7 +337,7 @@ const features: Feature[] = [ layout: "standard", hideHighlights: true, docLink: "/docs/platform-engineer-guide/gitops/overview", - docLabel: "Explore GitOps", + docLabel: "GitOps Docs", }, { title: "Multi-tenancy and access control", @@ -349,7 +349,7 @@ const features: Feature[] = [ layout: "standard", hideHighlights: true, docLink: "/docs/platform-engineer-guide/authorization/overview", - docLabel: "Explore Access Control", + docLabel: "Access Control Docs", }, ]; From e11018d17f5783f4f2161878071ad0aebba027ca Mon Sep 17 00:00:00 2001 From: Kavishka Fernando Date: Fri, 15 May 2026 16:27:48 +0530 Subject: [PATCH 3/3] Fix CTA text Signed-off-by: Kavishka Fernando --- src/components/WhatIsOpenChoreo/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/WhatIsOpenChoreo/index.tsx b/src/components/WhatIsOpenChoreo/index.tsx index 93db6505..4b470495 100644 --- a/src/components/WhatIsOpenChoreo/index.tsx +++ b/src/components/WhatIsOpenChoreo/index.tsx @@ -57,7 +57,7 @@ const features: Feature[] = [ expandableImage: true, plainMedia: true, docLink: "/docs/overview/architecture", - docLabel: "Architecture Docs", + docLabel: "View Architecture Docs", }, { title: "Platform building blocks", @@ -337,7 +337,7 @@ const features: Feature[] = [ layout: "standard", hideHighlights: true, docLink: "/docs/platform-engineer-guide/gitops/overview", - docLabel: "GitOps Docs", + docLabel: "View GitOps Docs", }, { title: "Multi-tenancy and access control", @@ -349,7 +349,7 @@ const features: Feature[] = [ layout: "standard", hideHighlights: true, docLink: "/docs/platform-engineer-guide/authorization/overview", - docLabel: "Access Control Docs", + docLabel: "View Access Control Docs", }, ];