diff --git a/src/App.js b/src/App.js index 7c83559..82664ad 100644 --- a/src/App.js +++ b/src/App.js @@ -149,7 +149,7 @@ function App() { {/* */} {/* */} {/* */} - {/* */} + {/* */} diff --git a/src/components/ContactUsInfoCard/index.js b/src/components/ContactUsInfoCard/index.js index 095df41..d98a643 100644 --- a/src/components/ContactUsInfoCard/index.js +++ b/src/components/ContactUsInfoCard/index.js @@ -18,12 +18,12 @@ const ContactUsInfoCard = ({ items }) => {
{item.icon && {item.icon}}

{item.title} - + {item.content}

diff --git a/src/components/RoomCardInfo/index.js b/src/components/RoomCardInfo/index.js index 3128b5f..74fee2e 100644 --- a/src/components/RoomCardInfo/index.js +++ b/src/components/RoomCardInfo/index.js @@ -7,8 +7,25 @@ const RoomCardInfo = ({ items }) => { return (
{items.map((item, index) => ( -
-

{item.name}

+
+

+ {item.name} +

+

+ تاریخ ورود: + {item.enterData} +

+

+ تاریخ انقضا اقامت: + {item.expireData} +

+

+ شماره محل اقامت: + {item.roomNumber} +

))} qr-code