diff --git a/website/public/images/policy-conditions.png b/website/public/images/policy-conditions.png index 4707a662b..c7181b032 100644 Binary files a/website/public/images/policy-conditions.png and b/website/public/images/policy-conditions.png differ diff --git a/website/src/components/ElevatorPitch/index.tsx b/website/src/components/ElevatorPitch/index.tsx index db2482709..2a1aaf447 100644 --- a/website/src/components/ElevatorPitch/index.tsx +++ b/website/src/components/ElevatorPitch/index.tsx @@ -105,12 +105,13 @@ export default function ElevatorPitch() { ))} -
+
Elevator pitch graphic
diff --git a/website/src/components/FeatureSection/index.tsx b/website/src/components/FeatureSection/index.tsx index ac1938b88..ccd75c674 100644 --- a/website/src/components/FeatureSection/index.tsx +++ b/website/src/components/FeatureSection/index.tsx @@ -16,12 +16,12 @@ export default function FeatureSection({ cta: React.ReactNode; }) { const copy = ( -
+
{titleCaption}

{title}

@@ -36,7 +36,11 @@ export default function FeatureSection({ return (
{reverse ? graphic : copy} {reverse ? copy : graphic}