diff --git a/www/app/webinars/[ai-operational-assistant]/page.tsx b/www/app/webinars/[ai-operational-assistant]/page.tsx index e7d229ca..e7c58ad4 100644 --- a/www/app/webinars/[ai-operational-assistant]/page.tsx +++ b/www/app/webinars/[ai-operational-assistant]/page.tsx @@ -1,6 +1,7 @@ "use client"; import { useEffect, useState } from 'react'; import Link from 'next/link'; +import Image from 'next/image'; export default function WebinarPage() { const [countdown, setCountdown] = useState({ @@ -11,11 +12,21 @@ export default function WebinarPage() { }); useEffect(() => { - const targetDate = new Date('2024-02-05T18:00:00Z'); // 12pm CST + const targetDate = new Date('2025-02-05T18:00:00Z'); // 12pm CST const updateCountdown = () => { const now = new Date(); const difference = targetDate.getTime() - now.getTime(); + // If the target date has passed, show all zeros + if (difference < 0) { + setCountdown({ + days: 0, + hours: 0, + minutes: 0, + seconds: 0 + }); + return; + } setCountdown({ days: Math.floor(difference / (1000 * 60 * 60 * 24)), @@ -30,20 +41,20 @@ export default function WebinarPage() { }, []); return ( -
-
-
M
+
+
+ Monadical Logo
FREE WEBINAR
-

+

Building AI-Powered
Operational Assistants

-

+

From Simple Automation to Strategic Implementation

-

+

Wednesday, February 5th @ 12pm CST

@@ -54,78 +65,95 @@ export default function WebinarPage() { { value: countdown.minutes, label: 'MINUTES' }, { value: countdown.seconds, label: 'SECONDS' } ].map((item, index) => ( -
-
{item.value}
-
{item.label}
+
+
{item.value}
+
{item.label}
))}
- - RSVP HERE - +
+ + RSVP HERE + -
-

- The hype around AI 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 will dive into what operational assistants are - and how you can implement them in your organization to deliver real, tangible value. -

+
+

+ The hype around AI 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 will dive into what operational assistants are + and how you can implement them in your organization to deliver real, tangible value. +

+
+ +
+

What We'll Cover:

+
    + {[ + "What an AI operational consultant 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} +
  • + ))} +
+
+ +
+

Who Should Attend:

+
    + {[ + "Operations leaders looking to reduce manual work", + "Technical decision makers evaluating AI solutions", + "Teams concerned about data security and control" + ].map((item, index) => ( +
  • + {item} +
  • + ))} +
+
+ +

+ Plan to walk away with a clear understanding of how to implement AI solutions in your organization, + with live demos of actual implementations and plenty of time for Q&A to address your specific challenges. +

+ + + RSVP HERE +
- -
-

What We'll Cover:

-
    - {[ - "What an AI operational consultant 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} -
  • - ))} -
-
- -
-

Who Should Attend:

-
    - {[ - "Operations leaders looking to reduce manual work", - "Technical decision makers evaluating AI solutions", - "Teams concerned about data security and control" - ].map((item, index) => ( -
  • - {item} -
  • - ))} -
-
- -

- Plan to walk away with a clear understanding of how to implement AI solutions in your organization, - with live demos of actual implementations and plenty of time for Q&A to address your specific challenges. -

- - - RSVP HERE - - -
+
POWERED BY:
- Reflector + + Reflector +
+

+ Reflector +

+

+ Capture the signal, not the noise +

+
+