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}

+
+
+
+
)