33965-vm/index.php
Flatlogic Bot da1e1b352b UPDATED
2025-09-11 06:06:10 +00:00

266 lines
14 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EventFlow - Effortless Event Management</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
</head>
<body>
<!-- Header -->
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-transparent fixed-top">
<div class="container">
<a class="navbar-brand fw-bold" href="#">EventFlow</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="#testimonials">Testimonials</a></li>
<li class="nav-item"><a class="nav-link" href="#faq">FAQ</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
<a href="#contact" class="btn btn-light ms-lg-3">Sign Up</a>
</div>
</div>
</nav>
</header>
<main>
<!-- Hero Section -->
<section class="hero">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h1 class="display-4">UPDATED</h1>
<p class="lead my-4">Your all-in-one solution to plan, manage, and execute flawless events. From small gatherings to large corporate affairs.</p>
<a href="#contact" class="btn btn-light btn-lg">Get Started Free</a>
<a href="#" class="btn btn-outline-light btn-lg ms-2">See a Demo</a>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="section-padding">
<div class="container">
<div class="row text-center">
<div class="col-md-4 mb-4">
<div class="card h-100 p-4">
<i class="bi bi-calendar-check display-4 text-primary"></i>
<h3 class="h4 my-3">Venue Management</h3>
<p>Keep an eye on all available event spaces, including their size, special features, and availability.</p>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card h-100 p-4">
<i class="bi bi-people display-4 text-primary"></i>
<h3 class="h4 my-3">Vendor Coordination</h3>
<p>Organize your go-to caterers, decorators, and entertainers with all their info and ratings in one place.</p>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card h-100 p-4">
<i class="bi bi-person-check display-4 text-primary"></i>
<h3 class="h4 my-3">Guest & Schedule Tracking</h3>
<p>Manage guest lists, RSVPs, dietary needs, and event timelines from a single, easy-to-use dashboard.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Value Section 1 -->
<section class="section-padding bg-white">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<img src="https://picsum.photos/seed/event-dashboard/800/600" class="img-fluid rounded" alt="A clean, modern dashboard interface for event management.">
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<h2>All Your Tools in One Dashboard</h2>
<p class="lead">Stop juggling spreadsheets, emails, and notes. EventFlow brings every aspect of your event planning into a single, intuitive interface.</p>
</div>
</div>
</div>
</section>
<!-- Value Section 2 -->
<section class="section-padding">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-2">
<img src="https://picsum.photos/seed/event-budget/800/600" class="img-fluid rounded" alt="A visual representation of budget tracking with charts and graphs.">
</div>
<div class="col-lg-6 order-lg-1 mt-4 mt-lg-0">
<h2>Stay on Budget, Every Time</h2>
<p class="lead">Our dedicated finance tools help you manage everything from initial deposits to final payments, ensuring you never lose track of your spending.</p>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials" class="section-padding bg-white">
<div class="container">
<h2 class="text-center mb-5">Loved by Planners Everywhere</h2>
<div class="row">
<div class="col-md-4 mb-4">
<div class="card p-4 text-center">
<img src="https://picsum.photos/seed/avatar1/96/96" class="rounded-circle mx-auto" alt="Customer avatar.">
<p class="mt-3"><em>"EventFlow transformed how we manage our corporate events. It's a game-changer."</em></p>
<footer class="blockquote-footer mt-2">Jane Doe, <cite>Corporate Planner</cite></footer>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card p-4 text-center">
<img src="https://picsum.photos/seed/avatar2/96/96" class="rounded-circle mx-auto" alt="Customer avatar.">
<p class="mt-3"><em>"The vendor and guest management features saved me countless hours. Highly recommended!"</em></p>
<footer class="blockquote-footer mt-2">John Smith, <cite>Wedding Coordinator</cite></footer>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card p-4 text-center">
<img src="https://picsum.photos/seed/avatar3/96/96" class="rounded-circle mx-auto" alt="Customer avatar.">
<p class="mt-3"><em>"Finally, a tool that understands the complexities of event planning. Simple and powerful."</em></p>
<footer class="blockquote-footer mt-2">Sam Wilson, <cite>Freelance Organizer</cite></footer>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section id="faq" class="section-padding">
<div class="container">
<h2 class="text-center mb-5">Frequently Asked Questions</h2>
<div class="accordion" id="faqAccordion">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Is there a free trial?
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#faqAccordion">
<div class="accordion-body">
Yes! We offer a 14-day free trial with full access to all features. No credit card required.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
What kind of support do you offer?
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#faqAccordion">
<div class="accordion-body">
We offer 24/7 email support and dedicated account managers for our enterprise clients.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Can I import existing data?
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#faqAccordion">
<div class="accordion-body">
Absolutely. You can easily import guest lists, vendor contacts, and schedules from CSV files.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact/Lead Capture Section -->
<section id="contact" class="section-padding bg-white">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2>Get Started with EventFlow</h2>
<p class="lead mb-5">Sign up today and see how easy event management can be.</p>
<form id="contactForm" class="needs-validation" novalidate>
<div class="mb-3 text-start">
<label for="name" class="form-label">Name</label>
<input type="text" class="form-control" id="name" required>
<div class="invalid-feedback">Please enter your name.</div>
</div>
<div class="mb-3 text-start">
<label for="email" class="form-label">Email</label>
<input type="email" class="form-control" id="email" required>
<div class="invalid-feedback">Please enter a valid email address.</div>
</div>
<div class="mb-3 text-start">
<label for="message" class="form-label">Message</label>
<textarea class="form-control" id="message" rows="4" required></textarea>
<div class="invalid-feedback">Please enter a message.</div>
</div>
<button type="submit" class="btn btn-primary btn-lg">Send Message</button>
</form>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer py-5">
<div class="container">
<div class="row">
<div class="col-lg-4 mb-4">
<h5 class="fw-bold">EventFlow</h5>
<p class="text-muted">The future of event management.</p>
</div>
<div class="col-6 col-lg-2 offset-lg-1 mb-3">
<h5>Product</h5>
<ul class="list-unstyled">
<li><a href="#features" class="text-muted">Features</a></li>
<li><a href="#" class="text-muted">Pricing</a></li>
<li><a href="#" class="text-muted">Demo</a></li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-3">
<h5>Company</h5>
<ul class="list-unstyled">
<li><a href="#" class="text-muted">About Us</a></li>
<li><a href="#" class="text-muted">Blog</a></li>
<li><a href="#" class="text-muted">Careers</a></li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-3">
<h5>Legal</h5>
<ul class="list-unstyled">
<li><a href="#" class="text-muted">Privacy Policy</a></li>
<li><a href="#" class="text-muted">Terms of Service</a></li>
</ul>
</div>
</div>
<hr>
<div class="d-flex justify-content-between align-items-center">
<p class="text-muted mb-0">&copy; <?php echo date("Y"); ?> EventFlow. All rights reserved.</p>
<div>
<a href="#" class="text-muted me-3"><i class="bi bi-twitter"></i></a>
<a href="#" class="text-muted me-3"><i class="bi bi-facebook"></i></a>
<a href="#" class="text-muted"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</footer>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<!-- Custom JS -->
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
</body>
</html>