diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..7643ab9 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,45 @@ + +:root { + --bs-primary-rgb: 13, 110, 253; + --bs-secondary-rgb: 108, 117, 125; + --bs-success-rgb: 25, 135, 84; + --background-color: #F8F9FA; + --surface-color: #FFFFFF; + --font-family-sans-serif: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; +} + +body { + font-family: var(--font-family-sans-serif); + background-color: var(--background-color); +} + +.navbar-sticky { + transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; +} + +.navbar-sticky.scrolled { + background-color: rgba(255, 255, 255, 0.95) !important; + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); +} + +.hero { + background: linear-gradient(to right, rgba(13, 110, 253, 0.8), rgba(10, 88, 202, 0.8)), url('https://picsum.photos/1600/900') no-repeat center center; + background-size: cover; + color: white; +} + +.section-icon { + font-size: 2.5rem; + color: var(--bs-primary); +} + +.testimonial-card img { + width: 96px; + height: 96px; + object-fit: cover; +} + +.form-control:focus { + box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25); + border-color: rgba(var(--bs-primary-rgb), 0.5); +} diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..7d34b11 --- /dev/null +++ b/assets/js/main.js @@ -0,0 +1,40 @@ + +document.addEventListener('DOMContentLoaded', function () { + // Navbar shrink on scroll + const navbar = document.querySelector('.navbar-sticky'); + if (navbar) { + const handleScroll = () => { + if (window.scrollY > 50) { + navbar.classList.add('scrolled'); + } else { + navbar.classList.remove('scrolled'); + } + }; + window.addEventListener('scroll', handleScroll); + handleScroll(); // Initial check + } + + // Smooth scroll for anchor links + document.querySelectorAll('a[href^="#"]').forEach(anchor => { + anchor.addEventListener('click', function (e) { + e.preventDefault(); + const targetId = this.getAttribute('href'); + const targetElement = document.querySelector(targetId); + if(targetElement) { + targetElement.scrollIntoView({ behavior: 'smooth' }); + } + }); + }); + + // Client-side form validation + const form = document.querySelector('.needs-validation'); + if (form) { + form.addEventListener('submit', function (event) { + if (!form.checkValidity()) { + event.preventDefault(); + event.stopPropagation(); + } + form.classList.add('was-validated'); + }, false); + } +}); diff --git a/index.php b/index.php index f390d93..af9fb60 100644 --- a/index.php +++ b/index.php @@ -1,198 +1,239 @@ + - BrewFlow - Manage Your Coffee Business + EventFlow - Effortless Event Management - - + + + + + + - - - - -
-
-

Manage Your Coffee Empire, Seamlessly.

-

The ultimate toolkit for your online coffee business. From bean to cup, we've got you covered.

- Start Free Trial - See Features -
+
- -
-
-

Everything You Need to Succeed

-
-
- -

Blend Management

-

Perfect your coffee offerings. Manage inventory, pricing, and stock levels with ease.

-
-
- -

Order Tracking

-

From grind to doorstep. Oversee every customer order in one centralized system.

-
-
- -

Customer Insights

-

Know your customers. Keep a detailed database with order history and preferences.

-
+
+ +
+
+

Updated

+

From small gatherings to large corporate affairs, manage venues, vendors, guests, and budgets all in one place.

+ Get Started for Free + How it Works
-
-
+ - -
-
-
-
- A close-up of various coffee beans in rustic bowls. -
-
-

Data-Driven Decisions to Boost Your Sales

-

Our powerful reporting tools give you real-time analytics on sales trends and customer behavior. Stop guessing and start growing your coffee business with actionable insights.

- Learn More -
-
-
-
- - -
-
-

Loved by Coffee Entrepreneurs

-
-
-
- Pleased customer avatar -

"BrewFlow revolutionized how we manage our inventory! What used to take hours now takes minutes."

-

- Sarah L., Roast Master

+ +
+
+

Everything you need, nothing you don't.

+
+
+
+
Venue Management
+

Track spaces, features, and availability in real-time.

-
-
-
- Pleased customer avatar -

"The order management system is a lifesaver. We can finally track everything from a single dashboard."

-

- Mike R., Cafe Owner

+
+
+
Vendor Coordination
+

Organize caterers, decorators, and entertainers seamlessly.

-
-
-
- Pleased customer avatar -

"Finally, a tool that understands the coffee business. The customer insights are pure gold."

-

- Chen W., Subscription Box CEO

+
+
+
Guest Lists
+

Manage RSVPs and special requests with ease.

-
-
+
- -
-
-
-
-

Frequently Asked Questions

-
-
-

- -

-
-
Yes! BrewFlow is designed for simplicity. You can get your dashboard configured and import your existing data in under an hour. No technical skills required.
+ +
+
+
+
+

All-in-One Dashboard

+

Get a bird's-eye view of your entire event pipeline. From the first vendor call to the final guest thank-you note, our intuitive dashboard keeps you in complete control.

+
+
+ A clean and intuitive dashboard interface for event planning. +
+
+
+
+ + +
+
+
+
+

Seamless Collaboration

+

Keep your team, clients, and vendors on the same page. Share schedules, update contact lists, and communicate changes instantly, reducing friction and preventing mistakes.

+
+
+ A team of event planners collaborating effectively. +
+
+
+
+ + +
+
+

Loved by event planners worldwide

+
+
+
+
+ Customer avatar +

"EventFlow saved us countless hours. It's the first thing we open and the last thing we close each day."

+
Jane Doe, Corporate Events Inc.
-
-

- -

-
-
We support all major payment gateways, including Stripe, PayPal, and Square, to ensure you never miss a sale.
+
+
+
+
+ Customer avatar +

"The vendor management feature alone is worth its weight in gold. Highly recommended!"

+
John Smith, Wedding Planners Co.
-
-

- -

-
-
Absolutely. Our platform includes robust tools for managing recurring orders and subscriptions, helping you build a loyal customer base.
+
+
+
+
+ Customer avatar +

"Finally, a tool that understands the chaos of event planning and tames it beautifully."

+
-
-
+
- -
-
-
-
-

Ready to Grow Your Business?

-

Drop us a line and we'll get you set up with a free, no-obligation trial.

-
-
-
- + +
+
+
+
+

Frequently Asked Questions

+
+
+

+ +

+
+
+ Yes! You can get started for free with our basic plan, which includes all the core features for managing a single event. No credit card required. +
+
+
+
+

+ +

+
+
+ Absolutely. We support importing guest lists, vendor contacts, and budget spreadsheets from CSV files to get you up and running quickly. +
+
+
+
+

+ +

+
+
+ We take security seriously. All data is encrypted in transit and at rest, and we follow industry best practices to ensure your information is safe. +
+
+
+
+
+
+
+
+ + +
+
+
+
+

Get Started Today

+

Have questions or want a demo? Drop us a line.

+ +
+ +
Please enter your name.
-
- +
+ +
Please enter a valid email address.
-
-
- -
Please enter a message.
-
- - +
+ + +
Please enter a message.
+
+ + +
-
-
+ + -