import React from "react"; import Header from "../../../components/header/Header"; import Footer from "../../../components/footer/Footer"; import CopyRight from "../../../components/footer/CopyRight"; import Link from "next/link"; import FaqForm from "@/components/form/FaqForm"; import Image from "next/image"; import { FaqContent } from "@/data/faqs"; export const metadata = { title: 'Faq || 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 Faq = () => { return (
{/* End Page SEO Content */}
{/* End Header */} {/* ============================================= Fancy Hero One ============================================== */}

Help & Support

Advice and answers from our expert and proffesional deski Team

{/* /.fancy-hero-one */} {/* ============================================= FAQS ============================================== */}
shape
icon

FAQs

Selling tickets for a raffle, lottery or sweepstake is prohibited on Eventsmatic.

media media +1

63 articles in this collection
Written by Jonny White, Emily Coddington and 1 other

{/* /.faqs-header */}
{FaqContent.map((item, i) => ( media

{item.title}

Written by {item.writterName}
{item.date}
))}
{/* /.faqs-all-qus */}
{/* /.all-faqs */}

Don’t find your answer?

Contact us
{/* End more-faq-ask */}
{/* /.faqs-inner-page */} {/* /.theme-footer-one */}
); }; export default Faq;