+ ФИО +
*/} ++ {fullName} +
+ + {/* Рейтинг + звезды */} ++ Дата рождения: {birthDate} +
++ Почта: example@mail.com +
++ Телефон: +7 (900) 000-00-00 +
+diff --git a/app/ProfilePage/page.jsx b/app/ProfilePage/page.jsx new file mode 100644 index 0000000..613d788 --- /dev/null +++ b/app/ProfilePage/page.jsx @@ -0,0 +1,109 @@ +"use client"; + +import React from "react"; +import { useRouter } from "next/navigation"; +import { FaUserCircle, FaStar } from "react-icons/fa"; +import TabBar from "../components/TabBar"; + +const ProfilePage = () => { + const router = useRouter(); + + const fullName = "Иванов Александр Сергеевич"; + const birthDate = "12.03.1990"; + const rating = 4.8; + + return ( +
+ ФИО +
*/} ++ {fullName} +
+ + {/* Рейтинг + звезды */} ++ Дата рождения: {birthDate} +
++ Почта: example@mail.com +
++ Телефон: +7 (900) 000-00-00 +
+Причина отказа
@@ -147,7 +147,7 @@ const RequestDetailsModal = ({ request, onClose }) => {+ Александр +
++ {req.title} +
++ {req.address} +
+ {req.distance && ( ++ Расстояние: {req.distance} +
+ )} +