feat(web): add /pricing page with subscription tier comparison

Complete public pricing page showing all 4 subscription plans (FREE,
AGENT_PRO, INVESTOR, ENTERPRISE) with billing cycle toggle, feature
comparison table, VND formatting, and Vietnamese/English i18n support.
Also adds pricing link to public navigation header and footer.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Ho Ngoc Hai
2026-04-10 22:42:37 +07:00
parent 1aad9b9f95
commit d62eb5f164
4 changed files with 699 additions and 27 deletions

View File

@@ -25,15 +25,19 @@
"nav": {
"home": "Home",
"search": "Search",
"pricing": "Pricing",
"mainNav": "Main navigation",
"dashboardNav": "Dashboard",
"adminNav": "Administration"
"adminNav": "Administration",
"openMenu": "Open menu",
"closeMenu": "Close menu"
},
"dashboard": {
"title": "Dashboard",
"listings": "Listings",
"createListing": "Create listing",
"analytics": "Analytics",
"savedSearches": "Saved searches",
"aiValuation": "AI Valuation",
"profile": "Profile",
"subscription": "Subscription",
@@ -142,6 +146,54 @@
"default": "An error occurred during login. Please try again."
}
},
"pricing": {
"badge": "Pricing Plans",
"title": "Choose the right plan for you",
"subtitle": "From individuals to enterprises — GoodGo has a plan for every real estate need",
"monthly": "Monthly",
"yearly": "Yearly",
"yearlyDiscount": "-17%",
"perMonth": "month",
"perYear": "year",
"loading": "Loading plans...",
"popular": "Most popular",
"unlimited": "Unlimited",
"listingsCount": "listings",
"savedSearchesCount": "saved searches",
"photosPerListing": "photos/listing",
"tiers": {
"FREE": "Free",
"AGENT_PRO": "Agent Pro",
"INVESTOR": "Investor",
"ENTERPRISE": "Enterprise"
},
"tierDescriptions": {
"FREE": "Get started for free, explore the platform",
"AGENT_PRO": "For professional real estate agents",
"INVESTOR": "Analytics tools for investors",
"ENTERPRISE": "Comprehensive solution for businesses"
},
"features": {
"analytics": "Market analytics",
"aiValuation": "AI valuation",
"prioritySupport": "Priority support",
"featuredListing": "Featured listings",
"leadManagement": "Lead management",
"marketReports": "Market reports",
"portfolioTracking": "Portfolio tracking",
"apiAccess": "API access"
},
"ctaFree": "Register for free",
"ctaUpgrade": "Get started",
"ctaEnterprise": "Contact sales",
"comparisonTitle": "Compare plans in detail",
"comparisonSubtitle": "See all features for each plan",
"feature": "Feature",
"ctaTitle": "Ready to get started?",
"ctaDescription": "Sign up today and start your real estate journey with GoodGo",
"ctaRegister": "Register now",
"ctaLearnMore": "Learn more"
},
"search": {
"filters": "Filters",
"allTransactions": "All transactions",

View File

@@ -25,15 +25,19 @@
"nav": {
"home": "Trang chủ",
"search": "Tìm kiếm",
"pricing": "Bảng giá",
"mainNav": "Điều hướng chính",
"dashboardNav": "Bảng điều khiển",
"adminNav": "Quản trị"
"adminNav": "Quản trị",
"openMenu": "Mở menu",
"closeMenu": "Đóng menu"
},
"dashboard": {
"title": "Bảng điều khiển",
"listings": "Tin đăng",
"createListing": "Đăng tin",
"analytics": "Phân tích",
"savedSearches": "Tìm kiếm đã lưu",
"aiValuation": "Định giá AI",
"profile": "Hồ sơ",
"subscription": "Gói dịch vụ",
@@ -142,6 +146,54 @@
"default": "Đã xảy ra lỗi khi đăng nhập. Vui lòng thử lại."
}
},
"pricing": {
"badge": "Bảng giá dịch vụ",
"title": "Chọn gói dịch vụ phù hợp",
"subtitle": "Từ cá nhân đến doanh nghiệp — GoodGo có gói dịch vụ phù hợp cho mọi nhu cầu bất động sản của bạn",
"monthly": "Theo tháng",
"yearly": "Theo năm",
"yearlyDiscount": "-17%",
"perMonth": "tháng",
"perYear": "năm",
"loading": "Đang tải gói dịch vụ...",
"popular": "Phổ biến nhất",
"unlimited": "Không giới hạn",
"listingsCount": "tin đăng",
"savedSearchesCount": "tìm kiếm đã lưu",
"photosPerListing": "ảnh/tin đăng",
"tiers": {
"FREE": "Miễn phí",
"AGENT_PRO": "Môi giới Pro",
"INVESTOR": "Nhà đầu tư",
"ENTERPRISE": "Doanh nghiệp"
},
"tierDescriptions": {
"FREE": "Bắt đầu miễn phí, khám phá nền tảng",
"AGENT_PRO": "Dành cho môi giới chuyên nghiệp",
"INVESTOR": "Công cụ phân tích cho nhà đầu tư",
"ENTERPRISE": "Giải pháp toàn diện cho doanh nghiệp"
},
"features": {
"analytics": "Phân tích thị trường",
"aiValuation": "Định giá AI",
"prioritySupport": "Hỗ trợ ưu tiên",
"featuredListing": "Tin đăng nổi bật",
"leadManagement": "Quản lý khách hàng",
"marketReports": "Báo cáo thị trường",
"portfolioTracking": "Theo dõi danh mục",
"apiAccess": "Truy cập API"
},
"ctaFree": "Đăng ký miễn phí",
"ctaUpgrade": "Bắt đầu ngay",
"ctaEnterprise": "Liên hệ tư vấn",
"comparisonTitle": "So sánh chi tiết các gói",
"comparisonSubtitle": "Xem đầy đủ tính năng của từng gói dịch vụ",
"feature": "Tính năng",
"ctaTitle": "Bạn đã sẵn sàng?",
"ctaDescription": "Đăng ký ngay hôm nay để bắt đầu hành trình bất động sản cùng GoodGo",
"ctaRegister": "Đăng ký ngay",
"ctaLearnMore": "Tìm hiểu thêm"
},
"search": {
"filters": "Bộ lọc",
"allTransactions": "Tất cả giao dịch",