import React from "react";
import HeaderThree from "../../../components/header/HeaderThree";
import HeroBannerThree from "../../../components/hero-banner/HeroBannerThree";
import FancyFeatureEight from "../../../components/features/FancyFeatureEight";
import DocSlickAsNav from "../../../components/block-slider/DocSlickAsNav";
import TestimonialTwo from "../../../components/testimonial/TestimonialTwo";
import BrandThree from "../../../components/brand/BrandThree";
import FaqClassic from "../../../components/faq/FaqClassic";
import CopyRight from "../../../components/footer/CopyRight";
import FooterThree from "../../../components/footer/FooterThree";
import CallToActionTwo from "../../../components/call-to-action/CallToActionTwo";
import Image from "next/image";
export const metadata = {
title: 'Doc 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 DocLanding = () => {
return (
{/* End Header */}
{/* End Hero Banner Three */}
{/*
=============================================
Fancy Feature Eight
============================================== */}
Create documentation with technical-free writing,
{" "}
& effortless{" "}
hosting.
{/* End .col */}
{/* End .row */}
{/* End .row */}
{/* /.fancy-feature-eight */}
{/*
=============================================
Document Slide As Nav
============================================== */}
{/* End text block based image slide */}
{/*
=============================================
Fancy Three Text Blokc
============================================== */}
How it works
Awesome place to start creating your{" "}
first doc with{" "}
deski
Documentation
A home for your team, best-practices & thoughts.
With deksi docs, you can write, edit, let it collaborate
wherever you are lorem dumy text introduction.
{/* /.text-wrapper */}
{/* /.block-style-twelve */}
User Guides
Docs for your APIs, products, FAQs and user guides,
With deksi docs, you can write, edit, let it collaborate
wherever you are lorem dumy text introduction.
{/* /.text-wrapper */}
{/* /.block-style-twelve */}
Combine Idea
A place to think and track ideas for you & your team
With deksi docs, you can write, edit, let it collaborate
wherever you are lorem dumy text introduction.
{/* /.text-wrapper */}
{/* /.block-style-twelve */}
{/* /.fancy-feature-eight */}
{/*
=============================================
Client Feedback Slider Two
============================================== */}
Feedback
What’s Our Client Say
About Us{" "}
{/* /.slider-content */}
{/* /.client-feedback-slider-two */}
Who is using ours
deski docs?
Deski ties into your existing tools, services, & workflow. Get
notifications or create story with others tools.
See all partners
{/* End .col */}
{/* /.container */}
{/* /.logo-wrapper */}
{/* End who use deski section */}
{/*
=============================================
Faq Classic
============================================== */}
FAQ’s
Questions & Answers
{/* End .col */}
{/* End title */}
{/* /.faq-classic */}
{/*
=============================================
Call to Action
============================================== */}
{/* /.fancy-short-banner-four */}
{/*
=============================================
Footer
============================================== */}
{/* /.theme-footer-three */}
);
};
export default DocLanding;