import React from "react"; import Pricing from "../../../components/form-survey-landing/Pricing"; import Features from "../../../components/form-survey-landing/Features"; import FeaturesAbout from "../../../components/form-survey-landing/FeaturesAbout"; import HowWorks from "../../../components/form-survey-landing/HowWorks"; import Portfolio from "../../../components/form-survey-landing/Portfolio"; import Social from "../../../components/form-survey-landing/Social"; import Testimonial from "../../../components/form-survey-landing/Testimonial"; import HeaderLandingFormSurvey from "../../../components/form-survey-landing/HeaderLandingFormSurvey"; import HeroBannerThirteen from "../../../components/form-survey-landing/HeroBannerThirteen"; import Blog from "../../../components/form-survey-landing/Blog"; import CallToAction from "../../../components/form-survey-landing/CallToAction"; import Footer from "../../../components/form-survey-landing/Footer"; import dynamic from "next/dynamic"; const Scrollspy = dynamic(() => import('@/components/scrollpy/Scrollphy'), { ssr: false, }) export const metadata = { title: 'Form Survey Landing || Deski-Saas & Software Nextjs Template', description: `Unleash the full potential of your software projects with our SaaS-focused Next.js template. Create engaging blogs, showcase your talented team, set up an online shop, provide helpful FAQs, and offer exceptional services with our feature-rich solution. Elevate your SaaS and software development with ease and drive growth. Try it now and take your projects to new heights.`, } const FormSurveyLanding = () => { return (
{/* End Page SEO Content */} {/* End Header */} {/* End Hero banner */} {/* */}
HOW IT WORKS

Create forms, surveys, & quizzes that people enjoy answering.

{/* */} {/* */}
{/* */} {/* */}
TEMPLATE LIBRARY

Ton of Built in Library.

Template library help you to create your won style.
{/* */}
{/* */}
{/* */}
{/* */} {/* */}
{/* */} {/* */}
INTEGRATION

Integrate with 120+ apps & boost your workfrlow.

{/* */} {/* */}
{/* */}
{/* */} {/* */}
PRICING

Pick your plan or create

{/* */} {/* */}

Inside Story

Automatically send people to the next stage of the journey{" "}

{/* */}
{/* // */} {/* */}
); }; export default FormSurveyLanding;