diff --git a/site/src/pages/index.astro b/site/src/pages/index.astro index e69478c2..2c83c0a0 100644 --- a/site/src/pages/index.astro +++ b/site/src/pages/index.astro @@ -770,27 +770,18 @@ const plans = [ -
+ +
{plans.map((p, idx) => ( -
- - {/* Continuously sweeping gradient ring on the featured card */} - {p.highlight && ( - - )} - +
{p.highlight && ( Most popular )} -

{p.name}

+

{p.name}

{p.summary}