import React from "react"; import Header from "../../../components/header/Header"; import Link from "next/link"; import TeamFour from "../../../components/team/TeamFour"; import Footer from "../../../components/footer/Footer"; import CopyRight from "../../../components/footer/CopyRight"; export const metadata = { title: 'Team V4 || 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 Team4 = () => { return (
{/* End Page SEO Content */}
{/* End Header */} {/* ============================================= Fancy Hero One ============================================== */}

We’ve Most Talented Team Members

With deski, get all kind of business solution to start your journey

{/* /.fancy-hero-one */} {/* ===================================================== Team Section Five ===================================================== */}

Our Team

Our talented team member waiting to serve.

{/* End .col */}
See All Members
{/* End .col */}
{/* End .row */}
{/* /.team-section-five */} {/* ===================================================== Fancy Short Banner Eleven ===================================================== */}

Want to be a part of our talented team?

SEND YOUR CV
{/* /.fancy-short-banner-eleven */} {/* ===================================================== Footer Style One ===================================================== */} {/* /.theme-footer-one */}
); }; export default Team4;