import { motion } from "framer-motion"; import { useState } from "react"; import configurator from "../assets/images/configurator.gif"; export const FeaturesDiagonal = () => { return (
Experimental Feature

Run qsv terminal commands with the{" "} Configurator GUI

No need to run qsv commands in your terminal. Try out our qsv Configurator graphical user interface (GUI)* as an interactive way to run qsv without the need to use a command line interface (CLI).

*Configurator does not currently support all qsv commands.
Configurator Demo
); };