spb/company-atlas
Public
Python 66.3%
TypeScript 22.7%
JavaScript 8.6%
HTML 1.4%
CSS 0.7%
1<!doctype html>2<html lang="en">3<head><title>Pricing — Similar Example</title></head>4<body>5<header class="site-header"><nav><a href="/">Home</a><a href="/pricing">Pricing</a></nav></header>6<main>7 <section class="hero pricing-card">8 <h1>Win your market with Similar Example for businesses</h1>9 <p>Get the insights you need to outperform the competition.</p>10 <a href="/contact-sales">Talk to sales</a>11 </section>12 <section class="pricing-grid">13 <h2>Plans</h2>14 <div class="pricing-card">15 <h3>Free</h3>16 <p class="price">$0 forever</p>17 <ul><li>1 user</li><li>Basic reports</li></ul>18 </div>19 <div class="pricing-card">20 <h3>Starter</h3>21 <p class="price">$125 per month, billed annually</p>22 <ul><li>1 user</li><li>3 months of data</li></ul>23 <a href="/signup?plan=starter">Start now</a>24 </div>25 <div class="pricing-card">26 <h3>Team</h3>27 <p class="price">Starting at €333 / month</p>28 <ul><li>3 users</li><li>15 months of data</li></ul>29 </div>30 <div class="pricing-card">31 <p class="eyebrow">Most popular</p>32 <h3>Business</h3>33 <p class="price">US$ 1,199 per user / month</p>34 <ul><li>5 users</li><li>Custom data</li></ul>35 </div>36 <div class="pricing-card">37 <h3>Enterprise</h3>38 <p class="price">Talk to sales</p>39 <ul><li>Unlimited users</li><li>Dedicated success manager</li></ul>40 </div>41 <div class="pricing-card">42 <h3>Worry-free roaming.</h3>43 <p>Stay connected in the U.S. ($13/day) and over 200 international destinations with our roaming add-on for travellers.</p>44 </div>45 <div class="pricing-card">46 <h3>Unlock the full potential of your data</h3>47 <p class="price">$49 per month</p>48 </div>49 <div class="pricing-card">50 <h3>Add-on: extra seats</h3>51 <p>Bring the whole team along, more information on request.</p>52 </div>53 </section>54</main>55<footer class="site-footer"><p>© 2026 Similar Example</p></footer>56</body></html>57