From b2e05adab67c9c20c43060c258e38dcf5511ae34 Mon Sep 17 00:00:00 2001 From: Philippe <44789132+PhilippeduPreez@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:08:58 +0200 Subject: [PATCH] Updated features (#448) * [site/components][s]: Updated features --- site/components/Feature.jsx | 59 ++++++++++++++++++++++++++++++ site/components/Features.jsx | 71 ++++++++++++++++++++++++++++++++++++ site/content/index.md | 67 ++-------------------------------- 3 files changed, 133 insertions(+), 64 deletions(-) create mode 100644 site/components/Feature.jsx create mode 100644 site/components/Features.jsx diff --git a/site/components/Feature.jsx b/site/components/Feature.jsx new file mode 100644 index 000000000..ef678f35d --- /dev/null +++ b/site/components/Feature.jsx @@ -0,0 +1,59 @@ +export function Feature({ feature, index }) { + if (index % 2 == 0) { + return ( +
+ Here are some of the cool features that are currently supported by + Flowershow +
+