first commit
This commit is contained in:
@@ -0,0 +1,198 @@
|
||||
import React from "react";
|
||||
|
||||
import HeaderTwo from "../../../components/header/HeaderTwo";
|
||||
import Social from "../../../components/social/Social";
|
||||
import AboutThree from "../../../components/about/AboutThree";
|
||||
import AboutFive from "../../../components/about/AboutFive";
|
||||
import CounterThree from "../../../components/counter/CounterThree";
|
||||
import FooterTwo from "../../../components/footer/FooterTwo";
|
||||
import CopyRightTwo from "../../../components/footer/CopyRightTwo";
|
||||
import FeatureSix from "../../../components/features/FeatureSix";
|
||||
import CallToActionThree from "../../../components/call-to-action/CallToActionThree";
|
||||
import Image from "next/image";
|
||||
export const metadata = {
|
||||
title: 'Features Customer Support || 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 FeaturesCustomerSupport = () => {
|
||||
return (
|
||||
<div className="main-page-wrapper p0">
|
||||
|
||||
{/* End Page SEO Content */}
|
||||
|
||||
<HeaderTwo />
|
||||
{/* End Header */}
|
||||
|
||||
{/* =============================================
|
||||
Fancy Hero Three
|
||||
============================================== */}
|
||||
<div className="fancy-hero-three">
|
||||
<div className="shapes shape-one"></div>
|
||||
<div className="shapes shape-two"></div>
|
||||
<div className="shapes shape-three"></div>
|
||||
<div className="shapes shape-four"></div>
|
||||
<div className="shapes shape-five"></div>
|
||||
<div className="shapes shape-six"></div>
|
||||
<div className="bg-wrapper">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-xl-9 col-lg-10 m-auto">
|
||||
<h1 className="heading">Check our features with details.</h1>
|
||||
<p className="sub-heading">
|
||||
deski helps teams of all sizes get better at delivering
|
||||
effortless customer
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* /.bg-wrapper */}
|
||||
</div>
|
||||
{/* /.fancy-hero-three */}
|
||||
|
||||
{/* =============================================
|
||||
Fancy Text block Eleven
|
||||
============================================== */}
|
||||
<div className="fancy-text-block-eleven mt-225 md-mt-100">
|
||||
<div className="container">
|
||||
<AboutFive />
|
||||
</div>
|
||||
</div>
|
||||
{/* /.fancy-text-block-eleven */}
|
||||
|
||||
{/* =====================================================
|
||||
Counter With Icon One
|
||||
===================================================== */}
|
||||
<div className="counter-with-icon-one pt-70 pb-45">
|
||||
<div className="container">
|
||||
<CounterThree />
|
||||
</div>
|
||||
</div>
|
||||
{/* /.counter-with-icon-one */}
|
||||
|
||||
{/* =============================================
|
||||
Fancy Feature Six
|
||||
============================================== */}
|
||||
<div className="fancy-feature-six mt-140 md-mt-70">
|
||||
<div className="bg-wrapper">
|
||||
<div className="shapes shape-one"></div>
|
||||
<div className="shapes shape-two"></div>
|
||||
<div className="shapes shape-three"></div>
|
||||
<div className="shapes shape-four"></div>
|
||||
<div className="shapes shape-five"></div>
|
||||
<Image width={235} height={235}
|
||||
src="/images/shape/51.svg"
|
||||
alt="shape"
|
||||
className="shapes shape-six"
|
||||
/>
|
||||
<div className="container">
|
||||
<div className="title-style-two text-center mb-85 md-mb-40">
|
||||
<h2>
|
||||
Our
|
||||
<span>
|
||||
Features{" "}
|
||||
<Image width={375} height={44} src="/images/shape/line-shape-2.svg" alt="shape" />
|
||||
|
||||
</span>
|
||||
list
|
||||
</h2>
|
||||
<div className="sub-text mt-15">
|
||||
Get to know all deski features, that are part of the complex
|
||||
multi-channel
|
||||
</div>
|
||||
</div>
|
||||
{/* End .title */}
|
||||
<FeatureSix />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* /.fancy-feature-six */}
|
||||
|
||||
{/*=====================================================
|
||||
Useable Tools
|
||||
===================================================== */}
|
||||
<div className="useable-tools-section-two bg-shape mb-250 mt-150 md-mt-100 md-mb-100">
|
||||
<div className="bg-wrapper">
|
||||
<div className="shapes shape-one"></div>
|
||||
<div className="shapes shape-two"></div>
|
||||
<div className="shapes shape-three"></div>
|
||||
<div className="shapes shape-four"></div>
|
||||
<div className="container">
|
||||
<div className="title-style-two text-center mb-70 md-mb-10">
|
||||
<div className="row">
|
||||
<div className="col-lg-10 col-md-11 m-auto">
|
||||
<p>Integrates with your tools</p>
|
||||
<h2>
|
||||
Connect deski with the software you
|
||||
<span>
|
||||
use every
|
||||
<Image width={375} height={44} src="/images/shape/line-shape-2.svg" alt="shape" />
|
||||
|
||||
</span>
|
||||
day.
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* /.title-style-two */}
|
||||
|
||||
<div className="icon-wrapper">
|
||||
<Social />
|
||||
</div>
|
||||
{/* /.icon-wrapper */}
|
||||
</div>
|
||||
{/* /.container */}
|
||||
</div>
|
||||
{/* /.bg-wrapper */}
|
||||
</div>
|
||||
{/* /.useable-tools-section-two */}
|
||||
|
||||
{/* =====================================================
|
||||
Fancy Text Block Eleven
|
||||
===================================================== */}
|
||||
<div className="fancy-text-block-eleven pt-50">
|
||||
<div className="container">
|
||||
<AboutThree />
|
||||
</div>
|
||||
</div>
|
||||
{/* /.fancy-text-block-eleven */}
|
||||
|
||||
{/* =====================================================
|
||||
Fancy Short Banner Three
|
||||
===================================================== */}
|
||||
<div className="fancy-short-banner-three mt-225 md-mt-150">
|
||||
<div className="container">
|
||||
<div className="bg-wrapper">
|
||||
<CallToActionThree />
|
||||
</div>
|
||||
{/* /.bg-wrapper */}
|
||||
</div>
|
||||
{/* /.container */}
|
||||
</div>
|
||||
{/* /.fancy-short-banner-four */}
|
||||
|
||||
{/* =====================================================
|
||||
Footer Style Two
|
||||
===================================================== */}
|
||||
<footer className="theme-footer-two pt-150 md-pt-80">
|
||||
<div className="top-footer">
|
||||
<div className="container">
|
||||
<FooterTwo />
|
||||
</div>
|
||||
{/* /.container */}
|
||||
</div>
|
||||
{/* /.top-footer */}
|
||||
|
||||
<div className="container">
|
||||
<div className="bottom-footer-content">
|
||||
<CopyRightTwo />
|
||||
</div>
|
||||
{/* /.bottom-footer */}
|
||||
</div>
|
||||
</footer>
|
||||
{/* /.theme-footer-one */}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default FeaturesCustomerSupport;
|
||||
@@ -0,0 +1,85 @@
|
||||
import React from "react";
|
||||
import Link from "next/link";
|
||||
import LoginForm from "../../../components/contact/form/LoginForm";
|
||||
import Image from "next/image";
|
||||
export const metadata = {
|
||||
title: 'Login || 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 Login = () => {
|
||||
return (
|
||||
<div className="main-page-wrapper p0">
|
||||
|
||||
{/* End Page SEO Content */}
|
||||
<div className="user-data-page clearfix d-lg-flex">
|
||||
<div className="illustration-wrapper d-flex align-items-center justify-content-between flex-column">
|
||||
<h3 className="font-rubik">
|
||||
Want your best managment <br />
|
||||
software? <Link href="/signup">sign up</Link>
|
||||
</h3>
|
||||
<div className="illustration-holder">
|
||||
<Image width="930" height="738"
|
||||
src="/images/assets/ils_08.svg"
|
||||
alt="illustration"
|
||||
className="illustration"
|
||||
/>
|
||||
<Image width="554" height="672"
|
||||
src="/images/assets/ils_08.1.svg"
|
||||
alt="illustration"
|
||||
className="shapes shape-one"
|
||||
/>
|
||||
<Image width="369" height="728"
|
||||
src="/images/assets/ils_08.2.svg"
|
||||
alt="illustration"
|
||||
className="shapes shape-two"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
{/* /.illustration-wrapper */}
|
||||
|
||||
<div className="form-wrapper">
|
||||
<div className="d-flex justify-content-between">
|
||||
<div className="logo">
|
||||
<Link href="/project-management">
|
||||
<Image width="87" height="40" src="/images/logo/deski_01.svg" alt="logo" />
|
||||
</Link>
|
||||
</div>
|
||||
<Link
|
||||
className="font-rubik go-back-button"
|
||||
href="/project-management"
|
||||
>
|
||||
Go to home
|
||||
</Link>
|
||||
</div>
|
||||
<div className="mt-80 md-mt-40">
|
||||
<h2>
|
||||
Hi buddy, welcome <br /> Back!
|
||||
</h2>
|
||||
<p className="header-info pt-30 pb-50">
|
||||
Still don't have an account? <Link href="/signup">Sign Up</Link>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<LoginForm />
|
||||
{/* Login Form End */}
|
||||
<p className="text-center font-rubik copyright-text">
|
||||
Copyright @{new Date().getFullYear()}{" "}
|
||||
<a
|
||||
href="https://themeforest.net/user/ib-themes/portfolio"
|
||||
target="_blank"
|
||||
title="myFrame"
|
||||
rel="noreferrer"
|
||||
>
|
||||
ib-themes
|
||||
</a>{" "}
|
||||
inc.
|
||||
</p>
|
||||
</div>
|
||||
{/* /.form-wrapper */}
|
||||
</div>
|
||||
{/* /.user-data-page */}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Login;
|
||||
@@ -0,0 +1,65 @@
|
||||
import React from "react";
|
||||
import Link from "next/link";
|
||||
import Image from "next/image";
|
||||
export const metadata = {
|
||||
title: 'Not Found || 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 NotFound = () => {
|
||||
return (
|
||||
<div className="main-page-wrapper p0">
|
||||
|
||||
{/* End Page SEO Content */}
|
||||
|
||||
<div className="error-page d-lg-flex align-items-center">
|
||||
<div className="img-holder order-lg-last">
|
||||
<Image
|
||||
src="/images/media/404.svg"
|
||||
|
||||
fill
|
||||
|
||||
|
||||
alt="media"
|
||||
className="w-100 illustration"
|
||||
/>
|
||||
<Image
|
||||
width={104}
|
||||
height={151}
|
||||
src="/images/media/404-q.svg"
|
||||
alt="media"
|
||||
className="shapes qus"
|
||||
/>
|
||||
</div>
|
||||
<div className="text-wrapper order-lg-first">
|
||||
<div className="logo">
|
||||
<Link href="/">
|
||||
<Image width={136}
|
||||
height={43} src="/images/logo/deski_05.svg" alt="logo" />
|
||||
</Link>
|
||||
</div>
|
||||
<h1 className="font-slab">
|
||||
Sorry, <br />
|
||||
The Page Can’t <br />
|
||||
be Found.
|
||||
</h1>
|
||||
<p className="font-rubik">
|
||||
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
|
||||
commodo consequat
|
||||
</p>
|
||||
|
||||
<Link
|
||||
href="/"
|
||||
className="back-home font-rubik d-flex align-items-center justify-content-center"
|
||||
>
|
||||
<span>Back to Home</span>
|
||||
<Image width={21} height={10} src="/images/icon/53.svg" alt="icon" />
|
||||
</Link>
|
||||
</div>
|
||||
{/* /.text-wrapper */}
|
||||
</div>
|
||||
{/* /.error-page */}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default NotFound;
|
||||
@@ -0,0 +1,340 @@
|
||||
import React from "react";
|
||||
import Link from "next/link";
|
||||
import HeaderTwo from "../../../components/header/HeaderTwo";
|
||||
import Social from "../../../components/social/Social";
|
||||
import FooterTwo from "../../../components/footer/FooterTwo";
|
||||
import CopyRightTwo from "../../../components/footer/CopyRightTwo";
|
||||
import AboutFour from "../../../components/about/AboutFour";
|
||||
import CallToActionThree from "../../../components/call-to-action/CallToActionThree";
|
||||
import Image from "next/image";
|
||||
export const metadata = {
|
||||
title: 'Product Customer Support || 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 ProductCustomerSupport = () => {
|
||||
return (
|
||||
<div className="main-page-wrapper p0">
|
||||
|
||||
{/* End Page SEO Content */}
|
||||
|
||||
<HeaderTwo />
|
||||
{/* End Header */}
|
||||
|
||||
{/* =============================================
|
||||
Fancy Hero Three
|
||||
============================================== */}
|
||||
<div className="fancy-hero-three bg-transparent">
|
||||
<div className="shapes shape-one"></div>
|
||||
<div className="shapes shape-two"></div>
|
||||
<div className="shapes shape-three"></div>
|
||||
<div className="shapes shape-four"></div>
|
||||
<div className="shapes shape-five"></div>
|
||||
<div className="shapes shape-six"></div>
|
||||
<div className="bg-wrapper">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-xl-9 col-lg-10 col-md-10 m-auto">
|
||||
<h1 className="heading">Check our product in details</h1>
|
||||
<p className="sub-heading">
|
||||
deski helps teams of all sizes get better at delivering
|
||||
effortless customer
|
||||
</p>
|
||||
<Link
|
||||
href="/pricing-cs"
|
||||
className="theme-btn-two trial-button mt-50 md-mt-30"
|
||||
>
|
||||
{" "}
|
||||
Start Trial
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* /.bg-wrapper */}
|
||||
</div>
|
||||
{/* /.fancy-hero-three */}
|
||||
|
||||
{/* =============================================
|
||||
Fancy Feature Seven
|
||||
============================================== */}
|
||||
<div className="fancy-feature-seven">
|
||||
<div className="container">
|
||||
<div className="title-style-two text-center mb-150 md-mb-70">
|
||||
<p>Our Product</p>
|
||||
<h2>
|
||||
First-timer? Or old-hand? provide support with
|
||||
<span>
|
||||
deski is{" "}
|
||||
<Image width="304" height="37" src="/images/shape/line-shape-8.svg" alt="line shape" />
|
||||
</span>{" "}
|
||||
simple.
|
||||
</h2>
|
||||
</div>
|
||||
{/* /.title-style-two */}
|
||||
|
||||
<div className="block-wrapper">
|
||||
<div className="block-style-nine">
|
||||
<div className="row align-items-center">
|
||||
<div
|
||||
className="col-lg-7 col-md-9 m-auto"
|
||||
data-aos="fade-right"
|
||||
data-aos-duration="1200"
|
||||
>
|
||||
<div className="illustration-holder">
|
||||
<Image width="659" height="667" src="/images/assets/ils_04.svg" alt="illustrator" />
|
||||
</div>
|
||||
{/* /.illustration-holder */}
|
||||
</div>
|
||||
<div
|
||||
className="col-lg-5"
|
||||
data-aos="fade-left"
|
||||
data-aos-duration="1200"
|
||||
>
|
||||
<div className="text-wrapper">
|
||||
<h6>Create Event</h6>
|
||||
<h3 className="title font-gilroy-bold">
|
||||
Provide your support now simple and easy.
|
||||
</h3>
|
||||
<p className="font-rubik">
|
||||
Set-up a simple, professional box-office page on your site
|
||||
(or standalone) in minutes. Then design and customise it
|
||||
as much (or as little) as you like with our user-friendly
|
||||
dashboard
|
||||
</p>
|
||||
</div>
|
||||
{/* /.text-wrapper */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* /.block-style-nine */}
|
||||
<div className="block-style-nine">
|
||||
<div className="row align-items-center">
|
||||
<div
|
||||
className="col-lg-7 col-md-9 m-auto order-lg-last"
|
||||
data-aos="fade-left"
|
||||
data-aos-duration="1200"
|
||||
>
|
||||
<div className="illustration-holder">
|
||||
<Image width="721" height="683" src="/images/assets/ils_05.svg" alt="illustrator" />
|
||||
</div>{" "}
|
||||
{/* /.illustration-holder */}
|
||||
</div>
|
||||
<div
|
||||
className="col-lg-5 order-lg-first"
|
||||
data-aos="fade-right"
|
||||
data-aos-duration="1200"
|
||||
>
|
||||
<div className="text-wrapper">
|
||||
<h6>SELL TICKET</h6>
|
||||
<h3 className="title font-gilroy-bold">
|
||||
Sell tickets anywhere anytime online.
|
||||
</h3>
|
||||
<p className="font-rubik">
|
||||
Run your box office as it’s own website, embed it into
|
||||
your website with a simple piece of HTML or widget, or put
|
||||
it on your Facebook page*. All with a reliable,
|
||||
mobile-friendly design.
|
||||
</p>
|
||||
</div>{" "}
|
||||
{/* /.text-wrapper */}
|
||||
</div>
|
||||
</div>
|
||||
</div>{" "}
|
||||
{/* /.block-style-nine */}
|
||||
<div className="block-style-nine">
|
||||
<div className="row align-items-center">
|
||||
<div
|
||||
className="col-lg-7 col-md-9 m-auto"
|
||||
data-aos="fade-right"
|
||||
data-aos-duration="1200"
|
||||
>
|
||||
<div className="illustration-holder">
|
||||
<Image width="781" height="758" src="/images/assets/ils_06.svg" alt="illustrator" />
|
||||
</div>{" "}
|
||||
{/* /.illustration-holder */}
|
||||
</div>
|
||||
<div
|
||||
className="col-lg-5"
|
||||
data-aos="fade-left"
|
||||
data-aos-duration="1200"
|
||||
>
|
||||
<div className="text-wrapper">
|
||||
<h6>management</h6>
|
||||
<h3 className="title font-gilroy-bold">
|
||||
Manage client easily by a simple click.
|
||||
</h3>
|
||||
<p className="font-rubik">
|
||||
Set-up a simple, professional box-office page on your site
|
||||
(or standalone) in minutes. Then design & customise it as
|
||||
much (or as little) as you like with our user-friendly
|
||||
dashboard.
|
||||
</p>
|
||||
</div>{" "}
|
||||
{/* /.text-wrapper */}
|
||||
</div>
|
||||
</div>
|
||||
</div>{" "}
|
||||
{/* /.block-style-nine */}
|
||||
<div className="block-style-nine">
|
||||
<div className="row align-items-center">
|
||||
<div
|
||||
className="col-lg-7 col-md-9 m-auto order-lg-last"
|
||||
data-aos="fade-left"
|
||||
data-aos-duration="1200"
|
||||
>
|
||||
<div className="illustration-holder">
|
||||
<Image width="717" height="694" src="/images/assets/ils_07.svg" alt="illustrator" />
|
||||
</div>
|
||||
{/* /.illustration-holder */}
|
||||
</div>
|
||||
<div
|
||||
className="col-lg-5 order-lg-first"
|
||||
data-aos="fade-right"
|
||||
data-aos-duration="1200"
|
||||
>
|
||||
<div className="text-wrapper">
|
||||
<h6>Dashboard</h6>
|
||||
<h3 className="title font-gilroy-bold">
|
||||
All the data & info for your need.
|
||||
</h3>
|
||||
<p className="font-rubik">
|
||||
You decide what data you want from your guests – and it’s
|
||||
your data. We don’t see or touch it. Understand how and
|
||||
who you’re selling to, with ticket sale notifications, and
|
||||
easy-to-understand sales summaries and customer order.
|
||||
</p>
|
||||
</div>{" "}
|
||||
{/* /.text-wrapper */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* /.block-style-nine */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* /.fancy-feature-seven */}
|
||||
|
||||
{/* =====================================================
|
||||
Fancy Text Block Thirteen
|
||||
===================================================== */}
|
||||
<div className="fancy-text-block-thirteen pt-140 md-pt-100">
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div
|
||||
className="col-lg-6 order-lg-last"
|
||||
data-aos="fade-left"
|
||||
data-aos-duration="1200"
|
||||
>
|
||||
<div className="text-wrapper">
|
||||
<div className="title-style-two">
|
||||
<h2>Security you can trust easily.</h2>
|
||||
</div>
|
||||
{/* /.title-style-two */}
|
||||
<p>
|
||||
Our dashboard is served over SSL which means you can be sure
|
||||
that all data transferred is secure. Payment processing uses
|
||||
the very latest PCI DSS card-security standards
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* End .col */}
|
||||
<div
|
||||
className="col-lg-6 col-md-8 m-auto order-lg-first"
|
||||
data-aos="fade-right"
|
||||
data-aos-duration="1200"
|
||||
>
|
||||
<Image width={587} height={494} style={{height:'fit-content'}} src="/images/assets/feature-img-11.png" alt="feature" />
|
||||
</div>
|
||||
{/* End .col */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* /.fancy-text-block-thirteen */}
|
||||
|
||||
{/*=====================================================
|
||||
Useable Tools
|
||||
===================================================== */}
|
||||
<div className="useable-tools-section-two bg-shape mb-250 mt-150 md-mt-100 md-mb-100">
|
||||
<div className="bg-wrapper">
|
||||
<div className="shapes shape-one"></div>
|
||||
<div className="shapes shape-two"></div>
|
||||
<div className="shapes shape-three"></div>
|
||||
<div className="shapes shape-four"></div>
|
||||
<div className="container">
|
||||
<div className="title-style-two text-center mb-70 md-mb-10">
|
||||
<div className="row">
|
||||
<div className="col-lg-10 col-md-11 m-auto">
|
||||
<p>Integrates with your tools</p>
|
||||
<h2>
|
||||
Connect deski with the software you
|
||||
<span>
|
||||
use every
|
||||
<Image width={375} height={44} src="/images/shape/line-shape-2.svg" alt="shape" />
|
||||
</span>
|
||||
day.
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* /.title-style-two */}
|
||||
|
||||
<div className="icon-wrapper">
|
||||
<Social />
|
||||
</div>
|
||||
{/* /.icon-wrapper */}
|
||||
</div>
|
||||
{/* /.container */}
|
||||
</div>
|
||||
{/* /.bg-wrapper */}
|
||||
</div>
|
||||
{/* /.useable-tools-section-two */}
|
||||
|
||||
{/* =====================================================
|
||||
Fancy Text Block Fourteen
|
||||
===================================================== */}
|
||||
<div className="fancy-text-block-fourteen pt-30">
|
||||
<div className="container">
|
||||
<AboutFour />
|
||||
</div>
|
||||
</div>
|
||||
{/* /.fancy-text-block-fourteen */}
|
||||
|
||||
{/* =====================================================
|
||||
Fancy Short Banner Three
|
||||
===================================================== */}
|
||||
<div className="fancy-short-banner-three mt-225 md-mt-150">
|
||||
<div className="container">
|
||||
<div className="bg-wrapper">
|
||||
<CallToActionThree />
|
||||
</div>
|
||||
{/* /.bg-wrapper */}
|
||||
</div>
|
||||
{/* /.container */}
|
||||
</div>
|
||||
{/* /.fancy-short-banner-four */}
|
||||
|
||||
{/* =====================================================
|
||||
Footer Style Two
|
||||
===================================================== */}
|
||||
<footer className="theme-footer-two pt-150 md-pt-80">
|
||||
<div className="top-footer">
|
||||
<div className="container">
|
||||
<FooterTwo />
|
||||
</div>
|
||||
{/* /.container */}
|
||||
</div>
|
||||
{/* /.top-footer */}
|
||||
|
||||
<div className="container">
|
||||
<div className="bottom-footer-content">
|
||||
<CopyRightTwo />
|
||||
</div>
|
||||
{/* /.bottom-footer */}
|
||||
</div>
|
||||
</footer>
|
||||
{/* /.theme-footer-one */}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default ProductCustomerSupport;
|
||||
@@ -0,0 +1,81 @@
|
||||
import React from "react";
|
||||
|
||||
import SignUpForm from "../../../components/contact/form/SignUpForm";
|
||||
import Link from "next/link";
|
||||
import Image from "next/image";
|
||||
export const metadata = {
|
||||
title: 'Sign Up || 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 SignUp = () => {
|
||||
return (
|
||||
<div className="main-page-wrapper p0">
|
||||
|
||||
{/* End Page SEO Content */}
|
||||
<div className="user-data-page clearfix d-lg-flex">
|
||||
<div className="illustration-wrapper d-flex align-items-center justify-content-between flex-column">
|
||||
<h3 className="font-rubik">
|
||||
We have a “strategic” plan its <br /> called doing things.
|
||||
</h3>
|
||||
<div className="illustration-holder">
|
||||
<Image width="930" height="738"
|
||||
src="/images/assets/ils_08.svg"
|
||||
alt="illustration"
|
||||
className="illustration"
|
||||
/>
|
||||
<Image width="554" height="672"
|
||||
src="/images/assets/ils_08.1.svg"
|
||||
alt="illustration"
|
||||
className="shapes shape-one"
|
||||
/>
|
||||
<Image width="369" height="728"
|
||||
src="/images/assets/ils_08.2.svg"
|
||||
alt="illustration"
|
||||
className="shapes shape-two"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
{/* /.illustration-wrapper */}
|
||||
|
||||
<div className="form-wrapper">
|
||||
<div className="d-flex justify-content-between">
|
||||
<div className="logo">
|
||||
<Link href="/">
|
||||
<Image width="87" height="40" src="/images/logo/deski_01.svg" alt="logo" />
|
||||
</Link>
|
||||
</div>
|
||||
<Link className="font-rubik go-back-button" href="/">
|
||||
Go to home
|
||||
</Link>
|
||||
</div>
|
||||
{/* End d-flex */}
|
||||
<div className="mt-30">
|
||||
<h2>Join with thousands of startup!</h2>
|
||||
<p className="header-info pt-30 pb-50">
|
||||
Already have an account? <Link href="/login">Login</Link>
|
||||
</p>
|
||||
</div>
|
||||
<SignUpForm />
|
||||
{/* End Signup Form */}
|
||||
<p className="text-center font-rubik copyright-text">
|
||||
Copyright @{new Date().getFullYear()}{" "}
|
||||
<a
|
||||
href="https://themeforest.net/user/ib-themes/portfolio"
|
||||
target="_blank"
|
||||
title="myFrame"
|
||||
rel="noreferrer"
|
||||
>
|
||||
ib-themes
|
||||
</a>{" "}
|
||||
inc.
|
||||
</p>
|
||||
{/* End .copyright */}
|
||||
</div>
|
||||
{/* /.form-wrapper */}
|
||||
</div>
|
||||
{/* /.user-data-page */}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default SignUp;
|
||||
@@ -0,0 +1,208 @@
|
||||
import React from "react";
|
||||
import Link from "next/link";
|
||||
import Header from "../../../components/header/Header";
|
||||
import FaqClassic from "../../../components/faq/FaqClassicTwo";
|
||||
import Footer from "../../../components/footer/Footer";
|
||||
import CopyRight from "../../../components/footer/CopyRight";
|
||||
import BlogStyle4 from "../../../components/blog/BlogStyle4";
|
||||
import FeatureThree from "../../../components/features/FeatureThree";
|
||||
import FeatureFive from "../../../components/features/FeatureFive";
|
||||
import CallToActionFour from "../../../components/call-to-action/CallToActionFour";
|
||||
export const metadata = {
|
||||
title: 'Solution 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 SolutionMangement = () => {
|
||||
return (
|
||||
<div className="main-page-wrapper">
|
||||
|
||||
{/* End Page SEO Content */}
|
||||
<Header />
|
||||
{/* End Header */}
|
||||
|
||||
{/* =============================================
|
||||
Fancy Hero One
|
||||
============================================== */}
|
||||
<div className="fancy-hero-one">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-xl-10 m-auto">
|
||||
<h2 className="font-rubik">
|
||||
Get effective solution for your business
|
||||
</h2>
|
||||
</div>
|
||||
<div className="col-xl-9 m-auto">
|
||||
<p className="font-rubik">
|
||||
With deski, get all kind of business solution to start your
|
||||
journey
|
||||
</p>
|
||||
<Link
|
||||
className="theme-btn-one btn-lg mt-50 md-mt-30"
|
||||
href="contact-pm"
|
||||
>
|
||||
Contact US
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="bubble-one"></div>
|
||||
<div className="bubble-two"></div>
|
||||
<div className="bubble-three"></div>
|
||||
<div className="bubble-four"></div>
|
||||
<div className="bubble-five"></div>
|
||||
<div className="bubble-six"></div>
|
||||
</div>
|
||||
{/* /.fancy-hero-one */}
|
||||
|
||||
{/* =============================================
|
||||
Fancy Text block Four
|
||||
============================================== */}
|
||||
<div className="fancy-text-block-four pt-130 pb-120 md-pt-100 md-pb-80">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-xl-7 col-lg-8">
|
||||
<div className="title-style-one mb-40 md-mb-20">
|
||||
<h2>For all kinds of Teams</h2>
|
||||
<p className="font-rubik">
|
||||
Duis aute irure dolor in reprehenderit in voluptate velit io
|
||||
cillum dolore eu fugiat nulla pariatur non labrum.
|
||||
</p>
|
||||
</div>
|
||||
{/* /.title-style-one */}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="wrapper">
|
||||
<div className="row justify-content-center">
|
||||
<FeatureThree />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* /.fancy-text-block-four */}
|
||||
|
||||
{/* =============================================
|
||||
Fancy Text block Five
|
||||
============================================== */}
|
||||
<div className="fancy-text-block-five pt-130 pb-160 md-pt-100 md-pb-100">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-7 ms-auto">
|
||||
<div className="title-style-one mb-50 md-mb-30">
|
||||
<h2>For all kinds of Startup</h2>
|
||||
<p className="font-rubik">
|
||||
Excepteur sint occaecat cupidat non proident, sunt in culpa
|
||||
qui officia deserunt mollit anim est laborum.
|
||||
</p>
|
||||
</div>
|
||||
{/* /.title-style-one */}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="wrapper">
|
||||
<div className="row justify-content-center">
|
||||
<FeatureFive />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* /.block-style-five */}
|
||||
|
||||
{/* =====================================================
|
||||
Feature Blog Two
|
||||
===================================================== */}
|
||||
<div className="feature-blog-two pt-150 pb-170 md-pt-100 md-pb-80">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-11 m-auto">
|
||||
<div className="title-style-one text-center mb-50 md-mb-20">
|
||||
<h6 className="font-rubik" style={{ color: "#787CFF" }}>
|
||||
Some success stories
|
||||
</h6>
|
||||
<h2>
|
||||
Some well known companies get real benifits to work with
|
||||
deski.
|
||||
</h2>
|
||||
</div>
|
||||
{/* /.title-style-one */}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="row justify-content-center">
|
||||
<BlogStyle4 />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* Feature Blog Two */}
|
||||
|
||||
{/* =====================================================
|
||||
Faq Classic
|
||||
===================================================== */}
|
||||
<div className="faq-classic pt-150 pb-150 md-pt-120 md-pb-120">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-6">
|
||||
<div className="title-style-one">
|
||||
<h6 className="font-rubik">Find your answers</h6>
|
||||
<h2>Have any thought? Look here.</h2>
|
||||
</div>
|
||||
{/* /.title-style-one */}
|
||||
<Link href="/faq" className="theme-btn-one mt-50 md-mt-30">
|
||||
{" "}
|
||||
Go to Faq
|
||||
</Link>
|
||||
</div>
|
||||
{/* End .col */}
|
||||
<div className="col-lg-6">
|
||||
<div className="md-mt-60">
|
||||
<FaqClassic />
|
||||
</div>
|
||||
</div>
|
||||
{/* End .col */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* /.faq-classic */}
|
||||
|
||||
{/* =====================================================
|
||||
Call To Action
|
||||
===================================================== */}
|
||||
<div className="fancy-short-banner-one">
|
||||
<div className="container">
|
||||
<CallToActionFour />
|
||||
</div>
|
||||
{/* /.container */}
|
||||
<div className="bubble-one"></div>
|
||||
<div className="bubble-two"></div>
|
||||
<div className="bubble-three"></div>
|
||||
<div className="bubble-four"></div>
|
||||
<div className="bubble-five"></div>
|
||||
<div className="bubble-six"></div>
|
||||
</div>
|
||||
{/* /.fancy-short-banner-one */}
|
||||
|
||||
{/* =====================================================
|
||||
Footer One
|
||||
===================================================== */}
|
||||
<footer className="theme-footer-one pt-130 md-pt-70">
|
||||
<div className="top-footer">
|
||||
<div className="container">
|
||||
<Footer />
|
||||
</div>
|
||||
{/* /.container */}
|
||||
</div>
|
||||
{/* /.top-footer */}
|
||||
|
||||
<div className="container">
|
||||
<div className="bottom-footer-content">
|
||||
<CopyRight />
|
||||
</div>
|
||||
{/* /.bottom-footer */}
|
||||
</div>
|
||||
</footer>
|
||||
{/* /.theme-footer-one */}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default SolutionMangement;
|
||||
@@ -0,0 +1,51 @@
|
||||
|
||||
|
||||
|
||||
|
||||
import React from "react";
|
||||
|
||||
import Header from "../../../components/header/Header";
|
||||
import Footer from "../../../components/footer/Footer";
|
||||
import CopyRight from "../../../components/footer/CopyRight";
|
||||
import Nav from "@/components/team/Nav";
|
||||
|
||||
export const metadata = {
|
||||
title: 'Terms & Conditions || 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 TermsConditions = () => {
|
||||
return (
|
||||
<div className="doc-container main-page-wrapper">
|
||||
|
||||
{/* End Page SEO Content */}
|
||||
|
||||
<Header />
|
||||
{/* End Header */}
|
||||
|
||||
{/* =====================================================
|
||||
Terms and Condition
|
||||
===================================================== */}
|
||||
|
||||
<Nav/>
|
||||
<footer className="theme-footer-one pt-130 md-pt-70">
|
||||
<div className="top-footer">
|
||||
<div className="container">
|
||||
<Footer />
|
||||
</div>
|
||||
{/* /.container */}
|
||||
</div>
|
||||
{/* /.top-footer */}
|
||||
|
||||
<div className="container">
|
||||
<div className="bottom-footer-content">
|
||||
<CopyRight />
|
||||
</div>
|
||||
{/* /.bottom-footer */}
|
||||
</div>
|
||||
</footer>
|
||||
{/* /.theme-footer-one */}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default TermsConditions;
|
||||
Reference in New Issue
Block a user