|
|
@ -7,7 +7,7 @@ import phone from "./images/phone.svg"; |
|
|
|
|
|
|
|
|
|
|
|
const ContactUsInfoCard = ({ items }) => { |
|
|
|
const ContactUsInfoCard = ({ items }) => { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<div className="max-w-[650px] flex flex-col rounded border bg-white border-gray-200 p-4 mx-auto mt-10"> |
|
|
|
<div className="max-w-[650px] 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" /> |
|
|
|
<img src={map} alt="map" /> |
|
|
|