import React from "react"; import Link from "next/link"; import Header from "../../../components/header/Header"; import CallToActionFour from "../../../components/call-to-action/CallToActionFour"; import Footer from "../../../components/footer/Footer"; import CopyRight from "../../../components/footer/CopyRight"; import FaqClassic from "../../../components/faq/FaqClassicTwo"; import CounterFour from "../../../components/counter/CounterFour"; import Pricing from "../../../components/pricing/pricing-two/Pricing"; import Image from "next/image"; export const metadata = { title: 'Pricing Project Management || 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 ProjectManagement = () => { return (
{/* End Page SEO Content */}
{/* End Header */} {/* ============================================= Pricing Section One ============================================== */}

Choose package match your budget

5 minute installation · Try Team plan features for 14 days · No credit card required

{/* /.fancy-hero-one */}
shape shape
{/* End .container */}
{/* /.pricing-section-one */} {/* ===================================================== Counter Info Standard ===================================================== */}
{/* /.counter-info */} {/* ============================================= Fancy Text Block Fifteen ============================================== */}
iocn
More Over 1500+ customers

Just simply amazing. Feel lucky use their service. Highly recommended andappriciate their service & highly trusted.

Jimmy Klein. California USA
{/* /.text-wrapper */}
{/* End .col */}
media
{/* End .col */}
{/* /.bg-wrapper */}

Want a custome pricing for your business? Send us mail

Contact us
{/* /.contact-banner */}
{/* /.fancy-text-block-fifteen */} {/* ============================================= Faq Classic ============================================== */}
Find your answers

Have any thought? Look here.

{/* /.title-style-one */} Go to Faq
{/* End .col */}
{/* End .col */}
{/* /.faq-classic */} {/* ===================================================== Call To Action ===================================================== */}
{/* /.container */}
{/* /.fancy-short-banner-one */} {/* ============================================= Footer ============================================== */} {/* /.theme-footer-one */}
); }; export default ProjectManagement;