fix: update pricing details in pricing section and more pages content

- Adjusted the demo plans to reflect a new offer of 500 pages included to start and a maximum of 3,000 bonus pages.
- Updated descriptions and dialog titles throughout the application to align with the new offer, ensuring consistency in messaging.
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-04-07 19:11:57 -07:00
parent 86d48206dd
commit 1162ae6eab
2 changed files with 10 additions and 10 deletions

View file

@ -11,8 +11,8 @@ const demoPlans = [
billingText: "1,000 pages included",
features: [
"Self Hostable",
"1,000 pages included to start",
"Earn up to 6,000+ bonus pages for free",
"500 pages included to start",
"Earn up to 3,000+ bonus pages for free",
"Includes access to OpenAI text, audio and image models",
"Realtime Collaborative Group Chats with teammates",
"Community support on Discord",
@ -66,7 +66,7 @@ function PricingBasic() {
<Pricing
plans={demoPlans}
title="SurfSense Pricing"
description="Start free with 1,000 pages. Earn up to 6,000+ more or buy as you go."
description="Start free with 1,000 pages. Earn up to 3,000+ more or buy as you go."
/>
);
}