diff --git a/frontend/public/workmate-icon.png b/frontend/public/workmate-icon.png new file mode 100644 index 0000000..55e44dc Binary files /dev/null and b/frontend/public/workmate-icon.png differ diff --git a/frontend/public/workmate-logo.png b/frontend/public/workmate-logo.png new file mode 100644 index 0000000..b62af1e Binary files /dev/null and b/frontend/public/workmate-logo.png differ diff --git a/frontend/src/public/components/Navbar.tsx b/frontend/src/public/components/Navbar.tsx index 042d2ed..152bbbd 100644 --- a/frontend/src/public/components/Navbar.tsx +++ b/frontend/src/public/components/Navbar.tsx @@ -33,8 +33,12 @@ export function Navbar() { }`} >
- - WorkMate + + WorkMate + + Work + Mate +
diff --git a/frontend/src/public/pages/DemoPage.tsx b/frontend/src/public/pages/DemoPage.tsx index aba455d..5643ac0 100644 --- a/frontend/src/public/pages/DemoPage.tsx +++ b/frontend/src/public/pages/DemoPage.tsx @@ -1,12 +1,64 @@ -import { Play } from "lucide-react"; -import { ComingSoon } from "../components/ComingSoon"; +import { motion } from "motion/react"; +import { Link } from "react-router-dom"; + +const fadeInUp = { + initial: { opacity: 0, y: 24 }, + whileInView: { opacity: 1, y: 0 }, + viewport: { once: true, margin: "-60px" }, + transition: { duration: 0.5 }, +}; export function DemoPage() { return ( - + <> + {/* Header */} +
+

+ Demo +

+

+ See WorkMate in action +

+

+ Watch how WorkMate connects to your Notion workspace and answers + questions with sourced citations. +

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