From 219369c9a055632d7e294851ebb3f7770b1d3847 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 25 Aug 2024 09:20:10 +0100 Subject: [PATCH 1/2] chore: updated video to auto play --- .../layouts/homepage/HowItWorks.tsx | 270 ++++++++++++------ 1 file changed, 186 insertions(+), 84 deletions(-) diff --git a/src/components/layouts/homepage/HowItWorks.tsx b/src/components/layouts/homepage/HowItWorks.tsx index 0b0656033..c0d78234a 100644 --- a/src/components/layouts/homepage/HowItWorks.tsx +++ b/src/components/layouts/homepage/HowItWorks.tsx @@ -1,3 +1,97 @@ +// import { useTranslations } from "next-intl"; + +// import { Easy, Prebuilt, Scalable } from "./svgs"; + +// const HowItWorks = () => { +// const t = useTranslations("howItWorks"); +// return ( +// <> + +//
+//
+//
+//
+//

+// +// {t("howItWorksTitlePrefix")} +// {" "} +// {t("howItWorksTitleHighlight")} +//

+//

+// {t("howItWorksDescription")} +//

+//
+ +//
+//
+//
+// +//
+//
+//

+// {t("prebuiltTitle")} +//

+// +// {t("prebuiltDescription")} +// +//
+//
+ +//
+//
+// +//
+//
+//

+// {t("scalableTitle")} +//

+// +// {t("scalableDescription")} +// +//
+//
+ +//
+//
+// +//
+//
+//

+// {t("easyTitle")} +//

+// +// {t("easyDescription")} +// +//
+//
+//
+//
+//
+//
+// +// ); +// }; + +// export default HowItWorks; + import { useTranslations } from "next-intl"; import { Easy, Prebuilt, Scalable } from "./svgs"; @@ -5,98 +99,106 @@ import { Easy, Prebuilt, Scalable } from "./svgs"; const HowItWorks = () => { const t = useTranslations("howItWorks"); return ( - <> -