diff --git a/apps/Client/src/pages/Login/LoginPage.tsx b/apps/Client/src/pages/Login/LoginPage.tsx new file mode 100644 index 0000000..bacce11 --- /dev/null +++ b/apps/Client/src/pages/Login/LoginPage.tsx @@ -0,0 +1,104 @@ +import React from 'react'; +import { useForm } from 'react-hook-form'; + +// Import your logo and button here +import riderPhoto from "../Auth/Images/image 4.png"; +import Button from '../../components/Button'; +import riderLogo from "../Auth/Images/Logo.png"; +import Icon from "../Auth/Images/Icon (1).png"; +import Vector from "../Auth/Images/Vector (1).png" + +const LoginPage: React.FC = () => { + const { register, handleSubmit } = useForm(); + + const onSubmit = (data: unknown) => { + // Handle the logic for requesting a rider using the form data + console.log('Requesting rider with data:', data); + // Add additional logic such as sending a request to your backend + }; + + return ( +
+ Delivery service just got
+ easier, elegant & superb
+ with Ryder
+