Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
tbf.ro
/
razvan
/
dist
/
eveniment
/
public
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
best.html
| Size :
565.53
KB
Copy
<!DOCTYPE html> <html lang="ro" class="bg-black"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- Favicons --> <link rel="apple-touch-icon" sizes="180x180" href="img/fav/apple-touch-icon.png" /> <link rel="icon" type="image/png" sizes="32x32" href="img/fav/favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="16x16" href="img/fav/favicon-16x16.png" /> <link rel="manifest" href="img/fav/site.webmanifest" /> <link rel="mask-icon" href="img/fav/safari-pinned-tab.svg" color="#5bbad5" /> <link rel="shortcut icon" href="img/fav/favicon.ico" /> <meta name="msapplication-TileColor" content="#111110" /> <meta name="msapplication-config" content="img/fav/browserconfig.xml" /> <meta name="theme-color" content="#ffffff" /> <title>Best of Cazanescu</title> <!-- OG Tags --> <meta property="og:title" content="Best of Cazanescu" /> <meta property="og:description" content="Crește afacerile accelerat cu ajutorul sistemelor TBF." /> <meta property="og:image" content="img/implementare-2.png" /> <!-- Fonts --> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet" /> <link rel="stylesheet" href="https://use.typekit.net/acd8glq.css" /> <link rel="stylesheet" href="/css_old/output.css?v=4.0.1" /> <!-- AlpineJS --> <script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script> <!-- ScrollReveal --> <script src="https://unpkg.com/scrollreveal@4.0.0/dist/scrollreveal.min.js"></script> <!-- Confetti JS --> <script src="https://cdn.jsdelivr.net/npm/tsparticles-confetti@2.12.0/tsparticles.confetti.bundle.min.js"></script> <style> [x-cloak] { display: none; } html { scroll-behavior: smooth; } html.sr .load-hidden { visibility: hidden; } /* Stilurile de bază pentru countdown-ul folosind Tailwind */ .countdown { display: flex; align-items: center; justify-content: center; font-variant-numeric: tabular-nums; /* Font monospace pentru cifre egale */ } .countdown span { --value: 0; /* Variabila CSS pentru valoarea numerelor din countdown */ display: inline-block; width: 3ch; /* Asigură o lățime constantă pentru toate valorile */ text-align: center; /* Centrează fiecare valoare */ transition: all 0.5s ease-in-out; /* Tranziție pentru efect de animație */ } /* Animație pentru schimbarea valorilor */ @keyframes countdown-change { 0% { transform: translateY(-50%); opacity: 0; } 50% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(50%); opacity: 0; } } .countdown span[data-value-changed="true"] { animation: countdown-change 0.6s ease-in-out; } /* Stiluri pentru clasele Tailwind definite */ /*.grid {*/ /* display: grid;*/ /* grid-auto-columns: max-content;*/ /* grid-auto-flow: column;*/ gap: 1.25rem; /* Tailwind gap-5 */ /* text-align: center;*/ /*}*/ .bg-neutral { background-color: #edbb10; /* Culoare neutră de fundal */ } .text-neutral-content { color: #f9fafb; /* Culoare neutră pentru text */ } .rounded-box { border-radius: 12px; /* Colțuri rotunjite */ } .font-mono { font-family: 'Courier New', Courier, monospace; /* Font monospace pentru cifre */ } </style> <title>TBF</title> <!-- Meta Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '501057484950464'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=501057484950464&ev=PageView&noscript=1" /></noscript> <!-- End Meta Pixel Code --> </head> <body class="selection:bg-galben-300 selection:text-galben-950 bg-black"> <!-- Top Menu --> <header x-data="{ serviciiOpen: false, despreOpen: false, mobileOpen: false }" class="bg-black top-0 z-50 border-b border-neutru-950"> <nav class="mx-auto flex max-w-7xl items-center justify-between p-6 lg:px-8" aria-label="Global"> <div class="flex lg:flex-1"> <a href="https://tbf.ro" class="-m-1.5 p-1.5 hover:opacity-80 text-white"> <span class="sr-only"> TBF </span> <img class="h-4 w-auto" src="img/tbf-white.svg" alt="Logo TBF" /> </a> </div> <!-- Mobile Menu Button Open --> <div class="flex md:hidden"> <button @click="mobileOpen = !mobileOpen" type="button" class="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-white hover:text-galben-400"> <span class="sr-only"> Meniu </span> <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" /> </svg> </button> </div> <div class="hidden md:flex md:gap-x-12"> <a href="https://tbf.ro/eveniment" class="text-sm font-semibold leading-6 text-white hover:text-galben-400"> TBF 100 </a> <a href="30-days-mba.html" class="text-sm font-semibold leading-6 text-white hover:text-galben-400"> 30 DAYS MBA 2024 </a> <a href="fundamentul-zilei.html" class="text-sm font-semibold leading-6 text-white hover:text-galben-400"> Fundamente </a> <button data-tf-popup="Avc2QrAi" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="text-sm font-semibold leading-6 text-white hover:text-galben-400"> Software </button> <div class="relative"> <button @click="despreOpen = !serviciiOpen" @keydown.escape="despreOpen = false" type="button" class="flex items-center gap-x-1 text-sm font-semibold leading-6 text-white hover:text-galben-400 group" aria-expanded="false"> Despre <svg class="h-5 w-5 flex-none text-white group-hover:text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z" clip-rule="evenodd" /> </svg> </button> <!-- SubMenu Despre --> <div x-cloak x-show="despreOpen" @click.away="despreOpen = false" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="opacity-0 translate-y-1" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 translate-y-1" class="absolute -left-8 top-full z-50 mt-3 w-96 rounded-3xl bg-white/90 backdrop-blur-md p-4 shadow-lg ring-1 ring-gray-900/5"> <div class="relative rounded-lg p-4 hover:bg-gray-50"> <button @click="$dispatch('open-misiune'); despreOpen=false;" class="block text-sm font-semibold leading-6 text-gray-900"> Misiunea TBF <span class="absolute inset-0"></span> </button> <p class="mt-1 text-sm leading-6 text-gray-600">Povestea TBF, a fondatorului nostru (Răzvan Căzănescu) și a echipei noastre</p> </div> <div class="relative rounded-lg p-4 hover:bg-gray-50"> <a href="studiu-tbf.html" class="block text-sm font-semibold leading-6 text-gray-900"> Studiu TBF <span class="absolute inset-0"></span> </a> <p class="mt-1 text-sm leading-6 text-gray-600">Cel mai mare studiu despre managementul afacerilor din România</p> </div> <div class="relative rounded-lg p-4 hover:bg-gray-50"> <button @click="despreOpen = false" data-tf-popup="sC5FZTip" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="block text-sm font-semibold leading-6 text-gray-900"> Alătură-te Echipei <span class="absolute inset-0"></span> </button> <p class="mt-1 text-sm leading-6 text-gray-600">Suntem mereu în căutare de oameni remarcabili și nerezonabili</p> </div> </div> </div> </div> <div class="hidden md:flex lg:flex-1 md:justify-end"> <button data-tf-popup="XUHqMzkJ" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="text-sm font-semibold leading-6 text-white hover:text-galben-400"> Contact </button> </div> </nav> <!-- Mobile menu, show/hide based on menu open state. --> <div x-cloak x-show="mobileOpen" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="opacity-0 translate-y-1" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 translate-y-1" class="" role="dialog"> <div class="fixed inset-0 z-10"></div> <div class="fixed inset-y-0 right-0 z-10 flex w-full flex-col justify-between overflow-y-auto bg-white sm:max-w-sm sm:ring-1 sm:ring-gray-900/10"> <div class="p-6"> <div class="flex items-center justify-between"> <a href="index.html" class="-m-1.5 p-1.5 hover:opacity-80"> <span class="sr-only">TBF</span> <img class="h-4 w-auto" src="img/tbf.svg" alt="Logo TBF" /> </a> <button @click="mobileOpen = false" type="button" class="-m-2.5 rounded-md p-2.5 text-gray-700 hover:text-gray-500"> <span class="sr-only"> Închide meniu </span> <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> </svg> </button> </div> <div class="mt-6 flow-root"> <div class="-my-6 divide-y divide-gray-500/10"> <div class="space-y-2 py-6"> <!--<a href="ziua-responsabilitatilor.html"--> <!-- class="group -mx-3 flex items-center gap-x-6 rounded-lg p-3 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50">--> <!-- <div--> <!-- class="flex h-11 w-11 flex-none items-center justify-center rounded-lg bg-gray-50 group-hover:bg-white">--> <!-- <svg class="h-6 w-6 text-gray-600 group-hover:text-galben-400" fill="none"--> <!-- viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"--> <!-- aria-hidden="true">--> <!-- <path stroke-linecap="round" stroke-linejoin="round"--> <!-- d="M10.5 6a7.5 7.5 0 107.5 7.5h-7.5V6z" />--> <!-- <path stroke-linecap="round" stroke-linejoin="round"--> <!-- d="M13.5 10.5H21A7.5 7.5 0 0013.5 3v7.5z" />--> <!-- </svg>--> <!-- </div>--> <!-- Ziua Responsabilităților--> <!--</a>--> <!--<a href="ziua-recrutarilor.html"--> <!-- class="group -mx-3 flex items-center gap-x-6 rounded-lg p-3 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50">--> <!-- <div--> <!-- class="flex h-11 w-11 flex-none items-center justify-center rounded-lg bg-gray-50 group-hover:bg-white">--> <!-- <svg class="h-6 w-6 text-gray-600 group-hover:text-galben-400" fill="none"--> <!-- viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"--> <!-- aria-hidden="true">--> <!-- <path stroke-linecap="round" stroke-linejoin="round"--> <!-- d="M15.042 21.672L13.684 16.6m0 0l-2.51 2.225.569-9.47 5.227 7.917-3.286-.672zM12 2.25V4.5m5.834.166l-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243l-1.59-1.59" />--> <!-- </svg>--> <!-- </div>--> <!-- Ziua Recrutărilor--> <!--</a>--> <!--<a href="ziua-procedurilor.html"--> <!-- class="group -mx-3 flex items-center gap-x-6 rounded-lg p-3 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50">--> <!-- <div--> <!-- class="flex h-11 w-11 flex-none items-center justify-center rounded-lg bg-gray-50 group-hover:bg-white">--> <!-- <svg class="h-6 w-6 text-gray-600 group-hover:text-galben-400" fill="none"--> <!-- viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"--> <!-- aria-hidden="true">--> <!-- <path stroke-linecap="round" stroke-linejoin="round"--> <!-- d="M7.864 4.243A7.5 7.5 0 0119.5 10.5c0 2.92-.556 5.709-1.568 8.268M5.742 6.364A7.465 7.465 0 004.5 10.5a7.464 7.464 0 01-1.15 3.993m1.989 3.559A11.209 11.209 0 008.25 10.5a3.75 3.75 0 117.5 0c0 .527-.021 1.049-.064 1.565M12 10.5a14.94 14.94 0 01-3.6 9.75m6.633-4.596a18.666 18.666 0 01-2.485 5.33" />--> <!-- </svg>--> <!-- </div>--> <!-- Ziua Procedurilor--> <!--</a>--> <!--<a href="ziua-vanzarilor.html"--> <!-- class="group -mx-3 flex items-center gap-x-6 rounded-lg p-3 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50">--> <!-- <div--> <!-- class="flex h-11 w-11 flex-none items-center justify-center rounded-lg bg-gray-50 group-hover:bg-white">--> <!-- <svg class="h-6 w-6 text-gray-600 group-hover:text-galben-400" fill="none"--> <!-- viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"--> <!-- aria-hidden="true">--> <!-- <path stroke-linecap="round" stroke-linejoin="round"--> <!-- d="M13.5 16.875h3.375m0 0h3.375m-3.375 0V13.5m0 3.375v3.375M6 10.5h2.25a2.25 2.25 0 002.25-2.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v2.25A2.25 2.25 0 006 10.5zm0 9.75h2.25A2.25 2.25 0 0010.5 18v-2.25a2.25 2.25 0 00-2.25-2.25H6a2.25 2.25 0 00-2.25 2.25V18A2.25 2.25 0 006 20.25zm9.75-9.75H18a2.25 2.25 0 002.25-2.25V6A2.25 2.25 0 0018 3.75h-2.25A2.25 2.25 0 0013.5 6v2.25a2.25 2.25 0 002.25 2.25z" />--> <!-- </svg>--> <!-- </div>--> <!-- Ziua Vânzărilor--> <!--</a>--> <a href="https://tbf.ro/eveniment" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> TBF 100 </a> <a href="https://tbf.ro/30-days-mba" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> 30 DAYS MBA 2024 </a> </div> <div class="space-y-2 py-6"> <a href="#" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> Newsletter </a> <a href="#" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> Software </a> <button @click="$dispatch('open-misiune'); mobileOpen=false;" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> Misiunea TBF </button> <a href="studiu-tbf.html" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> Studiu TBF </a> <button data-tf-popup="sC5FZTip" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> Alătură-te Echipei </button> </div> </div> </div> </div> <div class="sticky bottom-0 grid grid-cols-2 divide-x divide-gray-900/5 bg-gray-50 text-center"> <a href="index.html#clienti" class="p-3 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-100"> Clienții noștri </a> <a href="#" class="p-3 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-100"> Contactează-ne </a> </div> </div> </div> </header> <!--Bullet list--> <div class="bg-black py-24 sm:py-32"> <div class="mx-auto max-w-7xl px-6 lg:px-8"> <div class="mx-auto max-w-4xl text-center"> <h2 class="text-base font-semibold leading-7 text-galben-400">20 de ani de business, cel mai bun preț</h2> <p class="mt-2 text-4xl font-bold tracking-tight text-white sm:text-5xl">Best of Căzănescu</p> </div> <p class="mx-auto mt-2 max-w-2xl text-center text-lg leading-8 text-neutru-300">Nu rata cea mai bună ofertă a anului la produsele și serviciile TBF. Timp de cel puțin 12 luni nu vei găsi oferte mai bune de la noi.</p> <!--<div class="mt-6 flex justify-center items-center gap-5 text-center hidden" id="countdown">--> <!-- <div class="bg-neutral rounded-box text-neutral-content flex flex-col p-2">--> <!-- <span class="countdown text-5xl">--> <!-- <span id="hours"></span>--> <!-- </span>--> <!-- <span class="font-mono">ore</span>--> <!-- </div>--> <!-- <div class="bg-neutral rounded-box text-neutral-content flex flex-col p-2">--> <!-- <span class="countdown text-5xl">--> <!-- <span id="minutes"></span>--> <!-- </span>--> <!-- <span class="font-mono">min</span>--> <!-- </div>--> <!-- <div class="bg-neutral rounded-box text-neutral-content flex flex-col p-2">--> <!-- <span class="countdown text-5xl">--> <!-- <span id="seconds"></span>--> <!-- </span>--> <!-- <span class="font-mono">sec</span>--> <!-- </div>--> <!--</div>--> <!-- xs to lg --> <div class="mx-auto mt-12 max-w-md space-y-8 sm:mt-16 lg:hidden"> <section class="p-8" x-data="{showModal: false}" @keydown.escape="showModal=false"> <h3 id="tier-basic" class="text-sm font-semibold leading-6 text-white text-center">Best of Căzănescu</h3> <p class="mt-2 flex items-baseline gap-x-1 justify-center"> <span class="text-4xl font-bold text-white">€799</span> <span class="text-sm font-semibold text-gray-300">+TVA</span> </p> <!--<a href="https://curs.tbf.ro/?reducere=396aba84-82eb-11ee-b962-024202411190002" id="platformaBtnMobile" aria-describedby="tier-basic"--> <!-- class="mt-8 block rounded-md py-2 px-3 text-center text-sm font-semibold leading-6 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 bg-white/10 text-white hover:bg-white/20 focus-visible:outline-white w-full disabled:bg-white/5 disabled:hover:bg-white/5 disabled:text-white/70 disabled:cursor-not-allowed">--> <!-- Cumpără acum--> <!--</a>--> <a href="javscript:void(0);" id="platformaBtnMobile" aria-describedby="tier-basic" class="line-through mt-8 block rounded-md py-2 px-3 text-center text-sm font-semibold leading-6 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 bg-white/10 text-white hover:bg-white/20 focus-visible:outline-white w-full disabled:bg-white/5 disabled:hover:bg-white/5 disabled:text-white/70 disabled:cursor-not-allowed"> Oferta a expirat </a> <p class="mt-2 mx-auto max-w-sm text-center text-sm text-galben-400">Vrei să afli care sunt ofertele în curs?</p> <p class="mx-auto max-w-sm text-center text-sm text-galben-400">Trimite-ne un email la <a href="mailto:contact@tbf.ro" class="underline">contact@tbf.ro</a></p> <!-- Modal Confirmare --> <div x-show="showModal" class="fixed inset-0 z-50 overflow-y-auto" aria-labelledby="modal-title" role="dialog" aria-modal="true"> <div class="flex items-end justify-center min-h-screen px-4 text-center md:items-center sm:block sm:p-0"> <div class="fixed inset-0 transition-opacity bg-black bg-opacity-80 backdrop-blur-sm" x-cloak @click="showModal = false" x-show="showModal" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-200 transform" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" aria-hidden="true"> </div> <div class="inline-block w-full max-w-md p-12 my-20 overflow-hidden text-left transition-all transform bg-white rounded-lg shadow-2xl" x-cloak x-show="showModal" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100" x-transition:leave="transition ease-in duration-200 transform" x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100" x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"> <div class=""> <div> <div class="mx-auto flex h-12 w-12 items-center justify-center rounded-full bg-green-100"> <svg class="h-6 w-6 text-green-600" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" /> </svg> </div> <div class="mt-3 text-center sm:mt-5"> <h3 class="text-base font-semibold leading-6 text-gray-900" id="modal-title">Confirmă produsul și prețul</h3> <div class="mt-2"> <p class="text-sm text-gray-500">Ai ales <span class="font-medium text-gray-600">"Best of Căzănescu"</span>. Prețul este <span class="font-medium text-gray-600">€799 +TVA</span> . Click pe butonul confirmă pentru a merge mai departe.</p> </div> </div> </div> <div class="mt-5 sm:mt-6 sm:grid sm:grid-flow-row-dense sm:grid-cols-2 sm:gap-3"> <a href="https://curs.tbf.ro/?reducere=396aba84-82eb-11ee-b962-0242ac120002" class="inline-flex w-full justify-center rounded-md bg-green-500 px-3 py-2 text-sm font-medium text-white hover:bg-green-400 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-green-500 sm:col-start-2">Confirmă</a> <button @click="showModal = false" type="button" class="mt-3 inline-flex w-full justify-center rounded-md bg-white px-3 py-2 text-sm font-semibold text-gray-900 ring-1 ring-inset ring-gray-300 hover:bg-gray-50 sm:col-start-1 sm:mt-0">Anulează</button> </div> </div> </div> </div> </div> <ul role="list" class="mt-10 space-y-4 text-sm leading-6 text-white"> <li> <ul role="list" class="space-y-4"> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Sistemul TBF de Management</span> </li> <li style="margin-left:33px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Modul 1: Filozofie</span> </li> <li style="margin-left:33px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Modul 2: Managementul Creșterii</span> </li> <li style="margin-left:66px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>80 de Exemple de OKR din toate departamentele</span> </li> <li style="margin-left:66px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Șablon Evaluare Progres</span> </li> <li style="margin-left:33px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Modul 3: Managementul Operațional - Responsabilități, Roluri, Evaluări</span> </li> <li style="margin-left:66px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>300+ Exemple de roluri cu responsabilități măsurabile</span> </li> <li style="margin-left:66px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Șablon Evaluare Performanță</span> </li> <li style="margin-left:33px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Modul 4: Managementul Operațional - Proceduri și Training</span> </li> <li style="margin-left:33px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Modul 5: Viziune, Misiune, Valori</span> </li> <li style="margin-left:66px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Proces transformare valori în responsabilități</span> </li> <li style="margin-left:66px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Exemple: Valori, misiuni și viziuni</span> </li> <li style="margin-left:33px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Modul 6: Promovări, Concedieri, Recrutări</span> </li> <li style="margin-left:66px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Modele anunțuri</span> </li> <li style="margin-left:66px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Formulare aplicare</span> </li> <li style="margin-left:66px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Exemple niveluri de salarizare</span> </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Actualizări Sistemul TBF de Management</span> </li> <li style="margin-left:33px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Gamificarea Muncii Operaționale</span> </li> <li style="margin-left:66px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Eliminarea avertismentelor</span> </li> <li style="margin-left:66px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Sistem punctaj pentru responsabilități</span> </li> <li style="margin-left:66px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Sistem punctaj pentru proceduri</span> </li> <li style="margin-left:66px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Responsabilități optime și minime</span> </li> <li style="margin-left:66px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Promovare și concediere</span> </li> <li style="margin-left:33px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Rolul de Controller în Operațional</span> </li> <li style="margin-left:33px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Rolul de Consultant Intern</span> </li> <li style="margin-left:33px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>OKR-uri Progresive</span> </li> <li style="margin-left:66px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Niveluri de bonusare: Minim, Realist, Optim</span> </li> <li style="margin-left:33px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Raportul Trimestrial al Angajatului</span> </li> </ul> </li> <li> <ul role="list" class="space-y-4"> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>2 x Întâlnire Trimestrială Ghidată</span> </li> <li style="margin-left:33px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Varianta Clasică (Evaluare, Viziune, Planificare)</span> </li> <li style="margin-left:33px;" class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Varianta Indicatorilor</span> </li> </ul> </li> <li> <ul role="list" class="space-y-4"> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>21 de Tehnici de Vânzări</span> </li> </ul> </li> <li> <ul role="list" class="space-y-4"> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>20 de Tehnici de Marketing</span> </li> </ul> </li> <li> <ul role="list" class="space-y-4"> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Bugetarea și Calcularea Profitabilității Departamentelor</span> </li> </ul> </li> <li> <ul role="list" class="space-y-4"> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Detensionarea și Armonizarea Departamentelor (Proces Ghidat)</span> </li> </ul> </li> <li> <ul role="list" class="space-y-4"> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Prezentări care Vând</span> </li> </ul> </li> <li> <ul role="list" class="space-y-4"> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Standardizarea Comunicării Între Departamente și Angajați</span> </li> </ul> </li> <li> <ul role="list" class="space-y-4"> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Citire și Învățare Accelerată</span> </li> </ul> </li> <li> <ul role="list" class="space-y-4"> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>VIDEO - Înregistrarea 30 Days MBA - Ediția IV</span> </li> </ul> </li> <li> <ul role="list" class="space-y-4"> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> <span>Varianta audio 30 Days MBA - Ediția IV</span> </li> </ul> </li> </ul> </section> </div> <!-- lg --> <div class="isolate mt-20 hidden lg:block"> <div class="relative -mx-8"> <!-- Table header --> <div class="w-full grid grid-cols-2 gap-x-8 sticky top-0 z-40 pt-5 bg-black"> <div class="h-40"></div> <div class="px-8 pt-8 text-center"> <div class="text-sm font-semibold leading-7 text-white text-center"> Best of Căzănescu </div> <div class="flex items-baseline gap-x-1 text-white justify-center"> <span class="text-4xl font-bold">€799</span> <span class="text-sm font-semibold leading-6">+TVA</span> </div> <!--<a href="https://curs.tbf.ro/?reducere=396aba84-82eb-11ee-b962-024202411190002"--> <!-- id="platformaBtn"--> <!-- class="mt-8 mx-auto inline-block rounded-md py-2 px-6 text-center text-sm font-semibold leading-6 text-white focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 bg-white/10 hover:bg-white/20 focus-visible:outline-white disabled:bg-white/5 disabled:hover:bg-white/5 disabled:text-white/70 disabled:cursor-not-allowed">--> <!-- Cumpără acum--> <!--</a>--> <a href="javascript:void(0);" id="platformaBtn" class="line-through mt-8 mx-auto inline-block rounded-md py-2 px-6 text-center text-sm font-semibold leading-6 text-white focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 bg-white/10 hover:bg-white/20 focus-visible:outline-white disabled:bg-white/5 disabled:hover:bg-white/5 disabled:text-white/70 disabled:cursor-not-allowed"> Oferta a expirat </a> <p class="mt-2 mx-auto max-w-sm text-center text-sm text-galben-400">Vrei să afli care sunt ofertele în curs?</p> <p class="mx-auto max-w-sm text-center text-sm text-galben-400">Trimite-ne un email la <a href="mailto:contact@tbf.ro" class="underline">contact@tbf.ro</a></p> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 sticky z-20 top-[225px] bg-black border-b border-white/5" style="top:190px;"> <div class="px-8 pt-10 pb-4"> <div class="text-lg font-semibold leading-6 text-white"> Sistemul TBF de Management </div> </div> <div class="px-8 pt-10 pb-4"> </div> </div> <!-- Row 1 --> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> Modul 1: Filozofie </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> Modul 2: Managementul Creșterii </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> • 80 de Exemple de OKR din toate departamentele </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> • Șablon Evaluare Progres </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> Modul 3: Managementul Operațional - Responsabilități, Roluri, Evaluări </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> • 300+ Exemple de roluri cu responsabilități măsurabile </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> • Șablon Evaluare Performanță </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> Modul 4: Managementul Operațional - Proceduri și Training </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> Modul 5: Viziune, Misiune, Valori </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> • Proces transformare valori în responsabilități </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> • Exemple: Valori, misiuni și viziuni </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> Modul 6: Promovări, Concedieri, Recrutări </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> • Modele anunțuri </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> • Formulare aplicare </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> • Exemple niveluri de salarizare </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 sticky z-20 top-[225px] bg-black border-b border-white/5" style="top:190px;"> <div class="px-8 pt-10 pb-4"> <div class="text-lg font-semibold leading-6 text-white"> Actualizări Sistemul TBF de Management </div> </div> <div class="px-8 pt-10 pb-4"> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> Gamificarea Muncii Operaționale<br /> <span class="px-6">• Eliminarea avertismentelor</span><br /> <span class="px-6">• Sistem punctaj pentru responsabilități</span><br /> <span class="px-6">• Sistem punctaj pentru proceduri</span><br /> <span class="px-6">• Responsabilități optime și minime</span><br /> <span class="px-6">• Promovare și concediere</span> </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> Rolul de Controller în Operațional </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> Rolul de Consultant Intern </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> OKR-uri Progresive<br /> <span class="px-6">• Niveluri de bonusare: Minim, Realist, Optim</span><br /> </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> Raportul Trimestrial al Angajatului </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 sticky z-20 top-[225px] bg-black border-b border-white/5" style="top:190px;"> <div class="px-8 pt-10 pb-4"> <div class="text-lg font-semibold leading-6 text-white"> 2 x Întâlnire Trimestrială Ghidată </div> </div> <div class="px-8 pt-10 pb-4"> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> • Varianta Clasică (Evaluare, Viziune, Planificare) </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> • Varianta Indicatorilor </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 sticky z-20 top-[225px] bg-black border-b border-white/5" style="top:190px;"> <div class="px-8 pt-10 pb-4"> <div class="text-lg font-semibold leading-6 text-white"> 21 de Tehnici de Vânzări </div> </div> <div class="px-8 pt-10 pb-4"> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 sticky z-20 top-[225px] bg-black border-b border-white/5" style="top:190px;"> <div class="px-8 pt-10 pb-4"> <div class="text-lg font-semibold leading-6 text-white"> 20 de Tehnici de Marketing </div> </div> <div class="px-8 pt-10 pb-4"> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 sticky z-20 top-[225px] bg-black border-b border-white/5" style="top:190px;"> <div class="px-8 pt-10 pb-4"> <div class="text-lg font-semibold leading-6 text-white"> Bugetarea și Calcularea Profitabilității Departamentelor </div> </div> <div class="px-8 pt-10 pb-4"> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 sticky z-20 top-[225px] bg-black border-b border-white/5" style="top:190px;"> <div class="px-8 pt-10 pb-4"> <div class="text-lg font-semibold leading-6 text-white"> Detensionarea și Armonizarea Departamentelor (Proces Ghidat) </div> </div> <div class="px-8 pt-10 pb-4"> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 sticky z-20 top-[225px] bg-black border-b border-white/5" style="top:190px;"> <div class="px-8 pt-10 pb-4"> <div class="text-lg font-semibold leading-6 text-white"> Prezentări care Vând </div> </div> <div class="px-8 pt-10 pb-4"> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 sticky z-20 top-[225px] bg-black border-b border-white/5" style="top:190px;"> <div class="px-8 pt-10 pb-4"> <div class="text-lg font-semibold leading-6 text-white"> Standardizarea Comunicării Între Departamente și Angajați </div> </div> <div class="px-8 pt-10 pb-4"> </div> </div> <div class="w-full grid grid-cols-2 gap-x-8 sticky z-20 top-[225px] bg-black border-b border-white/5" style="top:190px;"> <div class="px-8 pt-10 pb-4"> <div class="text-lg font-semibold leading-6 text-white"> Citire și Învățare Accelerată </div> </div> <div class="px-8 pt-10 pb-4"> </div> </div> <!-- Content Header - MBA --> <div class="w-full grid grid-cols-2 gap-x-8 sticky z-20 top-[225px] bg-black border-b border-white/5" style="top:190px;"> <div class="px-8 pt-10 pb-4"> <div class="text-lg font-semibold leading-6 text-white"> 30 Days MBA 2024 </div> </div> <div class="px-8 pt-10 pb-4"> </div> </div> <!-- Row 1 --> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> Înregistrări Video </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <!-- Row 3 --> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white"> Variantă Audio </div> </div> <div class="px-8 py-4"> <svg class="mx-auto h-5 w-5 text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> </div> </div> <!-- Row 4 --> <!--<div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5">--> <!-- <div class="px-8 py-4">--> <!-- <div class="text-sm font-normal leading-6 text-white">--> <!-- Utilizatori--> <!-- </div>--> <!-- </div>--> <!-- <div class="px-8 py-4">--> <!-- <div class="text-center text-sm leading-6 text-gray-300">Toți angajații</div>--> <!-- </div>--> <!--</div>--> <!-- Row 5 --> <div class="w-full grid grid-cols-2 gap-x-8 bg-black border-b border-white/5"> <div class="px-8 py-4"> <div class="text-sm font-normal leading-6 text-white">Timp acces</div> </div> <div class="px-8 py-4"> <div class="text-center text-sm leading-6 text-gray-300">Pe viață</div> </div> </div> </div> </div> </div> </div> <!--PARTENERI--> <div id="parteneri" class="bg-black scroll-mt-40 py-24 pb-5 md:py-32 md:pb-14" x-data="{ videoModal2: false, player2: null }"> <div class="mx-auto max-w-7xl px-6 lg:px-8"> <div class="flex justify-center gap-6 mt-10"> <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-6"> <div class="cursor-pointer w-full" @click="videoModal2 = true; player2 = loadVideoPlayer2('1022236522');"> <img src="/img/lucian-florea-testimonial-min.png" class="w-full h-auto rounded-lg shadow-lg" alt="Lucian Florea"> <h3 class="mt-4 text-white text-lg font-semibold text-center">Lucian Florea</h3> <p class="text-neutru-200 text-center">Fryday</p> <p class="text-neutru-200 text-center">€16,000,000</p> </div> <div class="cursor-pointer w-full" @click="videoModal2 = true; player2 = loadVideoPlayer2('1024101740');"> <img src="/img/mihai-vanatoru-testimonial.jpg" class="w-full h-auto rounded-lg shadow-lg" alt="Mihai Vînătoru"> <h3 class="mt-4 text-white text-lg font-semibold text-center">Mihai Vînătoru</h3> <p class="text-neutru-200 text-center">DWF</p> <p class="text-neutru-200 text-center">€4,500,000</p> </div> <div class="cursor-pointer w-full" @click="videoModal2 = true; player2 = loadVideoPlayer2('1022237647');"> <img src="/img/mihai-patrascu-testimonial-min.png" class="w-full h-auto rounded-lg shadow-lg" alt="Mihai Pătrașcu"> <h3 class="mt-4 text-white text-lg font-semibold text-center">Mihai Pătrașcu</h3> <p class="text-neutru-200 text-center">EvoMag</p> <p class="text-neutru-200 text-center">€50,000,000</p> </div> <div class="cursor-pointer w-full" @click="videoModal2 = true; player2 = loadVideoPlayer2('1024141395');"> <img src="/img/daniel-craciun-testimonial-v2.png" class="w-full h-auto rounded-lg shadow-lg" alt="Mihai Vînătoru"> <h3 class="mt-4 text-white text-lg font-semibold text-center">Daniel Crăciun</h3> <p class="text-neutru-200 text-center">Lensa</p> <p class="text-neutru-200 text-center">€40,000,000</p> </div> <div class="cursor-pointer w-full" @click="videoModal2 = true; player2 = loadVideoPlayer2('1022235903');"> <img src="/img/daniel-slavenie-testimonial-min.png" class="w-full h-auto rounded-lg shadow-lg" alt="Daniel Slăvenie"> <h3 class="mt-4 text-white text-lg font-semibold text-center">Daniel Slăvenie</h3> <p class="text-neutru-200 text-center">Limitless</p> <p class="text-neutru-200 text-center">€4,300,000</p> </div> <div class="cursor-pointer w-full" @click="videoModal2 = true; player2 = loadVideoPlayer2('1024142475');"> <img src="/img/sorin-draghici-testimonial.png" class="w-full h-auto rounded-lg shadow-lg" alt="Mihai Vînătoru"> <h3 class="mt-4 text-white text-lg font-semibold text-center">Sorin Drăghici</h3> <p class="text-neutru-200 text-center">DWF</p> <p class="text-neutru-200 text-center">€4,500,000</p> </div> </div> </div> </div> <!-- Video Modal --> <div x-show="videoModal2" class="fixed inset-0 z-50 overflow-y-auto" aria-labelledby="modal-title" role="dialog" aria-modal="true"> <div class="flex items-center justify-center min-h-screen px-4 text-center"> <div x-cloak @click="videoModal2 = false; player2.destroy(); " x-show="videoModal2" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-200 transform" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="fixed inset-0 transition-opacity bg-white bg-opacity-70 backdrop-blur-sm" aria-hidden="true"> <button @click="misiuneModal = false; player2.destroy(); " class="absolute top-3 right-3 text-gray-900 hover:text-galben-400"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 md:w-10 h-6 md:h-10"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> </svg> </button> </div> <div x-cloak x-show="videoModal2" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100" x-transition:leave="transition ease-in duration-200 transform" x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100" x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" class="relative inline-block w-full max-w-xl p-0 my-20 overflow-hidden text-left transition-all transform bg-white rounded-lg shadow-2xl 2xl:max-w-2xl"> <div x-cloak x-show="videoModal2" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100" id="testimonialVideo2" class="max-w-full max-h-screen"> <!-- Loader --> <!--<div--> <!-- class="absolute w-10 h-10 right-0 top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2">--> <!-- <svg class="animate-spin h-10 w-10 text-gray-300" xmlns="http://www.w3.org/2000/svg"--> <!-- fill="none" viewBox="0 0 24 24">--> <!-- <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor"--> <!-- stroke-width="4"></circle>--> <!-- <path class="opacity-75" fill="currentColor"--> <!-- d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z">--> <!-- </path>--> <!-- </svg>--> <!--</div>--> </div> </div> </div> </div> </div> <!-- Testimoniale --> <div class="bg-black py-40"> <div id="clienti" class="mb-10 scroll-mt-40 lg:mb-10 max-w-6xl mx-auto relative"> <!-- Testimoniale cu Poza --> <div x-data="{ videoModal: false, company: '', player: null }"> <ul id="testimonial-list" role="list" class="mx-auto mt-0 mb-5 grid max-w-4xl grid-cols-2 gap-x-0 xl:gap-x-4 gap-y-2 text-center sm:grid-cols-3 md:grid-cols-4 lg:mx-0 lg:max-w-none lg:grid-cols-5 xl:grid-cols-6"> <li @click="videoModal = true; player = loadVideoPlayer('854431374');" class="group py-6 cursor-pointer rounded-xl relative"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline shadow-sm" src="img/people/daniel-craciun-lensa.png" /> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-400"> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">Lensa</h3> <p class="text-sm leading-6 text-neutru-200">Daniel Crăciun</p> <p class="text-sm leading-6 text-neutru-200">€40,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854433898'); " class="group py-6 cursor-pointer rounded-xl relative"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/cosmin-raileanu-vindem-ieftin.png" /> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-400 "> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">Vindem Ieftin</h3> <p class="text-sm leading-6 text-neutru-200">Cosmin Răileanu</p> <p class="text-sm leading-6 text-neutru-200">€15,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854435659'); " class="group py-6 cursor-pointer rounded-xl relative"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/octavian-blajan-euroteam.png" /> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-400 "> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">Euro Team GB</h3> <p class="text-sm leading-6 text-neutru-200">Octavian Blăjan</p> <p class="text-sm leading-6 text-neutru-200">€17,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854441969'); " class="group py-6 cursor-pointer rounded-xl relative"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/adrian-bianu-rinapack.png" /> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-400 "> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">Rina Pack</h3> <p class="text-sm leading-6 text-neutru-200">Adrian Bianu</p> <p class="text-sm leading-6 text-neutru-200">€5,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854437780'); " class="group py-6 cursor-pointer rounded-xl relative"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/marian-spinu-deepserv.png" /> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-400 "> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">Deep Serv</h3> <p class="text-sm leading-6 text-neutru-200">Marian Spînu</p> <p class="text-sm leading-6 text-neutru-200">€9,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854438987'); " class="group py-6 cursor-pointer rounded-xl relative"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/mihai-vinatoru-dwf.png" /> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-400 "> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">DWF</h3> <p class="text-sm leading-6 text-neutru-200">Mihai Vînătoru</p> <p class="text-sm leading-6 text-neutru-200">€4,500,000 / an</p> </li> <li class="group py-6 rounded-xl"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/marian-alecsiu-f64.png" /> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">F64</h3> <p class="text-sm leading-6 text-neutru-200">Marian Alecsiu</p> <p class="text-sm leading-6 text-neutru-200">€28,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('857106803'); " class="group py-6 cursor-pointer rounded-xl relative"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/delia-dragomir-eucom.png" /> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-400 "> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">Eucom</h3> <p class="text-sm leading-6 text-neutru-200">Delia Dragomir</p> <p class="text-sm leading-6 text-neutru-200">€2,500,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854440136'); " class="group py-6 cursor-pointer rounded-xl relative"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/bernat-nyulas-fomco.png" /> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-400 "> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">Fomco</h3> <p class="text-sm leading-6 text-neutru-200">Bernat Nyulas</p> <p class="text-sm leading-6 text-neutru-200">€27,000,000 / an</p> </li> <li class="group py-6 rounded-xl"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/lidia-fati-dacris.png" /> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">Dacris</h3> <p class="text-sm leading-6 text-neutru-200">Lidia Fați</p> <p class="text-sm leading-6 text-neutru-200">€28,000,000 / an</p> </li> <li class="group py-6 rounded-xl"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/ciprian-chelariu-izotec.png" /> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">Izotec</h3> <p class="text-sm leading-6 text-neutru-200">Ciprian Chelariu</p> <p class="text-sm leading-6 text-neutru-200">€8,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854441590'); " class="group py-6 cursor-pointer rounded-xl relative"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/lucian-florea-fryday.png" /> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-400 "> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">Fryday</h3> <p class="text-sm leading-6 text-neutru-200">Lucian Florea</p> <p class="text-sm leading-6 text-neutru-200">€16,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('857110867'); " class="group py-6 cursor-pointer rounded-xl relative"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/andu-stancu-frontera.png" /> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-400 "> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">Frontera</h3> <p class="text-sm leading-6 text-neutru-200">Alexandru Stancu</p> <p class="text-sm leading-6 text-neutru-200">€9,500,000 / an</p> </li> <li class="group py-6 rounded-xl"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/bogdan-ghinea-eden.png" /> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">Eden Boutique</h3> <p class="text-sm leading-6 text-neutru-200">Bogdan Ghinea</p> <p class="text-sm leading-6 text-neutru-200">€4,900,000 / an</p> </li> <li class="group md:hidden lg:list-item py-6 rounded-xl"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/catalin-priscornita-blitz.png" /> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">Blitz Imobiliare </h3> <p class="text-sm leading-6 text-neutru-200">Cătălin Priscorniță</p> <p class="text-sm leading-6 text-neutru-200">€5,200,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('968722177'); " class="group py-6 cursor-pointer rounded-xl relative"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/mihai-patrascu-evomag.jpg" /> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-400 "> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">Evomag</h3> <p class="text-sm leading-6 text-neutru-200">Mihai Pătrașcu</p> <p class="text-sm leading-6 text-neutru-200">€50,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('968721574'); " class="group py-6 cursor-pointer rounded-xl relative"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/daniel-slavenie-limitless.jpg" /> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-400 "> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">Limitless</h3> <p class="text-sm leading-6 text-neutru-200">Daniel Slăvenie</p> <p class="text-sm leading-6 text-neutru-200">€4,300,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854442216'); " class="group py-6 cursor-pointer rounded-xl relative"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full shadow-sm" src="img/people/stefan-irimia-allaboutparenting.png" /> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-400 "> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-white">All About Parenting </h3> <p class="text-sm leading-6 text-neutru-200">Ștefan Irimia</p> <p class="text-sm leading-6 text-neutru-200">€9,000,000 / an</p> </li> </ul> <!-- Video Modal --> <div x-show="videoModal" class="fixed inset-0 z-50 overflow-y-auto" aria-labelledby="modal-title" role="dialog" aria-modal="true"> <div class="flex items-center justify-center min-h-screen px-4 text-center"> <div x-cloak @click="videoModal = false; player.destroy(); " x-show="videoModal" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-200 transform" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="fixed inset-0 transition-opacity bg-white bg-opacity-70 backdrop-blur-sm" aria-hidden="true"> <button @click="misiuneModal = false; player.destroy(); " class="absolute top-3 right-3 text-gray-900 hover:text-galben-400"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 md:w-10 h-6 md:h-10"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> </svg> </button> </div> <div x-cloak x-show="videoModal" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100" x-transition:leave="transition ease-in duration-200 transform" x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100" x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" class="relative inline-block w-full max-w-xl p-0 my-20 overflow-hidden text-left transition-all transform bg-white rounded-lg shadow-2xl 2xl:max-w-2xl"> <div x-cloak x-show="videoModal" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100" id="testimonialVideo" class="max-w-full max-h-screen"> <!-- Loader --> <div class="absolute w-10 h-10 right-0 top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2"> <svg class="animate-spin h-10 w-10 text-gray-300" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"> </path> </svg> </div> </div> </div> </div> </div> </div> <!-- See more --> <div x-data="{ modelOpen: false, clientModal: false, player: null }"> <div class="flex flex-wrap items-center justify-center mt-10 gap-y-6 gap-x-6 lg:justify-center"> <button class="reveal-0-2000 flex items-center gap-1 text-sm font-medium duration-200 ease-in-out group text-white hover:text-galben-400 sm:text-md" @click="modelOpen =!modelOpen"> Vezi 300+ companii <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5 text-white duration-300 ease-in-out group-hover:-translate-y-0 group-hover:translate-x-0.5 group-hover:text-galben-400"> <path fill-rule="evenodd" d="M5 10a.75.75 0 01.75-.75h6.638L10.23 7.29a.75.75 0 111.04-1.08l3.5 3.25a.75.75 0 010 1.08l-3.5 3.25a.75.75 0 11-1.04-1.08l2.158-1.96H5.75A.75.75 0 015 10z" clip-rule="evenodd" /> </svg> </button> </div> <div x-show="modelOpen" class="fixed inset-0 z-50 overflow-y-auto" aria-labelledby="modal-title" role="dialog" aria-modal="true"> <div class="flex items-end justify-center min-h-screen px-4 text-center md:items-center sm:block sm:p-0"> <div class="fixed inset-0 transition-opacity bg-white bg-opacity-70 backdrop-blur-sm" x-cloak @click="modelOpen = false" x-show="modelOpen" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-200 transform" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" aria-hidden="true"></div> <div class="inline-block w-full max-w-xl p-12 my-20 overflow-hidden text-left transition-all transform bg-white rounded-lg shadow-2xl 2xl:max-w-2xl" x-cloak x-show="modelOpen" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100" x-transition:leave="transition ease-in duration-200 transform" x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100" x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"> <div class="border-b border-gray-100 pb-8 flex items-start justify-between"> <div> <h3 class="text-base font-semibold leading-7 text-gray-900">Companii care folosesc sistemele TBF</h3> <p class="mt-1 max-w-[80%] text-sm leading-6 text-gray-500"> Companii românești din 23 de industrii cu cifră totală de afaceri de aproape două miliarde euro (€1,764,000,000) pe an folosesc sistemele TBF. </p> </div> <button @click="modelOpen = false" class="text-gray-600 focus:outline-none hover:text-gray-700"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> </svg> </button> </div> <ul role="list" class="divide-y divide-gray-100"> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://lensa.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Lensa</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Daniel Crăciun</p> <button @click="clientModal = true; player = loadClientVideo('854431374'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €40,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://lensa.ro/">https://lensa.ro/</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://vindem-ieftin.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Vindem-Ieftin</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Cosmin Răileanu</p> <button @click="clientModal = true; player = loadClientVideo('854433898'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €15,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://vindem-ieftin.ro/">https://vindem-ieftin.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://euroteamgb.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Euro Team GB</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Octavian Blăjan</p> <button @click="clientModal = true; player = loadClientVideo('854435659'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €17,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://euroteamgb.com/">https://euroteamgb.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://termene.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Termene.ro </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Adrian Dagomir</p> <button @click="clientModal = true; player = loadClientVideo('854437242'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://termene.ro/">https://termene.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.deep-serv.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Deep Serv</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Marian Spînu</p> <button @click="clientModal = true; player = loadClientVideo('854437780'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €9,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.deep-serv.ro/">https://www.deep-serv.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://dwf.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">DWF</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Mihai Vînătoru</p> <button @click="clientModal = true; player = loadClientVideo('854438987'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://dwf.ro/">https://dwf.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.f64.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">F64</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Marian Alecsiu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €28,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.f64.ro/">https://www.f64.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.eucom.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Eucom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Delia Dragomir</p> <button @click="clientModal = true; player = loadClientVideo('857106803'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.eucom.ro/">https://www.eucom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.fomcogroup.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fomco</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Bernat Nyulas</p> <button @click="clientModal = true; player = loadClientVideo('854440136'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €27,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.fomcogroup.ro/">https://www.fomcogroup.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.dacris.net/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Dacris</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Lidia Fați</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €28,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.dacris.net/">https://www.dacris.net</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://izotec.ro/en/home/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Izotec</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Ciprian Chelariu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €8,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://izotec.ro/en/home/">https://izotec.ro/en/home</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://fryday.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fryday</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Lucian Florea</p> <button @click="clientModal = true; player = loadClientVideo('854441590'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://fryday.ro/">https://fryday.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://brutariafrontera.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Brutăria Frontera</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Alexandru Stancu</p> <button @click="clientModal = true; player = loadClientVideo('857110867'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €9,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://brutariafrontera.ro/">https://brutariafrontera.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.edenboutique.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Eden Boutique</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Bogdan Ghinea</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.edenboutique.ro/">https://www.edenboutique.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.blitz.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Blitz Imobiliare</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Cătălin Priscorniță</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.blitz.ro/">https://www.blitz.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://alphaclinic.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Alpha Clinic</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Dan Jalbă</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://alphaclinic.ro/">https://alphaclinic.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.rinapack.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Rinapack</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Adrian Bianu</p> <button @click="clientModal = true; player = loadClientVideo('854441969'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.rinapack.ro/">https://www.rinapack.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://allaboutparenting.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">All About Parenting</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Ștefan Irimia</p> <button @click="clientModal = true; player = loadClientVideo('854442216'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €9,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://allaboutparenting.ro/">https://allaboutparenting.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://club-aventura.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Club Aventura</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Marian Petrescu</p> <button @click="clientModal = true; player = loadClientVideo('854442767'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://club-aventura.ro/">https://club-aventura.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://saftica.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Domeniile Săftica</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Florin Marin</p> <button @click="clientModal = true; player = loadClientVideo('854442774'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://saftica.ro/">https://saftica.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://portalvillage.ro/en/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Portal Village</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Anca Munteanu</p> <button @click="clientModal = true; player = loadClientVideo('854442784'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://portalvillage.ro/en/">https://portalvillage.ro/en</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.bio-circle.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Bio-Circle Surface Technology</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Daniel Mereuță</p> <button @click="clientModal = true; player = loadClientVideo('854442800'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.bio-circle.ro/">https://www.bio-circle.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://shoph2o.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">H2O si ASANTe</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Iulian Tache</p> <button @click="clientModal = true; player = loadClientVideo('854442807'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://shoph2o.ro/">https://shoph2o.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.terasaflorilor.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Terasa Florilor</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Dragoș Dumitrescu</p> <button @click="clientModal = true; player = loadClientVideo('854442819'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.terasaflorilor.ro/">https://www.terasaflorilor.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://monicaion.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Brain Remodeling Expert</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Monica Ion</p> <button @click="clientModal = true; player = loadClientVideo('854442825'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://monicaion.ro/">https://monicaion.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.minuneanaturii.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Minunea Naturii</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Anca Ienin</p> <button @click="clientModal = true; player = loadClientVideo('854442832'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.minuneanaturii.ro/">https://www.minuneanaturii.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.zlate.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Compania de Acte</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Claudiu Zlate</p> <button @click="clientModal = true; player = loadClientVideo('854442843'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €60,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.zlate.ro/">https://www.zlate.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.izolatii-conducte.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Izolatii Conducte</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Dan Țigău</p> <button @click="clientModal = true; player = loadClientVideo('854442852'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €890,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.izolatii-conducte.ro/">https://www.izolatii-conducte.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://acoperisuri.info/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">BDM Systems</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Mircea Barticel</p> <button @click="clientModal = true; player = loadClientVideo('854442861'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://acoperisuri.info/">https://acoperisuri.info</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.linkedin.com/company/zyk-concept-srl/?originalSubdomain=ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">ZYK Concept</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Simena Zetu</p> <button @click="clientModal = true; player = loadClientVideo('854442869'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.linkedin.com/company/zyk-concept-srl/?originalSubdomain=ro">Website</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://247airporttransfer.co.uk" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Airport Transfer Cars</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Ionel Tănasă</p> <button @click="clientModal = true; player = loadClientVideo('854442882'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://247airporttransfer.co.uk">https://247airporttransfer.co.uk</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://mwgaze.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">MW Gaze</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Marius Ionuț</p> <button @click="clientModal = true; player = loadClientVideo('854442906'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://mwgaze.ro">http://mwgaze.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.rapidauto.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Best Auto Vest si Rapid Auto</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Silvian Nanea</p> <button @click="clientModal = true; player = loadClientVideo('854442930'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.rapidauto.ro">https://www.rapidauto.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://contrailmachinery.com" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Contrail Machinery</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Andrei Țipău</p> <button @click="clientModal = true; player = loadClientVideo('854442945'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €6,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://contrailmachinery.com">https://contrailmachinery.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.brandoffice.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Brand Distribution Group</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Alexandru Cojocaru</p> <button @click="clientModal = true; player = loadClientVideo('854442958'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.brandoffice.ro">https://www.brandoffice.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.eucom.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Eucom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Silviu Dragomir</p> <button @click="clientModal = true; player = loadClientVideo('857110131'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.eucom.ro/">https://www.eucom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.verla.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Verla</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Viorel Verzea</p> <button @click="clientModal = true; player = loadClientVideo('857112051'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €13,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.verla.ro/">https://www.verla.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://instaplan.ro/en" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">GB Instaplan </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator George Brănișteanu</p> <button @click="clientModal = true; player = loadClientVideo('857111346'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://instaplan.ro/en">https://instaplan.ro/en</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.smartwrap.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Smart Wrap</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Melinda Mureșan</p> <button @click="clientModal = true; player = loadClientVideo('857112920'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €7,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.smartwrap.ro/">https://www.smartwrap.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://miras.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Miras</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Mircea Mihai</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €121,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://miras.ro/">https://miras.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.multibonddural.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Multibond Dural</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Dorel Deatcu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €9,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.multibonddural.ro/">https://www.multibonddural.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.rodata.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Rodata</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €7,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.rodata.ro/">https://www.rodata.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://ribsgrill.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">BBQ Ribs Grill </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://ribsgrill.ro/">http://ribsgrill.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.aquapublis.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">AQUA Publis </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €780,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.aquapublis.com/">https://www.aquapublis.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://play-solutions.ro/en_en/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Play Solutions </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Nicu Plai</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://play-solutions.ro/en_en/">https://play-solutions.ro/en_en</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.atvrom.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">ATV Rom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €24,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.atvrom.ro">https://www.atvrom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://wesound.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">We Sound </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,050,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://wesound.ro/">https://wesound.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">All 4 Floor Distribution</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.proconfort.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Pro Confort Windows </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.proconfort.ro/">https://www.proconfort.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.commatech.ro/ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Comma-Tech </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €820,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.commatech.ro/ro/">https://www.commatech.ro/ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://olteniagarden.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Oltenia Garden </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://olteniagarden.ro/">https://olteniagarden.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fortify Solutions </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €215,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.everest-int.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Everest International Holding </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Horia Stanescu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.everest-int.ro/">https://www.everest-int.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://se-innovativeconstruction.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">S E Innovative Costruction </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://se-innovativeconstruction.com/">https://se-innovativeconstruction.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.linkedin.com/company/coliseum-s-a/about/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Coliseum </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €23,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.linkedin.com/company/coliseum-s-a/about/">LinkedIn</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.espressocafe.ro/despre-noi/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Flego</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Mirel Fleancu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €6,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.espressocafe.ro/despre-noi/">https://www.espressocafe.ro/despre-noi</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://elecon.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Elecon Plus </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://elecon.ro/">https://elecon.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://arenacad.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">ArenaCAD</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Andrei Oros</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €820,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://arenacad.com/">https://arenacad.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://cupio.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Cupio.ro</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €12,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://cupio.ro">https://cupio.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.eastelectric.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">East Electric</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.eastelectric.ro/">https://www.eastelectric.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://polidomservice.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">P D Polidom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://polidomservice.ro/">https://polidomservice.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://volter.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Volter</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://volter.ro/">https://volter.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/people/Saris-Fruit/100066378016367/?paipv=0&eav=AfauaDa5nLVbUgDCY7kwD61EcIN0tizvYvNpjsCdnMFyXg9-93h4mvoYO6La8bwoMe0&_rdr" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Saris fruit</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/people/Saris-Fruit/100066378016367/?paipv=0&eav=AfauaDa5nLVbUgDCY7kwD61EcIN0tizvYvNpjsCdnMFyXg9-93h4mvoYO6La8bwoMe0&_rdr">Website</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://arhivadia.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Evomag</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Mihai Pătrașcu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €50,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://arhivadia.ro/">https://evomag.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://arhivadia.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Limitless</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Daniel Slăvenie</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://arhivadia.ro/">https://limitless.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://arhivadia.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Diacostampet</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Diana Vochițoiu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://arhivadia.ro/">https://arhivadia.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.inoxmetalssr.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Inox Metal SSR</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Daniel Ion Bogdan</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.inoxmetalssr.ro/">https://www.inoxmetalssr.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://cuiul.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Cuiul</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Paul Cojocariu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €18,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://cuiul.ro/">https://cuiul.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://servelect.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Servelect </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Claudiu Boca</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €8,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://servelect.ro/">https://servelect.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://auto-run.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Autorun</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator George Aldea</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://auto-run.ro/">https://auto-run.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/PanamaromSRL/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Panamarom </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Petru Amariei</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/PanamaromSRL/">Facebook</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/profile.php?id=100065019012192&locale=ro_RO" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Ziroma</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Robert Grinberg</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/profile.php?id=100065019012192&locale=ro_RO">Facebook</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.terraverde.com.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Terraverde </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Dragos Magirescu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.terraverde.com.ro/">https://www.terraverde.com.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.nexxon.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Nexxon </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €44,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.nexxon.ro/">https://www.nexxon.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://tuvkarpat.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Tuvkarpat</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://tuvkarpat.ro/">https://tuvkarpat.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Intercom Energy </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://novusmedical.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Novus Medical Clinica </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://novusmedical.ro/">https://novusmedical.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="corident.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Corident Pro</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="corident.ro">corident.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://davtim-bau.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">DavTim-Bau</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,430,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://davtim-bau.ro/">http://davtim-bau.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.e-izolatii.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">MTM Izolatii</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Marius Trif</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €8,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.e-izolatii.ro/">http://www.e-izolatii.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://olecom.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Olecom Prod</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://olecom.ro/">https://olecom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.odorcontrol.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Odor Control</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.odorcontrol.ro/">http://www.odorcontrol.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://alternative-advertising.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Next Alternative Advertising</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €390,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://alternative-advertising.ro/">https://alternative-advertising.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://tncgroup.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Trend New Communication </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://tncgroup.ro/">https://tncgroup.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://revismed.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Revismed Medical</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,850,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://revismed.ro/">http://revismed.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://dentocalm.ro/en/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Dentocalm</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://dentocalm.ro/en/">https://dentocalm.ro/en</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.instgat.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Instgat</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.instgat.ro/">https://www.instgat.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://vizualmed.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Vizual Med</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Dacia Hîncu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €630,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://vizualmed.ro/">https://vizualmed.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://svt.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">SVT Electronics </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,550,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://svt.ro/">https://svt.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://hotelsmart.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Artur Smart </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €450,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://hotelsmart.ro/">https://hotelsmart.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.orzelowska.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Orzelowska Beauty</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €540,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.orzelowska.ro/">https://www.orzelowska.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://corporationconstruct.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Corporation Construct </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://corporationconstruct.ro/">https://corporationconstruct.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://webventures.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Web Ventures </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://webventures.ro/">https://webventures.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.seatbelt.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Seatbelt Consulting </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.seatbelt.ro/">https://www.seatbelt.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.paltinul.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Paltinul Imobiliare </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Carmen Olareanu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €150,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.paltinul.ro/">https://www.paltinul.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://m-a.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Mercator Analist </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €250,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://m-a.ro/">https://m-a.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.tedelectric.eu/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Glob Star Trade </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €10,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.tedelectric.eu/">https://www.tedelectric.eu</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://narciscernea.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Narcis Cernea Fitness Nutrition </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://narciscernea.com/">https://narciscernea.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.francize.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Franchwise </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Raluca Stanciu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.francize.ro/">https://www.francize.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://eatble.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Eatble Grup</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,090,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://eatble.com/">https://eatble.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.foggi.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Zara Design </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.foggi.ro/">https://www.foggi.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/SophiePatisserieConstanta/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Kibo Delice</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €750,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/SophiePatisserieConstanta/">Facebook</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.lindab.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Lindab</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €17,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.lindab.ro/">https://www.lindab.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.axpacademy.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Agile Craftsmanship </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.axpacademy.com/">https://www.axpacademy.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://uniforme-hill.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Gabrielle Design </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://uniforme-hill.ro/">https://uniforme-hill.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://sterachemicals.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Stera Chemicals </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €41,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://sterachemicals.ro/">https://sterachemicals.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.mcert.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Management Certification </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.mcert.ro/">https://www.mcert.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.medist.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Medist</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €50,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.medist.ro/">https://www.medist.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://doc-process.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Docprocess </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://doc-process.com/">https://doc-process.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.idealferoluc.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Ideal Feroluc </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.idealferoluc.ro/">https://www.idealferoluc.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.arcasolutions.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Arca Performance</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.arcasolutions.ro/">https://www.arcasolutions.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://gsdgroup.net/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Gsd Software Technology </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://gsdgroup.net/">https://gsdgroup.net</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://profit2cash.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Next Level Accounting </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €330,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://profit2cash.ro/">https://profit2cash.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://demmedia.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Dem Media </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €465,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://demmedia.ro/">https://demmedia.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.maurerimobiliare.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Maurer </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €20,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.maurerimobiliare.ro/">https://www.maurerimobiliare.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.tamos.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Conart </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.tamos.ro/">https://www.tamos.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://termoplast.ro/ro/home" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Termoplast</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Daniela Neculai</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €15,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://termoplast.ro/ro/home">https://termoplast.ro/ro/home</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.bibi.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Bibi Touring </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Ana Voican</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €9,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.bibi.ro/">https://www.bibi.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.almpower.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Alm Power Group</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.almpower.ro/">https://www.almpower.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.fastbit.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fastbit</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €830,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.fastbit.ro/">http://www.fastbit.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.accentgroup.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Accent Protrade</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.accentgroup.ro/">http://www.accentgroup.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.stere.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Stere și Asociații</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €460,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.stere.ro/">https://www.stere.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://envirotronic.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Envirotronic </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://envirotronic.ro/">https://envirotronic.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.forestdesign.ro/index.php/ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Forest Design</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Bogdan Candrea</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €460,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.forestdesign.ro/index.php/ro/">https://www.forestdesign.ro/</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.domina.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Domina Imobiliare</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €250,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.domina.ro/">https://www.domina.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://crystaldentalclinic.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Crystal Dental Clinic</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://crystaldentalclinic.ro/">https://crystaldentalclinic.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://bytex.net/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Bytex</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://bytex.net/">https://bytex.net</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.automatic.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Automatic Invest</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €975,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.automatic.ro/">https://www.automatic.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="www.memory.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Memory</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,550,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="www.memory.ro">www.memory.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://arcoexpert.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Arco Expert</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://arcoexpert.ro/">https://arcoexpert.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.biacon.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Biacon Activ</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €680,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.biacon.ro/">https://www.biacon.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.personallyme.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Personally me Bijuterii</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €160,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.personallyme.ro/">https://www.personallyme.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://qzine.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Qzine Catering</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €985,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://qzine.ro/">https://qzine.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://soft-tehnica.com/ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Soft Tehnica</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://soft-tehnica.com/ro/">https://soft-tehnica.com/ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://serviceoptimal.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Optimal Auto Expert</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €750,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://serviceoptimal.ro/">https://serviceoptimal.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/GrupGeneralID/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Grup General ID</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/GrupGeneralID/">Facebook</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.macgsm.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Mac GSM</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €220,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.macgsm.ro/">https://www.macgsm.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.interoptik.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">D C Optik</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.interoptik.ro/">https://www.interoptik.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.decadance.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Decadance Art Bar</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €475,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.decadance.ro/">https://www.decadance.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://novagrupvices.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Nova Grup Vices</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,020,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://novagrupvices.ro/">https://novagrupvices.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.blacklight.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Black Light</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.blacklight.ro/">https://www.blacklight.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.autoovarom.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Auto Ovarom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.autoovarom.ro/">https://www.autoovarom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.centrul.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Centrul de Calculatoare</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.centrul.com/">https://www.centrul.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.acda.ro/index" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">ACDA</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.acda.ro/index">https://www.acda.ro/index</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.creative-tim.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Creative Code</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.creative-tim.com/">https://www.creative-tim.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://magazinuloana.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Magazinul Oana</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €470,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://magazinuloana.ro/">https://magazinuloana.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.azariafood.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Azaria</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.azariafood.ro">https://www.azariafood.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.welthaus.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Welthaus</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €8,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.welthaus.ro/">https://www.welthaus.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://scoaladesoferigalati.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Aviatia</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €220,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://scoaladesoferigalati.ro/">https://scoaladesoferigalati.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.auto-soft.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Auto Soft</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €20,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.auto-soft.ro/">https://www.auto-soft.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.electrodel.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Electro Del</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.electrodel.ro/">https://www.electrodel.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.cantareindustriale.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">GBT</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €980,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.cantareindustriale.com/">https://www.cantareindustriale.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://marketingdeck.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Marketing Deck</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €250,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://marketingdeck.com/">https://marketingdeck.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.straton.digital/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Straton Digital</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €750,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.straton.digital/">https://www.straton.digital</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.dontpayfull.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Don't Pay Full </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.dontpayfull.com/">https://www.dontpayfull.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.webfuturestudio.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Web Future Studio</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.webfuturestudio.com/">https://www.webfuturestudio.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://caretta.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Caretta</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €12,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://caretta.ro/">https://caretta.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://ecce-homo.ro/en/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Organizația de caritate Ecce Homo</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://ecce-homo.ro/en/">https://ecce-homo.ro/en</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/mura.csi/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Mura CSI </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/mura.csi/">https://www.facebook.com/mura.csi</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://danilapartners.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Danila Parteners</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://danilapartners.ro/">https://danilapartners.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://topolive.ro/ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Topo Live Engineering </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €180,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://topolive.ro/ro/">https://topolive.ro/ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://demco.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Demco Lighting</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://demco.ro/">http://demco.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://amva.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Amva</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €210,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://amva.ro/">https://amva.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Olahus Trading</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://artmatch.net/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Art Match</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €17,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://artmatch.net/">https://artmatch.net</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.bravo.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Bravo</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €22,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.bravo.ro/">https://www.bravo.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://web.proinvest.com.ro/en/home/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Pro Invest</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €6,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://web.proinvest.com.ro/en/home/">https://web.proinvest.com.ro/</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://ptc-auto.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">PTC Auto</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://ptc-auto.ro/">https://ptc-auto.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://selectsoft.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Select Soft</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://selectsoft.ro/">https://selectsoft.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://statiebeton.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">RAI 88 Beton Rom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €7,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://statiebeton.ro/">https://statiebeton.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://piata9.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Piata 9</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://piata9.ro/">https://piata9.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://bijubox.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Bijubox </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €260,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://bijubox.ro/">https://bijubox.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://coopervision.com.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Coopervision</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://coopervision.com.ro/">https://coopervision.com.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://gazonartificial.com.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Hattrick Sport</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://gazonartificial.com.ro/">https://gazonartificial.com.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://hidrogeofor.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Hidrogeofor</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://hidrogeofor.ro/">https://hidrogeofor.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.diana.com.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Diana</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €78,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.diana.com.ro/">https://www.diana.com.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://sabettimed.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Sabetti Med</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://sabettimed.com/">https://sabettimed.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://modulor.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Modulator Architecture Office </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €230,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://modulor.ro/">https://modulor.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://agentie.marketing/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Selmark Advertising</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://agentie.marketing/">https://agentie.marketing</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://greenpointromania.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Green Point</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €7,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://greenpointromania.ro/">https://greenpointromania.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Raribel</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €210,000/an</p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://sfinx3c.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Sfinx Camper Converstion </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €990,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://sfinx3c.ro/">https://sfinx3c.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Submit</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €320,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.vallum.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Vallum</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €280,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.vallum.ro/">https://www.vallum.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.simtel.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Simtel</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €27,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.simtel.ro/">https://www.simtel.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.setprodcom.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Set Prod Com</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €10,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.setprodcom.ro/">https://www.setprodcom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Leads Heroes</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €215,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">ABC Support Vision</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €230,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.fiscalonline.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fiscal Online</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €480,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.fiscalonline.ro/">https://www.fiscalonline.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Soocces Online</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://palibo.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Palibo Cream</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://palibo.ro/">https://palibo.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://zexebraserie.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Zexe Braserie</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://zexebraserie.ro/">https://zexebraserie.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Rohaus</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.restaurantshanghai.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Restaurant Shanghai</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.restaurantshanghai.ro/">https://www.restaurantshanghai.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.ejobs.ro/company/tandia-sistem-s-r-l/336696" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Tandia Sistem</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €295,000/an</p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://proamb.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Proamb</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €870,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://proamb.ro/">https://proamb.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.smarsoft.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Smarsoft Electronic</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €430,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.smarsoft.ro/">https://www.smarsoft.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://costautilaje.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Costa Utilaje</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://costautilaje.ro/">https://costautilaje.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://ethicsbeauty.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Ethics Beauty </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://ethicsbeauty.ro/">https://ethicsbeauty.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://wellnessist.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">ASK DG</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €480,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://wellnessist.com/">https://wellnessist.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.tecnos.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Tecnoservice Equipment</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.tecnos.ro/">https://www.tecnos.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://logarithmicsolutions.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Logarithmic Services</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://logarithmicsolutions.com/">https://logarithmicsolutions.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://inventmedia.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Invent Media</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €560,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://inventmedia.ro/">https://inventmedia.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.autoclass.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Auto Class</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.autoclass.ro/">https://www.autoclass.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href=" " class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Alcom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €550,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=" "> </a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.fastbit.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fastbit</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €830,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.fastbit.ro/">http://www.fastbit.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.gremini.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">MBR Soft</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €550,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.gremini.com/">https://www.gremini.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Globe Trade Ventures</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://alchimeia.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Alchimeia</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://alchimeia.ro/">https://alchimeia.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.carpintek.es/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Carpintek </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.carpintek.es/">https://www.carpintek.es</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.ibcfocus.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">IBC Focus</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.ibcfocus.ro/">https://www.ibcfocus.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/Braldico1997" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Braldico</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/Braldico1997">Facebook</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Sengher Sisteme</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://medidentexim.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Medident</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://medidentexim.ro/">https://medidentexim.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://ebin.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Ebin</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €670,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://ebin.ro/">https://ebin.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.secoplan.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Secoplan</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.secoplan.ro/">https://www.secoplan.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.policlinicavivamed.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Santa Vida Med</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.policlinicavivamed.ro/">https://www.policlinicavivamed.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Luxorient</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €670,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.dornamedical.ro/policlinica-suceava/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Dorna Medical</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €11,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.dornamedical.ro/policlinica-suceava/">https://www.dornamedical.ro/</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://passionateclinic.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Passionate Clinic</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €290,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://passionateclinic.ro/">https://passionateclinic.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.goldenimobiliare.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Golden Imobiliare</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.goldenimobiliare.ro/">https://www.goldenimobiliare.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://rocktrans.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Rock Trans</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://rocktrans.ro/">https://rocktrans.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://zaharlaplic.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Zahar la Plic</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €520,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://zaharlaplic.ro/">https://zaharlaplic.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://cofetaria-narcisa.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Cofetaria Narcisa</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://cofetaria-narcisa.ro/">https://cofetaria-narcisa.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Car Oanceakim</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €960,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.mobman.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Mebelissimo</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €985,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.mobman.ro/">https://www.mobman.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://opsimus.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Opsimus</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://opsimus.ro/">https://opsimus.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://finomatex.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Finomatex</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €360,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://finomatex.com/">https://finomatex.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.triton.ro/triton-ro.php" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Triton</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €48,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.triton.ro/triton-ro.php">http://www.triton.ro/</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.hennlich.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Hennlich</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.hennlich.ro/">https://www.hennlich.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Recover</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Rsbauro</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €290,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Optilab Solution</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €690,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://basicra.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Basicra Prod</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://basicra.ro/">https://basicra.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.euronarcis.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Euro Narcis</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €12,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.euronarcis.ro/">https://www.euronarcis.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/profile.php?id=100066835885188" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">EMT Solutions</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €270,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/profile.php?id=100066835885188">Facebook</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Central Moreni</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €117,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://profial.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">A D Profial Company</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://profial.ro/">https://profial.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.gigroupholding.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Barnett Mccall Recruitment </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €16,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.gigroupholding.com/">https://www.gigroupholding.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.kindustrial.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Kardynal </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €970,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.kindustrial.ro/">https://www.kindustrial.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/AdInfinitumRO/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Ad Infinitum</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €230,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/AdInfinitumRO/">Facebook</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Bigmat Trade</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://pro-clinic.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Proclinic</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://pro-clinic.ro/">https://pro-clinic.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.top-led.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Cromalight</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.top-led.ro/">https://www.top-led.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://armcomp.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Armcomp</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://armcomp.ro/">https://armcomp.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://tehnicmedia.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Tehnic Media</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://tehnicmedia.ro/">https://tehnicmedia.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.oepia.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Oepia</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €8,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.oepia.ro/">https://www.oepia.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.consalsecurity.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Consal Security</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €840,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.consalsecurity.ro/">http://www.consalsecurity.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://oxygazon.ro/?currency=RON" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Oxygazon</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,250,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://oxygazon.ro/?currency=RON">https://oxygazon.ro/</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Biedar Plast</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,020,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://topmarket.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Top Market Comimpex </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €23,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://topmarket.ro/">https://topmarket.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Rusartis</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €263,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.unikat-group.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Ager</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €10,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.unikat-group.com/">https://www.unikat-group.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.charismatrade.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Charisma</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.charismatrade.ro/">https://www.charismatrade.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/boldify.studio/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Boldify</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €150,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/boldify.studio/">Facebook</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://ebactehnic.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Ebac Tehnic</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €750,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://ebactehnic.ro/">https://ebactehnic.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://razvanidicel.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Traditii din natura</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €860,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://razvanidicel.ro/">https://razvanidicel.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.mizar.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Vicmod</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.mizar.ro/">https://www.mizar.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.fiveplus.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fiveplus</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €270,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.fiveplus.ro/">https://www.fiveplus.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Tecnostar Consulting</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://darom.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Darom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://darom.ro/">https://darom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://dinamicagrup.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Dinamica </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €20,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://dinamicagrup.ro/">http://dinamicagrup.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Simedo</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://ancabandac.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Emiral Media</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://ancabandac.ro/">https://ancabandac.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.nordvestcamioane.eu/ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Nord Vest Camioane</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €9,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.nordvestcamioane.eu/ro/">https://www.nordvestcamioane.eu/ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.fli.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Future Line</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €470,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.fli.ro/">https://www.fli.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://oprean.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Oprean</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €15,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://oprean.ro/">https://oprean.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://plasson.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Plasson</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://plasson.ro/">https://plasson.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.webcar.eu/eu-en/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">MTC Cars Cluj</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €8,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.webcar.eu/eu-en/">https://www.webcar.eu/eu-en</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://apetit-catering.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Apetit Catering</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €960,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://apetit-catering.ro/">http://apetit-catering.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.salonpro.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Salonpro</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.salonpro.ro/">https://www.salonpro.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Astrid</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.graficard.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Graficard</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €190,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.graficard.ro/">http://www.graficard.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.belher.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Belher</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €770,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.belher.ro/">https://www.belher.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.interbabis.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Interbabis</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.interbabis.ro/">https://www.interbabis.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.steinweg.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Steinweg</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.steinweg.com/">https://www.steinweg.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Bibi Market</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://nomadcontainer.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Nomad Container</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://nomadcontainer.com/">https://nomadcontainer.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://abbate.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Abbate</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://abbate.ro/">https://abbate.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://angisan.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Angi San</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://angisan.ro/">https://angisan.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.medicalexpress.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Medical Express</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.medicalexpress.ro/">https://www.medicalexpress.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Mon Sport Shop</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.igiena-curatenie.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">CGR Business Project</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.igiena-curatenie.ro/">https://www.igiena-curatenie.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.amarket.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Design Ideal</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.amarket.ro">http://www.amarket.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.electricvalcor.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Electric Valcor</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.electricvalcor.ro/">https://www.electricvalcor.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.biasicom.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Bia Si Com</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.biasicom.ro/">https://www.biasicom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://tech-congroup.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Tech-con Group</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €7,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://tech-congroup.com/">https://tech-congroup.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://firmade.it/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Firma de IT</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €185,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://firmade.it/">https://firmade.it</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://fabricadeplasesport.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fabrica de Plase</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €620,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://fabricadeplasesport.ro/">https://fabricadeplasesport.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.totalsurvey.eu/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Total Survey</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.totalsurvey.eu/">https://www.totalsurvey.eu</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://autoalbina.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Auto Albina</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://autoalbina.ro/">https://autoalbina.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://acaju.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Acaju</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €6,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://acaju.ro/">https://acaju.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.midasoft.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Mida Soft</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €20,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.midasoft.ro/">https://www.midasoft.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.lifeishard.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Life is Hard</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.lifeishard.ro/">https://www.lifeishard.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.asisttopocad.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Asist Topo Cad</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €170,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.asisttopocad.ro/">http://www.asisttopocad.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.m-print.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Magic Digiprint</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €170,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.m-print.ro/">https://www.m-print.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.cofetariabombo.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Cofetaria Bombo</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €560,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.cofetariabombo.ro/">https://www.cofetariabombo.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.babyneeds.ro/lp/hot-sale/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Inevo</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.babyneeds.ro/lp/hot-sale/">https://www.babyneeds.ro/</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.foniro.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Foniro</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €680,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.foniro.ro/">https://www.foniro.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://gdcintermedro.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">GDC Intermed </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €670,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://gdcintermedro.ro/">https://gdcintermedro.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://jjdisplays.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">J&J Group </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €950,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://jjdisplays.ro/">https://jjdisplays.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://tqm-group.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">TQM Group</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://tqm-group.ro/">https://tqm-group.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://selectauto.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Select Auto</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://selectauto.ro/">https://selectauto.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://rovhc.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Rov Heiz Consult</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €9,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://rovhc.ro/">https://rovhc.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://nuevoconstruct.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Nuevo Construct</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://nuevoconstruct.ro/">https://nuevoconstruct.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://silvania.bio/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fermele Ecologice Silvania</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Geo Terhes</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €12,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://silvania.bio/">https://silvania.bio</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.thecolosseum.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Colosseum Mall</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.thecolosseum.ro/">https://www.thecolosseum.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.autonom.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Autonom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €128,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.autonom.ro/">https://www.autonom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.infinitrade.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Infiniti Trade</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.infinitrade.ro/">https://www.infinitrade.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://2plus1ads.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Xtdeco Retail</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €470,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://2plus1ads.com/">https://2plus1ads.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://darex.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Darex</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €8,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://darex.ro/">https://darex.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.suporto.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Suport Ortopedic</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €670,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.suporto.ro/">https://www.suporto.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://s2a.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">2SA Prime Lands Advisors</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://s2a.ro/">https://s2a.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://kilostop.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Kilostop</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Cristi Panaite</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://kilostop.ro/">https://kilostop.ro</a> </p> </div> </li> </ul> </div> </div> </div> <!-- Client Modal --> <div x-show="clientModal" class="fixed inset-0 z-50 overflow-y-auto" aria-labelledby="modal-title" role="dialog" aria-modal="true"> <div class="flex items-center justify-center min-h-screen px-4 text-center"> <div x-cloak @click="clientModal = false; player.destroy(); " x-show="clientModal" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-200 transform" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="fixed inset-0 transition-opacity bg-white bg-opacity-70 backdrop-blur-sm" aria-hidden="true"> <button @click="misiuneModal = false; player.destroy(); " class="absolute top-3 right-3 text-gray-900 hover:text-galben-400"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 md:w-10 h-6 md:h-10"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> </svg> </button> </div> <div x-cloak x-show="clientModal" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100" x-transition:leave="transition ease-in duration-200 transform" x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100" x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" class="relative inline-block w-full max-w-xl p-0 my-20 overflow-hidden text-left transition-all transform bg-white rounded-lg shadow-2xl 2xl:max-w-2xl"> <div x-cloak x-show="clientModal" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100" id="clientVideo" class="max-w-full max-h-screen"> <!-- Loader --> <div class="absolute w-10 h-10 right-0 top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2"> <svg class="animate-spin h-10 w-10 text-gray-300" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"> </path> </svg> </div> </div> </div> </div> </div> </div> </div> </div> <!-- CTA --> <div class="bg-black"> <div class="px-6 py-24 pt-0 sm:px-6 sm:pt-0 sm:pb-0 lg:px-8"> <div class="mx-auto max-w-2xl text-center"> <h2 class="reveal-0-1000 load-hidden font-display text-3xl font-bold tracking-tight text-white sm:text-4xl sm:leading-[3.5rem]"> Vorbește cu un consultant</h2> <p class="reveal-100-1000 load-hidden mx-auto mt-6 max-w-xl text-lg leading-8 text-neutru-200"> Completează formularul și un consultant TBF îți va răspunde în maximum două zile lucrătoare. Dacă este o nevoie urgentă scrie-ne direct la <a href="mailto:contact@tbf.ro" class="text-white hover:underline">contact@tbf.ro</a> cu subiectul "Urgent". </p> <div class="reveal-0-1000 load-hidden flex flex-wrap items-center justify-center mt-10 gap-y-6 gap-x-6 lg:justify-center"> <button data-tf-popup="XUHqMzkJ" data-tf-opacity="100" data-tf-iframe-props="title=Contact" data-tf-medium="snippet" class="h-11 bg-galben-300 text-neutru-950 hover:bg-galben-400 inline-flex items-center rounded-full gap-2.5 justify-center px-7 py-3 text-sm font-medium leading-none outline-offset-2 transition-all duration-200 ease-in-out active:transition-none"> Contactează-ne </button> </div> </div> </div> </div> <!-- Footer --> <div class="mx-auto mt-0 max-w-7xl px-6 lg:px-8"> <footer aria-labelledby="footer-heading" class="relative pt-0 pb-16 sm:pt-48 sm:pb-10"> <!-- Links --> <div class="hidden xl:grid xl:grid-cols-3 xl:gap-8 border-t border-white/10 pt-24"> <img class="h-4 w-auto" src="img/tbf-white.svg" alt> <div class="reveal-0-1000 mt-16 grid grid-cols-2 gap-8 xl:col-span-2 xl:mt-0"> <div class="md:grid md:grid-cols-2 md:gap-8"> <div> <h3 class="text-sm font-semibold leading-6 text-white"> Implementare </h3> <ul role="list" class="mt-6 space-y-4"> <li> <a href="ziua-responsabilitatilor.html" class="text-sm leading-6 text-neutru-200 hover:text-galben-400"> Responsabilități </a> </li> <li> <a href="ziua-procedurilor.html" class="text-sm leading-6 text-neutru-200 hover:text-galben-400"> Proceduri </a> </li> <li> <a href="ziua-recrutarilor.html" class="text-sm leading-6 text-neutru-200 hover:text-galben-400"> Proces Recrutări </a> </li> <li> <a href="ziua-vanzarilor.html" class="text-sm leading-6 text-neutru-200 hover:text-galben-400"> Proces Vânzări </a> </li> </ul> </div> <div class="mt-10 md:mt-0"> <h3 class="text-sm font-semibold leading-6 text-white"> Sisteme </h3> <ul role="list" class="mt-6 space-y-4"> <li> <a href="ziua-responsabilitatilor.html" class="text-sm leading-6 text-neutru-200 hover:text-galben-400"> Management </a> </li> <li> <a href="ziua-vanzarilor.html" class="text-sm leading-6 text-neutru-200 hover:text-galben-400"> Vânzări </a> </li> <li> <button data-tf-popup="Avc2QrAi" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="text-sm leading-6 text-neutru-200 hover:text-galben-400"> Software </button> </li> </ul> </div> </div> <div class="md:grid md:grid-cols-2 md:gap-8"> <div> <h3 class="text-sm font-semibold leading-6 text-white"> Companie </h3> <ul role="list" class="mt-6 space-y-4"> <li> <button x-data @click="$dispatch('open-misiune');" class="text-sm leading-6 text-neutru-200 hover:text-galben-400"> Povestea </button> </li> <li> <a href="studiu-tbf.html" class="text-sm leading-6 text-neutru-200 hover:text-galben-400"> Studiu </a> </li> <li> <button data-tf-popup="sC5FZTip" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="text-sm leading-6 text-neutru-200 hover:text-galben-400"> Cariere </button> </li> <li> <button data-tf-popup="XUHqMzkJ" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="text-sm leading-6 text-neutru-200 hover:text-galben-400"> Contact </button> </li> </ul> </div> <div class="mt-10 md:mt-0"> <h3 class="text-sm font-semibold leading-6 text-white"> Legal </h3> <ul role="list" class="mt-6 space-y-4"> <li> <a target="_blank" href="termeni-si-conditii.html" class="text-sm leading-6 text-neutru-200 hover:text-galben-400"> Termeni </a> </li> <li> <a target="_blank" href="politica-de-confidentialitate.html" class="text-sm leading-6 text-neutru-200 hover:text-galben-400"> Confidențialitate </a> </li> <li> <a target="_blank" href="politica-de-confidentialitate.html#prelucrare-date" class="text-sm leading-6 text-neutru-200 hover:text-galben-400"> GDPR </a> </li> <li> <a target="_blank" href="politica-de-confidentialitate.html#drepturi" class="text-sm leading-6 text-neutru-200 hover:text-galben-400"> Drepturi </a> </li> </ul> </div> </div> </div> </div> <!-- Copyright --> <div class="reveal-0-1000 mt-14 lg:mt-8 border-t border-white/10 pt-8 md:flex md:items-center md:justify-between"> <div class="flex items-center justify-center lg:justify-start space-x-6 md:order-2"> <a target="_blank" href="https://facebook.com/thebasicfundamentals" class="text-neutru-200 hover:text-galben-400"> <span class="sr-only"> Facebook </span> <svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <path fill-rule="evenodd" d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.988C18.343 21.128 22 16.991 22 12z" clip-rule="evenodd" /> </svg> </a> <a target="_blank" href="https://ro.linkedin.com/company/thebasicfundamentals" class="text-neutru-200 hover:text-galben-400"> <span class="sr-only"> LinkedIn </span> <svg class="h-5 w-5" fill="currentColor" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"> <path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" /> </svg> </a> <a target="_blank" href="https://www.youtube.com/@tbf1004" class="text-neutru-200 hover:text-galben-400"> <span class="sr-only"> YouTube </span> <svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <path fill-rule="evenodd" d="M19.812 5.418c.861.23 1.538.907 1.768 1.768C21.998 8.746 22 12 22 12s0 3.255-.418 4.814a2.504 2.504 0 0 1-1.768 1.768c-1.56.419-7.814.419-7.814.419s-6.255 0-7.814-.419a2.505 2.505 0 0 1-1.768-1.768C2 15.255 2 12 2 12s0-3.255.417-4.814a2.507 2.507 0 0 1 1.768-1.768C5.744 5 11.998 5 11.998 5s6.255 0 7.814.418ZM15.194 12 10 15V9l5.194 3Z" clip-rule="evenodd" /> </svg> </a> </div> <p class="mt-8 text-center lg:text-left px-5 lg:px-0 text-xs leading-5 text-neutru-200 md:order-1 md:mt-0"> © <span id="year-copyright"> 2024 </span> TBF Core, TBF Apps. Toate drepturile rezervate. </p> </div> </footer> </div> <!-- Scripts --> <script src="js/scripts.js?v=1.0.1"></script> <!-- Vimeo Player --> <script src="https://player.vimeo.com/api/player.js"></script> <!-- TypeForm --> <script src="//embed.typeform.com/next/embed.js"></script> <script> const count = 200, defaults = { origin: {y: 0.3, x: 0.5}, }; function fire(particleRatio, opts) { confetti( Object.assign({}, defaults, opts, { particleCount: Math.floor(count * particleRatio), }) ); } document.addEventListener("DOMContentLoaded", () => { function updateCountdown() { const targetDate = new Date('2024-11-19T23:59:59+02:00'); // Data țintă - 19 noiembrie 2024 la ora 23:59 în fusul orar București const now = new Date(); const timeDifference = targetDate - now; if (timeDifference <= 0) { document.getElementById('countdown').classList.remove("hidden"); document.getElementById('buton').classList.add("disabled"); document.getElementById('countdown').innerText = 'Oferta a expirat!'; return; } // Calculăm orele totale, ignorând zilele const hours = Math.floor(timeDifference / (1000 * 60 * 60)); const minutes = Math.floor((timeDifference % (1000 * 60 * 60)) / (1000 * 60)); const seconds = Math.floor((timeDifference % (1000 * 60)) / 1000); // Formatarea pentru a adăuga 0 în fața valorilor mai mici de 10 const formattedHours = hours < 10 ? '0' + hours : hours; const formattedMinutes = minutes < 10 ? '0' + minutes : minutes; const formattedSeconds = seconds < 10 ? '0' + seconds : seconds; // Actualizăm elementele HTML document.getElementById('countdown').classList.remove("hidden"); document.getElementById('hours').innerText = `${formattedHours}`; document.getElementById('minutes').innerText = `${formattedMinutes}`; document.getElementById('seconds').innerText = `${formattedSeconds}`; } // Actualizează countdown-ul la fiecare secundă setInterval(updateCountdown, 1000); fire(0.25, { spread: 26, startVelocity: 55, }); fire(0.2, { spread: 60, }); fire(0.35, { spread: 100, decay: 0.91, scalar: 0.8, }); fire(0.1, { spread: 120, startVelocity: 25, decay: 0.92, scalar: 1.2, }); fire(0.1, { spread: 120, startVelocity: 45, }); }); </script> </body> </html>
Back