From 1162ae6eabca60cea2e9c297a50f28ccfd53b6f5 Mon Sep 17 00:00:00 2001
From: "DESKTOP-RTLN3BA\\$punk"
Date: Tue, 7 Apr 2026 19:11:57 -0700
Subject: [PATCH] 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.
---
.../components/pricing/pricing-section.tsx | 6 +++---
.../components/settings/more-pages-content.tsx | 14 +++++++-------
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/surfsense_web/components/pricing/pricing-section.tsx b/surfsense_web/components/pricing/pricing-section.tsx
index af1c9bd59..ebb7eac92 100644
--- a/surfsense_web/components/pricing/pricing-section.tsx
+++ b/surfsense_web/components/pricing/pricing-section.tsx
@@ -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() {
);
}
diff --git a/surfsense_web/components/settings/more-pages-content.tsx b/surfsense_web/components/settings/more-pages-content.tsx
index ee100f22d..29245775c 100644
--- a/surfsense_web/components/settings/more-pages-content.tsx
+++ b/surfsense_web/components/settings/more-pages-content.tsx
@@ -83,14 +83,14 @@ export function MorePagesContent() {
- {/* 6k free offer */}
+ {/* 3k free offer */}
- 6k
+ 3k
-
Claim 6,000 Free Pages
+
Claim 3,000 Free Pages
Limited offer. Schedule a meeting or email us to claim.
@@ -198,18 +198,18 @@ export function MorePagesContent() {
)}