+ {twoBoxes.map((props, idx) => (
+
))}
-
+ ))}
+
)
diff --git a/src/components/Homepage/NavigatingTheDocs/index.tsx b/src/components/Homepage/NavigatingTheDocs/index.tsx
index 038828800..6d33cdbeb 100644
--- a/src/components/Homepage/NavigatingTheDocs/index.tsx
+++ b/src/components/Homepage/NavigatingTheDocs/index.tsx
@@ -135,7 +135,7 @@ function NavigatingDocsFeature({title, description, link}) {
return (
-
{title}
+
{title}
{description}
@@ -148,15 +148,13 @@ export default function NavigatingTheDocs() {
return (
-
- {partitionedBoxes.map((twoBoxes) => (
-
- {twoBoxes.map((props, idx) => (
-
- ))}
-
+ {partitionedBoxes.map((twoBoxes) => (
+
+ {twoBoxes.map((props, idx) => (
+
))}
-
+
+ ))}
)
}
diff --git a/src/components/Homepage/WayfindingBoxes/index.tsx b/src/components/Homepage/WayfindingBoxes/index.tsx
index 83649ce62..4a25f1de3 100644
--- a/src/components/Homepage/WayfindingBoxes/index.tsx
+++ b/src/components/Homepage/WayfindingBoxes/index.tsx
@@ -118,14 +118,12 @@ const WayfindingWays: WayfindingItem[] = [
function WayfindingFeature({image, title, description, link}) {
return (
-
-
-
-
-
{title}
-
{description}
-
+
+
+
{title}
+
{description}
+
);
}
@@ -133,12 +131,10 @@ function WayfindingFeature({image, title, description, link}) {
export default function WayfindingBoxes() {
return (
-
-
- {WayfindingWays.map((props, idx) => (
-
- ))}
-
+
+ {WayfindingWays.map((props, idx) => (
+
+ ))}
);