diff --git a/www/app/webinars/[title]/page.tsx b/www/app/webinars/[title]/page.tsx index f8642bb1..33d2bfe0 100644 --- a/www/app/webinars/[title]/page.tsx +++ b/www/app/webinars/[title]/page.tsx @@ -92,6 +92,144 @@ export default function WebinarPage(details: WebinarDetails) { return <>{roomUrl && }; } + if (status === WebinarStatus.Ended) { + return ( +
+
+ + Monadical Logo + +
+ FREE RECORDING +
+ +

+ Building AI-Powered +
+ Operational Assistants +

+ +

+ From Simple Automation to Strategic Implementation +

+ + Webinar Preview + +
+ + +
+

+ The hype around Al agents might be a little premature. But + operational assistants are very real, available today, and can + unlock your team to do their best work. +

+

+ In this session,{" "} + + Monadical + {" "} + cofounder Max McCrea dives into what operational assistants are + and how you can implement them in your organization to deliver + real, tangible value. +

+
+ +
+

What We Cover:

+
    + {[ + "What an AI operational assistant is (and isn't).", + "Example use cases for how they can be implemented across your organization.", + "Key security and design considerations to avoid sharing sensitive data with outside platforms.", + "Live demos showing both entry-level and advanced implementations.", + "How you can start implementing them to immediately unlock value.", + ].map((item, index) => ( +
  • + {item} +
  • + ))} +
+
+ +

+ You'll walk away with a clear understanding of how to implement Al + solutions in your organization, with several demos of actual + implementations. +

+ +
+

+ To Watch This Webinar, Fill Out the Brief Form Below: +

+ + Get instant access + +
+
+
+ POWERED BY: +
+ + Reflector +
+

+ Reflector +

+

+ Capture the signal, not the noise +

+
+ +
+
+
+ ); + } + return (
diff --git a/www/public/webinar-preview.png b/www/public/webinar-preview.png new file mode 100644 index 00000000..83469552 Binary files /dev/null and b/www/public/webinar-preview.png differ