import React from "react"; import Header from "../../../components/header/HeaderFour"; import FancyVideoOne from "../../../components/video/FancyVideoOne"; import AboutTabs from "../../../components/block-slider/AboutTabs"; import CounterThree from "../../../components/counter/CounterThree"; import TeamFive from "../../../components/team/TeamFive"; import Faq from "../../../components/faq/Faq"; import CallToActionFive from "../../../components/call-to-action/CallToActionFive"; import FooterFour from "../../../components/footer/FooterFour"; import BlogStyle5 from "../../../components/blog/BlogStyle5"; import Image from "next/image"; export const metadata = { title: 'About Event Organizer || 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 EventOrganizer = () => { return (
{/* End Page SEO Content */}
{/* End HeaderFour */} {/* ============================================= Fancy Text block Twenty ============================================== */}
shape shape

About us

{/* /.fancy-video-box-one */}
Over 150,000+ client

Best event
& ticket platform platform.

{/* /.fancy-text-block-twenty */} {/* ===================================================== Counter With Icon One ===================================================== */}
{/* /.counter-with-icon-one */} {/* ============================================= Team Section ============================================== */}
shape shape
Our Team

The team behind deski

shape
{/* /.team-wrapper */}
{/* /.team-section-four */} {/* ============================================= Fqa Text Block ============================================== */}
Why choose us

Why you should choose us?

{/* End title */}
media media
{/* /.illustration-holder */}
{/* /.why should you choose us */} {/* ===================================================== Feature Blog Four ===================================================== */}
News & Updates

Latest news & articles

{/* End .title */}
{/* /.feature-blog-four */} {/* ============================================= Call To Action ============================================== */}
{/* End .fancy-short-banner-five */} {/* ============================================= Footer Four ============================================== */} {/* /.theme-footer-four */}
); }; export default EventOrganizer;