diff --git a/src/components/ServiceCard.js b/src/components/ServiceCard.js index 8701c4f..0cf31a3 100644 --- a/src/components/ServiceCard.js +++ b/src/components/ServiceCard.js @@ -1,53 +1,51 @@ -import {Card, Col, Text} from "@nextui-org/react"; +import {Button, Card, Col, Row, Text} from "@nextui-org/react"; function ServiceCard(props) { return ( - - + window.open(props.url)}> + - + {props.introText} - + {props.serviceText} - + {props.vendorText} - + - {/**/} - {/* */} - {/* */} - {/* */} - {/**/} + + + + + //
diff --git a/src/components/Services.js b/src/components/Services.js index 3ab2719..7eece14 100644 --- a/src/components/Services.js +++ b/src/components/Services.js @@ -6,19 +6,23 @@ import blogLogo from "../assets/blog_logo.png"; function Services() { return ( - + + logo={gitLogo} + buttonText="Zu den Repositories" + url='https://git.niklas-birk.de' /> - + + logo={blogLogo} + buttonText="Zum Blog" + url='https://blog.niklas-birk.de' />