diff --git a/apps/marketing-app/src/app/(app)/page.tsx b/apps/marketing-app/src/app/(app)/page.tsx index e709745..659a7b1 100644 --- a/apps/marketing-app/src/app/(app)/page.tsx +++ b/apps/marketing-app/src/app/(app)/page.tsx @@ -15,6 +15,7 @@ import { UseItYourWay } from "../components/use-it-your-way"; import { WaitlistDialog } from "../components/waitlist-dialog"; import { peopleSummary } from "./people-summary"; import { PersonSelect } from "./person-select"; +import { NotificationAnimation } from "../components/notification-animation"; export default async function Page(props: { searchParams: Promise<{ [key: string]: string | string[] | undefined }>; @@ -134,6 +135,11 @@ export default async function Page(props: {
([]);
+ const [isRunning, setIsRunning] = useState(false);
+ const [startTime, setStartTime] = useState+ {notification.title} +
++ {notification.message} +
+