import React from "react"; import FancyFeatureTen from "../../../components/features/FancyFeatureTen"; import HeaderLanding from "../../../components/header/landing/HeaderLanding"; import HeroBannerFive from "../../../components/hero-banner/HeroBannerFive"; import FancyTextBlock21 from "../../../components/fancy-text-block/FancyTextBlock21"; import CounterTwo from "../../../components/counter/CounterTwo"; import FancyFeatureEleven from "../../../components/features/FancyFeatureEleven"; import Pricing from "../../../components/pricing/pricing-four/Pricing"; import TestimonialFour from "../../../components/testimonial/TestimonialFour"; import FooterFive from "../../../components/footer/FooterFive"; import Image from "next/image"; import dynamic from "next/dynamic"; const Scrollspy = dynamic(() => import('@/components/scrollpy/Scrollphy'), { ssr: false, }) export const metadata = { title: 'Product 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 ProductLanding = () => { return (
{/* End Page SEO Content */} {/* End HeaderLanding */}
{/* End HeaderBannerFive */} {/* ============================================= Fancy Feature Ten ============================================== */}

The Product we work with.

{/* /.title-style-six */}
{/* End .col */}

Commonly used in the graphic, print & publishing industris for previewing visual mockups.

{/* End .col */}
{/* End Fancy Feature Ten */}
shape
{/* /.bg-wrapper */}
{/* /.fancy-feature-ten */} {/* ============================================= Fancy Text block Twenty One ============================================== */}
{/* /.fancy-text-block-twentyOne */} {/* ===================================================== Counter Style Two ===================================================== */}
{/* /.counter-style-two */} {/* ===================================================== Fancy Feature Eleven ===================================================== */}
Our Product

We’ve helping customer globally now.

{/* /.title-style-six */}
{/* End .container */}
{/* /.inner-container */} shape shape
{/* /.fancy-feature-eleven */} {/* ===================================================== Pricing Section Four ===================================================== */}

Solo, Agency or Team? We’ve got you covered.

{/* /.title-style-six */}
{/* End .container */}
{/* /.pricing-section-four */} {/* ===================================================== Client Feedback Slider Four ===================================================== */}

13,000+ Clients love Our product

{/* /.title-style-six */}
shape shape
{/* /.inner-container */}
{/* /.client-feedback-slider-four */} {/* ===================================================== Fancy Short Banner Six ===================================================== */}
shape

love our product?
Save $20 by grab it today.

{/* /.title-style-six */}

Try it risk free — we don’t charge cancellation fees.

Purchase Now
{/* /.container */}
{/* /.fancy-short-banner-six */} {/* ===================================================== Footer Style Five ===================================================== */} {/* /.theme-footer-five */}
); }; export default ProductLanding;