diff --git a/app/admin/login/page.tsx b/app/admin/login/page.tsx index 310a3de..b026bd6 100644 --- a/app/admin/login/page.tsx +++ b/app/admin/login/page.tsx @@ -1,65 +1,59 @@ "use client"; import { useState } from "react"; +import { Input } from "@/components/ui/input"; +import { Label } from "@/components/ui/label"; +import { Button } from "@/components/ui/button"; export default function AdminLoginPage() { - const [email, setEmail] = useState(""); - const [password, setPassword] = useState(""); + const [email, setEmail] = useState(""); + const [password, setPassword] = useState(""); - const handleSubmit = (e: React.FormEvent) => { - e.preventDefault(); - console.log({ email, password }); - }; + const handleSubmit = (e: React.FormEvent) => { + e.preventDefault(); + console.log({ email, password }); + }; - return ( -
- Sign in to access the admin dashboard -
-+ Sign in to access the admin dashboard +
+- Choose the application you want to start. +
+ Learn from our executive strategy playbook
+ and get access to our network of strategic leaders.
- UI only for now — submitting will log your inputs to the console. + Tell us more about your startup!
+Application submitted successfully!
+ )} + {status === "error" && ( +Something went wrong. Please try again.
+ )} + +
- Our philosophy is simple: hire great people and give them
- the resources and support to do their best work.
+ Our philosophy is simple: hire great people and give them the resources and support to do their best work.
- {member.title} -
-- {member.bio} -
-+
Join hundreds of successful startups in our program
{ - e.currentTarget.style.backgroundColor = '#ffffff'; - e.currentTarget.style.color = '#000000'; - }} - onMouseLeave={(e) => { - e.currentTarget.style.backgroundColor = '#000000'; - e.currentTarget.style.color = '#ffffff'; + borderRadius: '8px', + border: '2px solid #000', + transition: 'all 0.2s ease', }} + onMouseEnter={(e) => { e.currentTarget.style.backgroundColor = '#fff'; e.currentTarget.style.color = '#000'; }} + onMouseLeave={(e) => { e.currentTarget.style.backgroundColor = '#000'; e.currentTarget.style.color = '#fff'; }} > Apply Now @@ -209,75 +138,26 @@ export default function AboutUs() { {/* Contact Section */}- Have questions? We'd love to hear from you. -
-Have questions? We'd love to hear from you.
++ {title} +
++ {bio} +
+