diff --git a/RestroHub-FrontEnd/src/pages/public/Landing.jsx b/RestroHub-FrontEnd/src/pages/public/Landing.jsx index 2965882..f5004e7 100644 --- a/RestroHub-FrontEnd/src/pages/public/Landing.jsx +++ b/RestroHub-FrontEnd/src/pages/public/Landing.jsx @@ -20,12 +20,56 @@ import { Sparkles } from 'lucide-react'; +// ============================ +// DEMO MODAL +// ============================ +const DemoModal = ({ onClose }) => { + return ( +
+
e.stopPropagation()} + className="w-full max-w-3xl overflow-hidden rounded-2xl bg-white shadow-2xl" + > + {/* Header */} +
+

Restroly Demo

+ +
+ + {/* Video */} +
+