import React from "react";
import HeaderLandingMobileApp from "../../../components/header/landing/HeaderLandingMobileApp";
import MobileAppPortfolio from "../../../components/portfolio/MobileAppPortfolio";
import MobileAppScreenSlider from "../../../components/portfolio/MobileAppScreenSlider";
import TestimonialThree from "../../../components/testimonial/TestimonialThree";
import BrandThree from "../../../components/brand/BrandThree";
import FooterSeven from "../../../components/footer/FooterSeven";
import CopyRightThree from "../../../components/footer/CopyRightThree";
import FancyFeatureTewentyThree from "../../../components/features/FancyFeatureTewentyThree";
import PricingSeven from "../../../components/pricing/PricingSeven";
import Image from "next/image";
import dynamic from "next/dynamic";
const Scrollspy = dynamic(() => import('@/components/scrollpy/Scrollphy'), {
ssr: false,
})
export const metadata = {
title: ' Mobile App 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 MobileAppLanding = () => {
return (
{/* End Page SEO Content */}
{/* End Mobile App Landing Header */}
{/* =============================================
Theme Hero Banner
============================================== */}
Build your Product by Deski App.
Deski delivered blazing fast performance, striking word solution
{/* End .row */}
{/* End .container */}
{/* /.hero-banner-ten */}
{/* =============================================
App Screen Preview
============================================== */}
{/* /.app-screen-preview-one */}
{/* =============================================
Fancy Feature Twenty Two
============================================== */}
The Product we work with.
Commonly used in the graphic, print& publishing industris for
previewing visual mockups.
{/* /.fancy-feature-twentyTwo */}
{/* =============================================
Fancy Feature Twenty Five
============================================== */}
{/* /.screen-container */}
Over 150,000+ client
Award winning application.
Commonly used in the graphic, prit quis & publishing indust
for previewing lorem visual mockups.
{/* /.text-wrapper */}
{/* /.block-style-twentyFive */}
{/* End .col */}
{/* /.feature-meta */}
{/* /.feature-meta */}
{/* End .col */}
{/* /.block-content */}
{/* /.screen-container */}
Best Solution
Why you choose desk app?
Things go wrong have We’ve understand.
- Amazing communication.
- Best trendinf designing experience.
- Email & Live chat.
{/* /.text-wrapper */}
{/* /.block-style-twentyFive */}
{/* /.fancy-feature-twentyFive */}
{/* =============================================
App Screen Preview
============================================== */}
{/* /.app-preview-slider-two */}
{/* /.app-screen-preview-two */}
{/* =====================================================
Pricing Section Seven
===================================================== */}
No hidden charge, Choose your plan.
{/* /.pricing-table-area-seven */}
{/* /.pricing-section-seven */}
{/* =====================================================
Client Feedback Slider Seven
===================================================== */}
Check what’s our client say about us.
{/* /.title-style-eleven */}
{/* /.inner-container */}
{/* /.client-feedback-slider-six */}
{/* =====================================================
Useable Tools
===================================================== */}
Our Partners
Who is using deski.
Share content across apps. Evernote connects with the
productivity tools you already use, so you can work your way.
{/* /.container */}
{/* /.logo-wrapper */}
{/* /.useable-tools-section-three */}
{/* =====================================================
Fancy Short Banner Twelve
===================================================== */}
Love our deski application? Download now!
Try it risk free — we don’t charge any cancellation fees
{/* /.container */}
{/* /.fancy-short-banner-twelve */}
{/* =====================================================
Footer Style Seven
===================================================== */}
{/* /.theme-footer-seven */}
);
};
export default MobileAppLanding;