feat(pricing): enhance pricing page with SEO metadata and structured data

- Updated the pricing page to include improved SEO metadata, including title, description, and keywords.
- Added structured data using JsonLd for better search engine visibility.
- Revised pricing plan descriptions and features for clarity and accuracy.
- Enhanced link behavior for external pricing links to open in a new tab with appropriate security attributes.
- Updated FAQ sections to reflect changes in credit and billing explanations.
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-07-05 20:45:23 -07:00
parent 66a34abe63
commit 7af3f535fc
5 changed files with 128 additions and 78 deletions

View file

@ -205,6 +205,8 @@ export function Pricing({
<Link
href={plan.href}
target={plan.href.startsWith("http") ? "_blank" : undefined}
rel={plan.href.startsWith("http") ? "noopener noreferrer" : undefined}
className={cn(
buttonVariants({
variant: "outline",