diff --git a/src/components/Features/index.js b/src/components/Features/index.js
index 248ecb6d8bad0..e74b1b59b4d30 100644
--- a/src/components/Features/index.js
+++ b/src/components/Features/index.js
@@ -95,7 +95,7 @@ const Features = (props) => {
: (
{props.redirectLinkWithImage.map((item) => (
-

+
{item.text}
))}
diff --git a/src/sections/Home/FeaturesContainer/index.js b/src/sections/Home/FeaturesContainer/index.js
index 73c7bc8549cc9..533b68c0241cd 100644
--- a/src/sections/Home/FeaturesContainer/index.js
+++ b/src/sections/Home/FeaturesContainer/index.js
@@ -52,12 +52,14 @@ const FeaturesContainer = () => {
{
text: "Amazon Web Services",
image: isDark ? AWSLogoDark : AWSLogoLight,
+ alt: "Amazon Web Services Logo",
redirect:
"/cloud-native-management/generate-aws-architecture-diagram",
},
{
text: "Google Cloud Platform",
image: GCPLogo,
+ alt: "Logo Google Cloud Platform",
redirect:
"/cloud-native-management/generate-gcp-architecture-diagram",
},