import React from "react"; import imageConnection from "@/images/zigzag-connection.png"; import imageGraph from "@/images/zigzag-graph.png"; import imageStreamLine from "@/images/zigzag-streamline.png"; import Image from "next/image"; import { SourceModal } from "@/types"; import Link from "next/link"; const FeaturesZigzag = () => { const tryItOnClick = () => { const signUpModal = document.getElementById("sign-up-modal"); if (!signUpModal) return; signUpModal.setAttribute("name", SourceModal.TryIt); signUpModal.removeAttribute("price_id"); signUpModal.click(); }; return (
{/* Section header */}

One Form, Zero Data Reentry

Enter data once and let our app do the rest. We'll send the information to your business systems, so that you don't need to do it more than once.

{/* Items */}
{/* 1st item */}
{/* Image */}
Features 01
{/* Content */}
Revolutionize Your Workflow

Sign365 removes collecting and filling forms from your workflow through it's iOS app. You can now fill and sign your forms without needing to do the work twice.

    We give you the app to collect your surveys and forms. You tell us where you want the information to go and we send it.
  • Is your GTO or labour hire company needing some forms to collect information? We offer{" "} free templates {" "} and give you the tools to make your own.

{/* 2nd item */}
{/* Image */}
Features 02
{/* Content */}
More speed. Less spend

Save Time and Money

Sign365 reduces your work hours by giving you an assistant to do all your paperwork. Got forms to store? Let{" "} the app {" "} do it!

  • Get the app to collect info and free up time to focus on other business operations.
  • The app {" "} stores your forms offline and then sends them when you are back online. You don't need someone to send the forms for you. You don't need someone to scan for you. Sign365 does it.
{/* 3rd item */}
{/* Image */}
Features 03
{/* Content */}
Unlock Seamless Business Operations

Connect to Over 1000 Apps

Sign365 can submit information to over 1000 apps. Whether you use Salesforce, Hubspot, or any other business app, Sign365 has got you covered.

  • Sign365 lets you choose where to store your forms. You can choose which apps to connect to yourself. Or let us do the heavy lifting!
); }; export default FeaturesZigzag;