} />
} />
diff --git a/src/pages/LandingPage.tsx b/src/pages/LandingPage.tsx
index 3aa0505..018a1ba 100644
--- a/src/pages/LandingPage.tsx
+++ b/src/pages/LandingPage.tsx
@@ -1,13 +1,16 @@
-import { useQuery } from 'convex/react'
+import { useAuthActions } from '@convex-dev/auth/react'
+import { Authenticated, Unauthenticated, useQuery } from 'convex/react'
import { useNavigate } from 'react-router-dom'
import {
ProfileCardContent,
profileCardClasses,
} from '@/components/ProfileCard'
+import { Button } from '@/components/ui/button'
import { api } from '../../convex/_generated/api'
export default function LandingPage() {
const navigate = useNavigate()
+ const { signIn } = useAuthActions()
const profiles = useQuery(api.profiles.listPublic)
return (
@@ -20,10 +23,32 @@ export default function LandingPage() {
Manage your Meshtastic fleet
-
+
Create custom profiles, build firmware in the cloud, and flash
directly from your browser.
+
+
+
+
+
+
+
+