|
|
@ -7,11 +7,11 @@ import phone from "./images/phone.svg"; |
|
|
|
|
|
|
|
|
|
|
|
const ContactUsInfoCard = ({ items }) => { |
|
|
|
const ContactUsInfoCard = ({ items }) => { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<div className="max-w-[650px] flex flex-col rounded-md border bg-white border-gray-200 p-4 mx-auto mt-10"> |
|
|
|
<div className="w-fit flex flex-col rounded-md border bg-white border-gray-200 p-4 mx-auto mt-10"> |
|
|
|
{/* logo && map */} |
|
|
|
{/* logo && map */} |
|
|
|
<div className="flex flex-row items-center justify-between "> |
|
|
|
<div className="flex flex-row items-center justify-between "> |
|
|
|
<img src={map} alt="map" className="flex-1" /> |
|
|
|
<img src={map} alt="map" className="flex-1" /> |
|
|
|
<img src={logoRectangle} alt="map" className="w-[]" /> |
|
|
|
<img src={logoRectangle} alt="map" className="mr-2" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{/* contact info */} |
|
|
|
{/* contact info */} |
|
|
|
{items.map((item, index) => ( |
|
|
|
{items.map((item, index) => ( |
|
|
|