Flatlogic Bot 92ec45d230 1.0
2025-11-15 18:56:12 +00:00

48 lines
2.7 KiB
HTML

{% extends "base.html" %}
{% block content %}
<div class="container">
<section class="hero-section">
<h1 class="display-4">Win More Tenders with <span class="text-primary">AI-Powered</span> Management</h1>
<p class="lead">
Complete tender lifecycle management from opportunity discovery to project delivery.
</p>
<p>
<a href="#" class="btn btn-primary btn-lg">Get Started</a>
</p>
</section>
<section class="features-section">
<h2 class="text-center mb-5">Key Features</h2>
<div class="row">
<div class="col-md-4">
<div class="feature-card">
<div class="feature-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>
</div>
<h3>Tender Discovery</h3>
<p>Find relevant tenders with our powerful search and filtering capabilities.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-card">
<div class="feature-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg>
</div>
<h3>Document Management</h3>
<p>Organize and manage all your tender-related documents in one place.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-card">
<div class="feature-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg>
</div>
<h3>Collaboration</h3>
<p>Collaborate with your team and track progress with our workflow tools.</p>
</div>
</div>
</div>
</section>
</div>
{% endblock %}