import Link from "next/link";
import FancyTextBlock22 from "../../../components/fancy-text-block/FancyTextBlock22";
import HeaderLandingNoteTaking from "../../../components/header/landing/HeaderLandingNoteTaking";
import HeroBannerSeven from "../../../components/hero-banner/HeroBannerSeven";
import PricingSix from "../../../components/pricing/pricing-six/Pricing";
import TestimonialSix from "../../../components/testimonial/TestimonialSix";
import CopyRightThree from "../../../components/footer/CopyRightThree";
import FooterSeven from "../../../components/footer/FooterSeven";
import FancyFeatureSeventeen from "../../../components/features/FancyFeatureSeventeen";
import DocAsTabs from "../../../components/block-slider/DocAsTabs";
import FancyFeaturesTwo from "@/components/fancy-features/FancyFeaturesTwo";
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 NoteTakingLanding = () => {
return (
{/* End Page SEO Content */}
{/* End Header Landing Note Talking */}
{/* =============================================
Theme Hero Banner
============================================== */}