This commit is contained in:
2025-08-06 21:00:51 +02:00
parent 2c8f1bcca0
commit b288b29e35
6 changed files with 464 additions and 1050 deletions
@@ -8,6 +8,9 @@ import PopUp from "../../components/PopUp/PopUp"
import Logo from "../../assets/pictures/Logo.jsx"
import Navbar from "../../components/Navbar/Navbar"
import Footer from "../../components/Footer/Footer.jsx"
import UserProfile from "../../components/Userdetails/Userdetails.jsx"
import CompanyHub from "../Companies/Companies.jsx"
export default function Test() {
const [showPopup, setShowPopup] = useState(false)
@@ -16,6 +19,9 @@ export default function Test() {
return (
<div className="w-full h-screen flex flex-col">
<Navbar />
<UserProfile />
<CompanyHub />
<div className="flex-1 flex flex-col items-center justify-center space-y-6">
<InputBox
placeholder="E-mail cím"