| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720" |
| 2 | font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif"> |
| 3 | <!-- |
| 4 | Multi-Column Comparison / Pricing Table Template |
| 5 | Usage: Service tier comparison, pricing plans, membership levels |
| 6 | Scenarios: SaaS pricing page, product version comparison, service tiers |
| 7 | Supports: 3 columns (2-4 recommended) |
| 8 | --> |
| 9 | |
| 10 | <rect width="1280" height="720" fill="#F1F5F9"/> |
| 11 | |
| 12 | <!-- Title --> |
| 13 | <g id="header" data-pptx-bounds="40 15 1200 125"> |
| 14 | <text x="640" y="52" text-anchor="middle" |
| 15 | font-size="34" font-weight="700" fill="#0F172A"><tspan>Choose the Right Plan</tspan></text> |
| 16 | <text x="640" y="78" text-anchor="middle" |
| 17 | font-size="14" fill="#64748B"><tspan>Pricing Plans · Flexible plans to meet different scale needs</tspan></text> |
| 18 | </g> |
| 19 | |
| 20 | <!-- Basic Plan (Left) --> |
| 21 | <g id="plan-basic" data-pptx-bounds="36 78 428 624"> |
| 22 | <g> |
| 23 | <rect x="80" y="110" width="340" height="560" rx="16" fill="#FFFFFF"/> |
| 24 | <!-- Top-rounded Header (圆顶角分区头) --> |
| 25 | <path d="M 96 110 h 308 a 16 16 0 0 1 16 16 v 104 h -340 v -104 a 16 16 0 0 1 16 -16 Z" fill="#3B82F6" fill-opacity="0.06"/> |
| 26 | <text x="250" y="152" text-anchor="middle" |
| 27 | font-size="24" font-weight="700" fill="#3B82F6"><tspan>Basic</tspan></text> |
| 28 | <text x="250" y="175" text-anchor="middle" |
| 29 | font-size="15" fill="#94A3B8"><tspan>For individuals & small teams</tspan></text> |
| 30 | <text x="250" y="210" text-anchor="middle"> |
| 31 | <tspan font-size="42" font-weight="800" fill="#0F172A">$15</tspan> |
| 32 | <tspan font-size="14" fill="#94A3B8"> /mo</tspan> |
| 33 | </text> |
| 34 | <!-- Feature List --> |
| 35 | <line x1="110" y1="240" x2="390" y2="240" stroke="#F0F0F0" stroke-width="1"/> |
| 36 | <text x="118" y="275" text-anchor="start" font-size="15"><tspan fill="#3B82F6" font-weight="700">✓</tspan><tspan x="142" fill="#334155">5 Project Spaces</tspan></text> |
| 37 | <text x="118" y="310" text-anchor="start" font-size="15"><tspan fill="#3B82F6" font-weight="700">✓</tspan><tspan x="142" fill="#334155">10GB Storage</tspan></text> |
| 38 | <text x="118" y="345" text-anchor="start" font-size="15"><tspan fill="#3B82F6" font-weight="700">✓</tspan><tspan x="142" fill="#334155">Basic Reporting</tspan></text> |
| 39 | <text x="118" y="380" text-anchor="start" font-size="15"><tspan fill="#3B82F6" font-weight="700">✓</tspan><tspan x="142" fill="#334155">Email Support</tspan></text> |
| 40 | <text x="118" y="415" text-anchor="start" font-size="15"><tspan fill="#CBD5E1" font-weight="700">—</tspan><tspan x="142" fill="#CBD5E1">API Integration</tspan></text> |
| 41 | <text x="118" y="450" text-anchor="start" font-size="15"><tspan fill="#CBD5E1" font-weight="700">—</tspan><tspan x="142" fill="#CBD5E1">Custom Workflows</tspan></text> |
| 42 | <text x="118" y="485" text-anchor="start" font-size="15"><tspan fill="#CBD5E1" font-weight="700">—</tspan><tspan x="142" fill="#CBD5E1">Dedicated Account Manager</tspan></text> |
| 43 | <text x="118" y="520" text-anchor="start" font-size="15"><tspan fill="#CBD5E1" font-weight="700">—</tspan><tspan x="142" fill="#CBD5E1">SLA Guarantee</tspan></text> |
| 44 | <!-- Button --> |
| 45 | <rect x="150" y="560" width="200" height="44" rx="22" fill="#FFFFFF" stroke="#3B82F6" stroke-width="2"/> |
| 46 | <text x="250" y="587" text-anchor="middle" |
| 47 | font-size="14" font-weight="700" fill="#3B82F6"><tspan>Get Started</tspan></text> |
| 48 | </g> |
| 49 | |
| 50 | </g> |
| 51 | |
| 52 | <!-- Pro Plan (Middle, Recommended Highlight) --> |
| 53 | <g id="plan-pro" data-pptx-bounds="426 50 428 667"> |
| 54 | <g> |
| 55 | <rect x="470" y="95" width="340" height="590" rx="16" fill="#FFFFFF"/> |
| 56 | <!-- Top-rounded Header (圆顶角分区头) --> |
| 57 | <path d="M 486 95 h 308 a 16 16 0 0 1 16 16 v 114 h -340 v -114 a 16 16 0 0 1 16 -16 Z" fill="#8B5CF6"/> |
| 58 | <!-- Recommended Tag --> |
| 59 | <rect x="600" y="82" width="80" height="26" rx="13" fill="#F59E0B"/> |
| 60 | <text x="640" y="99" text-anchor="middle" |
| 61 | font-size="12" font-weight="700" fill="#FFFFFF"><tspan>Most Popular</tspan></text> |
| 62 | <text x="640" y="142" text-anchor="middle" |
| 63 | font-size="24" font-weight="700" fill="#FFFFFF"><tspan>Pro</tspan></text> |
| 64 | <text x="640" y="165" text-anchor="middle" |
| 65 | font-size="15" fill="#FFFFFF" fill-opacity="0.85"><tspan>For growing businesses</tspan></text> |
| 66 | <text x="640" y="205" text-anchor="middle"> |
| 67 | <tspan font-size="42" font-weight="800" fill="#0F172A">$49</tspan> |
| 68 | <tspan font-size="14" fill="#94A3B8"> /mo</tspan> |
| 69 | </text> |
| 70 | <line x1="500" y1="235" x2="780" y2="235" stroke="#F0F0F0" stroke-width="1"/> |
| 71 | <text x="508" y="270" text-anchor="start" font-size="15"><tspan fill="#8B5CF6" font-weight="700">✓</tspan><tspan x="532" fill="#334155">Unlimited Projects</tspan></text> |
| 72 | <text x="508" y="305" text-anchor="start" font-size="15"><tspan fill="#8B5CF6" font-weight="700">✓</tspan><tspan x="532" fill="#334155">100GB Storage</tspan></text> |
| 73 | <text x="508" y="340" text-anchor="start" font-size="15"><tspan fill="#8B5CF6" font-weight="700">✓</tspan><tspan x="532" fill="#334155">Advanced Reports + Dashboard</tspan></text> |
| 74 | <text x="508" y="375" text-anchor="start" font-size="15"><tspan fill="#8B5CF6" font-weight="700">✓</tspan><tspan x="532" fill="#334155">Priority Ticket Support</tspan></text> |
| 75 | <text x="508" y="410" text-anchor="start" font-size="15"><tspan fill="#8B5CF6" font-weight="700">✓</tspan><tspan x="532" fill="#334155">API Integration</tspan></text> |
| 76 | <text x="508" y="445" text-anchor="start" font-size="15"><tspan fill="#8B5CF6" font-weight="700">✓</tspan><tspan x="532" fill="#334155">Custom Workflows</tspan></text> |
| 77 | <text x="508" y="480" text-anchor="start" font-size="15"><tspan fill="#CBD5E1" font-weight="700">—</tspan><tspan x="532" fill="#CBD5E1">Dedicated Account Manager</tspan></text> |
| 78 | <text x="508" y="515" text-anchor="start" font-size="15"><tspan fill="#CBD5E1" font-weight="700">—</tspan><tspan x="532" fill="#CBD5E1">SLA Guarantee</tspan></text> |
| 79 | <rect x="540" y="555" width="200" height="44" rx="22" fill="#8B5CF6"/> |
| 80 | <text x="640" y="582" text-anchor="middle" |
| 81 | font-size="14" font-weight="700" fill="#FFFFFF"><tspan>Upgrade Now</tspan></text> |
| 82 | </g> |
| 83 | |
| 84 | </g> |
| 85 | |
| 86 | <!-- Enterprise Plan (Right) --> |
| 87 | <g id="plan-enterprise" data-pptx-bounds="816 78 428 624"> |
| 88 | <g> |
| 89 | <rect x="860" y="110" width="340" height="560" rx="16" fill="#FFFFFF"/> |
| 90 | <!-- Top-rounded Header (圆顶角分区头) --> |
| 91 | <path d="M 876 110 h 308 a 16 16 0 0 1 16 16 v 104 h -340 v -104 a 16 16 0 0 1 16 -16 Z" fill="#0F172A" fill-opacity="0.04"/> |
| 92 | <text x="1030" y="152" text-anchor="middle" |
| 93 | font-size="24" font-weight="700" fill="#0F172A"><tspan>Enterprise</tspan></text> |
| 94 | <text x="1030" y="175" text-anchor="middle" |
| 95 | font-size="15" fill="#94A3B8"><tspan>For large organizations</tspan></text> |
| 96 | <text x="1030" y="210" text-anchor="middle" |
| 97 | font-size="36" font-weight="800" fill="#0F172A"><tspan>Contact Sales</tspan></text> |
| 98 | <line x1="890" y1="240" x2="1170" y2="240" stroke="#F0F0F0" stroke-width="1"/> |
| 99 | <text x="898" y="275" text-anchor="start" font-size="15"><tspan fill="#0F172A" font-weight="700">✓</tspan><tspan x="922" fill="#334155">Unlimited Projects</tspan></text> |
| 100 | <text x="898" y="310" text-anchor="start" font-size="15"><tspan fill="#0F172A" font-weight="700">✓</tspan><tspan x="922" fill="#334155">Unlimited Storage</tspan></text> |
| 101 | <text x="898" y="345" text-anchor="start" font-size="15"><tspan fill="#0F172A" font-weight="700">✓</tspan><tspan x="922" fill="#334155">All Reports + BI Analytics</tspan></text> |
| 102 | <text x="898" y="380" text-anchor="start" font-size="15"><tspan fill="#0F172A" font-weight="700">✓</tspan><tspan x="922" fill="#334155">24/7 Phone Support</tspan></text> |
| 103 | <text x="898" y="415" text-anchor="start" font-size="15"><tspan fill="#0F172A" font-weight="700">✓</tspan><tspan x="922" fill="#334155">API Integration + Webhook</tspan></text> |
| 104 | <text x="898" y="450" text-anchor="start" font-size="15"><tspan fill="#0F172A" font-weight="700">✓</tspan><tspan x="922" fill="#334155">Custom Workflows</tspan></text> |
| 105 | <text x="898" y="485" text-anchor="start" font-size="15"><tspan fill="#0F172A" font-weight="700">✓</tspan><tspan x="922" fill="#334155">Dedicated Account Manager</tspan></text> |
| 106 | <text x="898" y="520" text-anchor="start" font-size="15"><tspan fill="#0F172A" font-weight="700">✓</tspan><tspan x="922" fill="#334155">99.9% SLA Guarantee</tspan></text> |
| 107 | <rect x="930" y="560" width="200" height="44" rx="22" fill="#FFFFFF" stroke="#0F172A" stroke-width="2"/> |
| 108 | <text x="1030" y="587" text-anchor="middle" |
| 109 | font-size="14" font-weight="700" fill="#0F172A"><tspan>Contact Us</tspan></text> |
| 110 | </g> |
| 111 | |
| 112 | </g> |
| 113 | |
| 114 | <!-- Footer --> |
| 115 | <g id="source" data-pptx-bounds="40 687 1200 33"> |
| 116 | <text x="640" y="710" text-anchor="middle" |
| 117 | font-size="12" fill="#CBD5E1"><tspan>All plans include a 14-day free trial · Upgrade or downgrade anytime</tspan></text> |
| 118 | </g> |
| 119 | </svg> |
| 120 |