Update project URLs and pricing model

- Fix repository URL from GitHub to GitLab (git.nexlab.net/SexHackMe/vidai)
- Update landing page to show token packages instead of subscription plans
- Change pricing section to reflect database-configured token packages
- Update footer links to point to correct repository
parent 60b4dbaa
...@@ -57,10 +57,10 @@ The application uses a multi-process architecture for optimal performance: ...@@ -57,10 +57,10 @@ The application uses a multi-process architecture for optimal performance:
### Quick Start ### Quick Start
1. **Clone the repository:** 1. **Clone the repository:**
```bash ```bash
git clone https://github.com/sexhack/vidai.git git clone https://git.nexlab.net/SexHackMe/vidai.git
cd vidai cd vidai
``` ```
2. **Setup environment:** 2. **Setup environment:**
```bash ```bash
......
...@@ -491,46 +491,46 @@ ...@@ -491,46 +491,46 @@
<section class="pricing"> <section class="pricing">
<div class="container"> <div class="container">
<h2>Simple, Transparent Pricing</h2> <h2>Token Packages</h2>
<div class="subtitle">Pay only for what you process. No hidden fees, no subscriptions.</div> <div class="subtitle">Purchase tokens to use for AI analysis. Prices and quantities are configured in the database.</div>
<div class="pricing-grid"> <div class="pricing-grid">
<div class="pricing-card"> <div class="pricing-card">
<h3>Starter</h3> <h3>Small Package</h3>
<div class="price">Free</div> <div class="price">$4.99</div>
<ul class="pricing-features"> <ul class="pricing-features">
<li>100 analysis tokens</li> <li>500 analysis tokens</li>
<li>Basic scene detection</li> <li>Basic scene detection</li>
<li>Standard quality processing</li> <li>Standard quality processing</li>
<li>Email support</li> <li>Email support</li>
</ul> </ul>
<a href="/register" class="btn btn-primary">Get Started</a> <a href="/purchase" class="btn btn-primary">Buy Now</a>
</div> </div>
<div class="pricing-card popular"> <div class="pricing-card popular">
<h3>Professional</h3> <h3>Medium Package</h3>
<div class="price">$0.10<span>/token</span></div> <div class="price">$9.99</div>
<ul class="pricing-features"> <ul class="pricing-features">
<li>1,200 analysis tokens</li>
<li>Advanced AI analysis</li> <li>Advanced AI analysis</li>
<li>High-quality processing</li> <li>High-quality processing</li>
<li>Content categorization</li> <li>Content categorization</li>
<li>Performance analytics</li>
<li>Priority support</li> <li>Priority support</li>
</ul> </ul>
<a href="/register" class="btn btn-primary">Start Professional</a> <a href="/purchase" class="btn btn-primary">Buy Now</a>
</div> </div>
<div class="pricing-card"> <div class="pricing-card">
<h3>Enterprise</h3> <h3>Large Package</h3>
<div class="price">$0.05<span>/token</span></div> <div class="price">$19.99</div>
<ul class="pricing-features"> <ul class="pricing-features">
<li>Everything in Professional</li> <li>3,000 analysis tokens</li>
<li>Custom AI models</li> <li>Everything in Medium</li>
<li>Dedicated cloud GPUs</li> <li>Performance analytics</li>
<li>API access</li> <li>API access included</li>
<li>24/7 phone support</li> <li>24/7 support</li>
</ul> </ul>
<a href="/contact" class="btn btn-secondary">Contact Sales</a> <a href="/purchase" class="btn btn-primary">Buy Now</a>
</div> </div>
</div> </div>
</div> </div>
...@@ -554,7 +554,7 @@ ...@@ -554,7 +554,7 @@
<div class="footer-section"> <div class="footer-section">
<h3>Community</h3> <h3>Community</h3>
<p><a href="https://github.com/sexhack/vidai" target="_blank">GitHub Repository</a></p> <p><a href="https://git.nexlab.net/SexHackMe/vidai" target="_blank">GitLab Repository</a></p>
<p><a href="https://www.sexhack.me" target="_blank">SexHack.me</a></p> <p><a href="https://www.sexhack.me" target="_blank">SexHack.me</a></p>
<p><a href="/blog">Developer Blog</a></p> <p><a href="/blog">Developer Blog</a></p>
<p><a href="/contact">Contact Us</a></p> <p><a href="/contact">Contact Us</a></p>
...@@ -570,7 +570,7 @@ ...@@ -570,7 +570,7 @@
<div class="copyright"> <div class="copyright">
<p>&copy; 2024 Video AI Pro. All rights reserved. | Created by <a href="https://www.sexhack.me" style="color: #667eea;">SexHack.me</a></p> <p>&copy; 2024 Video AI Pro. All rights reserved. | Created by <a href="https://www.sexhack.me" style="color: #667eea;">SexHack.me</a></p>
<p>Licensed under <a href="/license" style="color: #667eea;">GPLv3</a> | <a href="https://github.com/sexhack/vidai" style="color: #667eea;">View Source</a></p> <p>Licensed under <a href="/license" style="color: #667eea;">GPLv3</a> | <a href="https://git.nexlab.net/SexHackMe/vidai" style="color: #667eea;">View Source</a></p>
</div> </div>
</div> </div>
</footer> </footer>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment