Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/images/AvocatEchipa.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Footer() {

</div>
<p className=" leading-tight text-xs text-center ">
Copyright 2024 bradu.ro - Powered by CleanCode Solutions - CABINET INDIVIDUAL DE INSOLVENTA BRADU NICOLETA-DORINA
Copyright 2024 bradu.ro - Powered by <span className="uppercase"> CleanCode Solutions </span> - CABINET INDIVIDUAL DE INSOLVENTA BRADU NICOLETA-DORINA
</p>
</div>
</div>
Expand Down
58 changes: 30 additions & 28 deletions src/Pages/Contact.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@

import React, { useEffect } from 'react';
import React, { useEffect } from 'react';
import MyMap from '../Components/MyMap/MyMap';
import { address } from '../Reusables/Constants';



export default function Contact(){
export default function Contact() {



return (
Expand All @@ -24,34 +25,35 @@ export default function Contact(){
</div>

<div id="iconsDetails" className="w-full grid grid-cols-1 px768:grid-cols-2 gap-x-3 gap-y-3 mb-2.5">

<div id="leftPart" className="w-full xl-h-[480px] px768:h-fit flex flex-col text-[13px] ">

<p className="font-bold relative top-0 w-fit text-center mt-0 mb-2.5 uppercase text-[14px]">Contact</p>
<p className="font-bold relative top-0 w-fit text-center mt-1.5 mb-2.5 ">AVOCAT BRADU NICOLETA-DORINA</p>
<div className="flex mt-1.5 mb-2.5">
<p className="font-bold relative top-0 w-fit text-center mt-0 ">Tel:</p><p className="text-[#c01707] cursor-pointer hover:text-[#FF1800]">+40 726 212 737</p>
</div>

<div className="flex mt-1.5 mb-2.5 ">
<p className="font-bold relative top-0 w-fit text-center mt-0 ">Email:</p><p className="text-[#c01707] cursor-pointer hover:text-[#FF1800]">avocatnicoleta.bradu@gmail.com</p>

</div>
<div className="flex mt-1.5 mb-2.5 ">
<p className="font-bold relative top-0 w-fit text-center mt-0 ">Email:</p><p className="text-[#c01707] cursor-pointer hover:text-[#FF1800]">cinsolv.bradu@gmail.com</p>

</div>

<p className="font-bold relative top-0 w-fit text-center mt-1.5 mb-2.5 ">Program:</p>
<p className=" relative top-0 w-fit text-center mt-1.5 mb-2.5 ">Luni-Vineri: 09:00 - 17:00</p>
<p className="font-bold relative top-0 w-fit text-center mt-1.5 mb-2.5 ">Adresa:</p>
<p className=" relative top-0 w-fit text-center mt-1.5 mb-2.5 "></p>




<p className="font-bold relative top-0 w-fit text-center mt-0 mb-2.5 uppercase text-[14px]">Contact</p>
<p className="font-bold relative top-0 w-fit text-center mt-1.5 mb-2.5 ">AVOCAT BRADU NICOLETA-DORINA</p>
<div className="flex mt-1.5 mb-2.5">
<p className="font-bold relative top-0 w-fit text-center mt-0 ">Tel:</p><p className="text-[#c01707] cursor-pointer hover:text-[#FF1800] ml-1">+40 726 212 737</p>
</div>

<div className="flex mt-1.5 mb-2.5 ">
<p className="font-bold relative top-0 w-fit text-center mt-0 ">Email:</p><p className="text-[#c01707] cursor-pointer hover:text-[#FF1800] ml-1">avocatnicoleta.bradu@gmail.com</p>

</div>
<div className="flex mt-1.5 mb-2.5 ">
<p className="font-bold relative top-0 w-fit text-center mt-0 ">Email:</p><p className="text-[#c01707] cursor-pointer hover:text-[#FF1800] ml-1">cinsolv.bradu@gmail.com</p>
</div>

<div className="flex mt-1.5 mb-2.5 ">
<p className="font-bold relative top-0 w-fit text-center ">Program:</p>
<p className=" relative top-0 w-fit text-center ml-1 "> Luni-Vineri: 09:00 - 17:00</p>
</div>

<div className="flex mt-1.5 mb-2.5 ">
<p className="font-bold relative top-0 w-fit text-center ">Adresa: </p>
<p className=" relative top-0 w-fit text-center ">{address}</p>
</div>
</div>
<div className=" w-full h-[450px]">
<MyMap/>
<MyMap />
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/Pages/Team.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Team() {

return (
<div className="flex flex-col lg:flex-row w-full text-sm mb-8">
<img draggable="false" className="w-auto h-auto px400:h-[450px] px400:w-[300px] mb-3 lg:mr-16" src={image} />
<img draggable="false" className="w-auto h-auto px400:w-[350px] px400:h-[450px] mb-3 lg:mr-16" src={image} />

<div className="flex flex-col px-3 w-full">
<p className="font-bold">{name}</p>
Expand All @@ -33,16 +33,16 @@ export default function Team() {
draggable="false"
/>

<div className="my-8 flex items-center justify-between relative">
<div className="my-9 flex items-center justify-between relative">
{/* <p className="font-bold text-sm absolute bg-white py-6 pr-4">ECHIPA CABINET INDIVIDUAL DE INSOLVENTA BRADU NICOLETA-DORINA</p> */}
<p className="font-bold text-sm absolute bg-white py-6 pr-4">ECHIPA</p>
<div className="bg-gray-300 h-[1px] w-full"></div>
</div>


<MemberCard
name="Bradu Nicoleta-Dorina"
image="https://gomagcdn.ro/domains2/pravalia-cu-surprize.ro/files/product/original/statueta-zeita-justitiei-rasina-30cm-copie-564565.png"
name="Bradu Nicoleta-Dorina1"
image="public\images\AvocatEchipa.jpeg"
// roles={["Managing partner", "Avocat si practician in insolventa"]}
descriptions={["Titularul cabinetului este dna. Avocat Bradu Nicoleta-Dorina, membra a Baroului Bucuresti cat si a Uniunii Nationale a Practicienilor in Insolventa-Filiala Bucuresti, avocat cu o experienta remarcabila in Dreptul Comercial.",
"Politica cabinetului este aceea de a asigura performanta, servicii de calitate, implicarea rapida si rezolvarea pertinenta a problemelor financiare, tehnice si juridice prin identificarea solutiilor optime pentru fiecare client in parte."
Expand Down
1 change: 1 addition & 0 deletions src/Reusables/Constants.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const address = "Bucuresti, Sector 6, Bld. Iuliu Maniu 19A, Corp A, Ap. 0002"