140 lines
5.3 KiB
PHP
140 lines
5.3 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Motoris Field Sales System</title>
|
|
<meta name="description" content="A comprehensive solution for field sales teams to manage customer visits, orders, and performance.">
|
|
<meta name="keywords" content="field sales, crm, sales management, motoris, mobile sales, order tracking, payment processing, gps tracking, vehicle stock, sales performance, Built with Flatlogic Generator">
|
|
<meta property="og:title" content="Motoris Field Sales System">
|
|
<meta property="og:description" content="A comprehensive solution for field sales teams to manage customer visits, orders, and performance.">
|
|
<meta property="og:image" content="">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:image" content="">
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
font-family: 'Inter', sans-serif;
|
|
background-color: #F8F9FA;
|
|
color: #212529;
|
|
}
|
|
.navbar {
|
|
background-color: #FFFFFF;
|
|
box-shadow: 0 2px 4px rgba(0,0,0,.05);
|
|
}
|
|
.navbar-brand {
|
|
font-weight: 700;
|
|
color: #0052CC !important;
|
|
}
|
|
.hero {
|
|
background: linear-gradient(45deg, #0052CC, #007BFF);
|
|
color: white;
|
|
padding: 6rem 0;
|
|
text-align: center;
|
|
}
|
|
.hero h1 {
|
|
font-weight: 700;
|
|
font-size: 3.5rem;
|
|
}
|
|
.hero p {
|
|
font-size: 1.25rem;
|
|
max-width: 600px;
|
|
margin: 1rem auto;
|
|
}
|
|
.btn-primary {
|
|
background-color: #FF9800;
|
|
border-color: #FF9800;
|
|
font-weight: 600;
|
|
padding: 0.75rem 1.5rem;
|
|
border-radius: 50px;
|
|
transition: all 0.3s ease;
|
|
}
|
|
.btn-primary:hover {
|
|
background-color: #E68900;
|
|
border-color: #E68900;
|
|
transform: translateY(-2px);
|
|
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
|
|
}
|
|
.section {
|
|
padding: 4rem 0;
|
|
}
|
|
.feature-icon {
|
|
font-size: 3rem;
|
|
color: #0052CC;
|
|
}
|
|
.footer {
|
|
background-color: #343A40;
|
|
color: white;
|
|
padding: 2rem 0;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<nav class="navbar navbar-expand-lg navbar-light sticky-top">
|
|
<div class="container">
|
|
<a class="navbar-brand" href="#">Motoris Field Sales</a>
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navbarNav">
|
|
<ul class="navbar-nav ms-auto">
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="#features">Features</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="users.php">Manage Users</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<header class="hero">
|
|
<div class="container">
|
|
<h1>Streamline Your Field Sales Operations</h1>
|
|
<p>The all-in-one app for your sales team to track visits, manage orders, and boost performance.</p>
|
|
<a href="users.php" class="btn btn-primary">Get Started <i class="bi bi-arrow-right-circle-fill"></i></a>
|
|
</div>
|
|
header>
|
|
|
|
<section id="features" class="section">
|
|
<div class="container text-center">
|
|
<h2 class="mb-5">Core Features</h2>
|
|
<div class="row">
|
|
<div class="col-md-4 mb-4">
|
|
<i class="bi bi-geo-alt-fill feature-icon mb-3"></i>
|
|
<h3>Visit & GPS Tracking</h3>
|
|
<p>Record client visits with notes, photos, and precise GPS location.</p>
|
|
</div>
|
|
<div class="col-md-4 mb-4">
|
|
<i class="bi bi-box-seam-fill feature-icon mb-3"></i>
|
|
<h3>Order & Stock Management</h3>
|
|
<p>Input orders, check vehicle stock, and manage payments on the go.</p>
|
|
</div>
|
|
<div class="col-md-4 mb-4">
|
|
<i class="bi bi-graph-up-arrow feature-icon mb-3"></i>
|
|
<h3>Performance Dashboards</h3>
|
|
<p>View daily performance, track sales history, and get insights.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<p>© <?php echo date("Y"); ?> Motoris Field Sales. All Rights Reserved.</p>
|
|
<p>Built with <a href="https://flatlogic.com" class="text-white">Flatlogic</a></p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|