diff --git a/apps/web/components/sections/basecamp/_sections/how-it-works-section.tsx b/apps/web/components/sections/basecamp/_sections/how-it-works-section.tsx index a3d1adcefd..2aa2433ab8 100644 --- a/apps/web/components/sections/basecamp/_sections/how-it-works-section.tsx +++ b/apps/web/components/sections/basecamp/_sections/how-it-works-section.tsx @@ -12,8 +12,8 @@ export function HowItWorksSection({ data }: { data: TableSection }) { ].filter((cta): cta is CTA => Boolean(cta)) return ( -
-
+
+

{data.title} @@ -22,7 +22,7 @@ export function HowItWorksSection({ data }: { data: TableSection }) { {data.rows.map((row) => (
{row.number} @@ -50,13 +50,13 @@ export function HowItWorksSection({ data }: { data: TableSection }) {

) : null}
-
+