'use client'; import { ArrowRight, BarChart3, Megaphone, Rocket, Users, CheckCircle, Menu, Clock, Layers, Search, TrendingUp, Calendar, Layout, UserCheck, Zap, Smartphone, Globe, LayoutGrid, WifiOff, Trash2, CalendarCheck, QrCode, Percent, Tags } from 'lucide-react'; import { motion } from 'framer-motion'; import Navbar from '@/components/Navbar'; import Footer from '@/components/Footer'; import FeatureQuickNav from '@/components/FeatureQuickNav'; const TableReservationPage = () => { return (
{/* SECTION 1: HERO/OVERVIEW */}

TABLE RESERVATION

Experience a smarter table reservation system that keeps your dining floor organized even during peak hours.

{/* 3 Columns Layout with Bordered Cards */}
{/* Speed Seating */}

Speed Seating

Manage table assignments instantly with a visual floor layout designed for busy restaurants.

{/* Reservation Tracking */}

Reservation Tracking

Keep all reservations organized and avoid double bookings with a real-time reservation calendar.

{/* Guest Flow Control */}

Guest Flow Control

Reduce waiting times and optimize seating to increase table turnover.

{/* SECTION 2: TABLE RESERVATION SPLIT */}
{/* Left: Illustration Graphic */}
{/* Central Icon */}
{/* Floating Icons */}
{/* Right: Text Content */}
TABLE RESERVATION

Master Your Restaurant Seating

Give your host team complete control over reservations, walk-ins, and table assignments. Dine360 provides a digital floor layout so your team always knows which tables are available, reserved, or occupied.

Real-time table status
Reservation scheduling
Waitlist management
POS integration
{/* SECTION 3: FLOOR MANAGEMENT (Stats) */}
Section Visibility
Optimized Layout
Active Tables 24/30
Queue Status Live Sync
Section 3: FLOOR MANAGEMENT

Built for Busy Dining Rooms

Never lose track of your tables. Our intelligent system ensures hosts can seat guests quickly and manage reservations without confusion.

99.99%
Reservation Sync Reliability
Instant
Table Status Updates
Live View
Floor Layout Monitoring
{/* SECTION 4: DETAILED FEATURES (Light) */}

Everything You Need to Manage Tables

Our reservation system gives your staff complete visibility into table availability and guest flow.

{[ { icon: , title: "Table Layout Management", desc: "Visualize your entire restaurant floor and assign tables quickly." }, { icon: , title: "Reservation Calendar", desc: "Manage upcoming reservations and guest bookings effortlessly." }, { icon: , title: "Waitlist Management", desc: "Handle walk-in guests and reduce waiting times during peak hours." }, { icon: , title: "Table Status Updates", desc: "Instantly update table availability when guests arrive or leave." } ].map((feature, i) => (
{feature.icon}

{feature.title}

{feature.desc}

))}
{/* SECTION 5: INTEGRATION */}

Works Seamlessly With Your Restaurant System

Dine360 Table Reservation integrates with your entire restaurant workflow to ensure smooth service.

    {[ "POS billing sync", "Customer profile integration", "Order management connection", "Reservation notifications" ].map((item, idx) => (
  • {item}
  • ))}
{/* Decorative background */}
System Status
Synchronized
POS Link
Active
CRM Sync
Encrypted
Reservation Alerts
Push Notifications Enabled
{/* QUICK NAV */} {/* CTA SECTION */}

Ready to Optimize Your Seating?

Join hundreds of restaurants that use Dine360 to manage their reservations with precision and style.

); }; export default TableReservationPage;