diff --git a/src/pages/tutorials/index.jsx b/src/pages/tutorials/index.jsx index 80c4092..3860889 100644 --- a/src/pages/tutorials/index.jsx +++ b/src/pages/tutorials/index.jsx @@ -1,92 +1,123 @@ /* eslint-disable react/no-danger */ -import React from 'react'; +import React from 'react'; import { graphql, Link } from 'gatsby'; import Layout from '../../components/layout'; -import LeftNav from "../../components/LeftNav"; +import LeftNav from '../../components/LeftNav'; import 'prismjs/themes/prism-tomorrow.css'; import '../../templates/page.scss'; -import SEO from "../../components/seo"; -import SearchInputBox from "../../components/SearchInputBox"; -import MobileView from "../../components/MobileView"; +import SEO from '../../components/seo'; +import SearchInputBox from '../../components/SearchInputBox'; +import MobileView from '../../components/MobileView'; -import CardList from "../../components/navcards"; +import CardList from '../../components/navcards'; import Header from '../../components/header'; const IndexContent = () => { - return ( - <> -
-

Testsigma Tutorials


- A Complete collection of tutorials guide you through test automation in Testsigma. + return ( + <> +
+

Testsigma Tutorials

+
+ + A Complete collection of tutorials guide you through test automation + in Testsigma. + +
+
+ Knowledge Base +
+
+
+ +
+
+
+

+ Learn how to execute low code tests across 3000+ device / browser + environments. +

+ + Schedule a free demo + +
+
+
+
+ + +
+ + + + Ask the Community
-
- -
-
-
-

Learn how to execute low code tests across 3000+ device / browser environments.

- Schedule a free demo -
-
-
-
- - -
- - - - Ask the Community -
- -
-
- - ); + +
+
+ + ); }; const Index = () => { - return ( - - -
-
- {/**/} -
-
- - -
-
- -
-
-
+ return ( + + +
+
+ {/**/} +
+
+ + +
+
+
- - ); +
+
+
+ + ); }; -export default Index; \ No newline at end of file +export default Index;