From c2b17fa18096a7dfd680a662ac52cf951e73accc Mon Sep 17 00:00:00 2001 From: DmitriyB Date: Fri, 14 Oct 2022 18:42:44 +0500 Subject: [PATCH] added block --- .../demonstration/demonstartion.tsx | 18 ++++++++++++++ src/components/demos/demos.tsx | 24 ++++++++++++++++++- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/src/components/demonstration/demonstartion.tsx b/src/components/demonstration/demonstartion.tsx index 53d1a85..ba1a454 100644 --- a/src/components/demonstration/demonstartion.tsx +++ b/src/components/demonstration/demonstartion.tsx @@ -29,6 +29,24 @@ export const Demostration: React.FC = ({text}) => { + +
+ icon +
+
+ buildingImg +
+
+

{card2.title}

+

{card.subTitle}

+
+
+

{card2.caption}

+

{card2.caption1}

+
+
+
+
) } \ No newline at end of file diff --git a/src/components/demos/demos.tsx b/src/components/demos/demos.tsx index e57242b..a870a40 100644 --- a/src/components/demos/demos.tsx +++ b/src/components/demos/demos.tsx @@ -1,11 +1,14 @@ import './demos.css' import "../../styles/styles.css"; import building1 from './building1.png' +import building2 from './building2.png' + + import iconButton from "./iconButton.svg" export const Demos: React.FC = ({ text }) => { - const { card } = text; + const { card, card1 } = text; return (

@@ -30,6 +33,25 @@ export const Demos: React.FC = ({ text }) => {

+ +
+ icon +
+
+ buildingImg +
+
+

{card1.title}

+

{card1.subTitle}

+
+
+

{card1.caption}

+

{card1.caption1}

+
+
+
+
)