diff --git a/items.json b/items.json index 544d3e87d..f4177711a 100644 --- a/items.json +++ b/items.json @@ -7,7 +7,7 @@ "href": "/docs/" }, { - "label": "Blogs", + "label": "Blog", "position": "left", "prependBaseUrlToHref": true, "href": "/blog" diff --git a/src/components/landing-page-components/parts/pricing-card.jsx b/src/components/landing-page-components/parts/pricing-card.jsx index a8ac0218f..7edf197b9 100644 --- a/src/components/landing-page-components/parts/pricing-card.jsx +++ b/src/components/landing-page-components/parts/pricing-card.jsx @@ -16,9 +16,9 @@ const PricingCard = ({ return (
{description}
- - window.open(href, '_blank')} className="mt-4 z-[8000]">{buttonTitle} + window.open(href, '_blank')} className="mt-4 z-[8000]">{buttonTitle} +
+ {bulletPoints.map((point, index) => ( +
+
+ {point} +
+ ))} +
); }; diff --git a/src/components/landing-page-components/sections/landing-page-header.jsx b/src/components/landing-page-components/sections/landing-page-header.jsx index f3ebb20b9..bb0c3d5be 100644 --- a/src/components/landing-page-components/sections/landing-page-header.jsx +++ b/src/components/landing-page-components/sections/landing-page-header.jsx @@ -182,7 +182,8 @@ const LandingPageHeader = ({ }} >
history.push(HOME_PAGE)} > { >
- Plans + Start using Dev-Docs for free or get in touch to learn more