first commit

This commit is contained in:
CHIEFSOFT\ameye
2025-02-12 23:25:43 -05:00
commit d8c7ec4866
1400 changed files with 90826 additions and 0 deletions
+122
View File
@@ -0,0 +1,122 @@
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 TeamOne from "../../../components/team/TeamOne";
import Image from "next/image";
export const metadata = {
title: 'Team V1 || 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 Team1 = () => {
return (
<div className="main-page-wrapper p0">
{/* End Page SEO Content */}
<Header />
{/* End Header */}
{/* =============================================
Fancy Hero Two
============================================== */}
<div className="fancy-hero-five bg-white">
<Image width="286" height="426"
src="/images/shape/95.svg"
alt="shape"
className="shapes shape-one"
/>
<Image width="286" height="426"
src="/images/shape/96.svg"
alt="shape"
className="shapes shape-two"
/>
<div className="bg-wrapper">
<div className="container">
<div className="col-xl-9 col-lg-11 m-auto text-center">
<h6 className="page-title">Our Team</h6>
<h1 className="heading">
<span>
Weve Most Talented
<Image width={577} height={58} src="/images/shape/line-shape-11.svg" alt="image" />
</span>
Team Members
</h1>
</div>
</div>
</div>
{/* /.bg-wrapper */}
</div>
{/* /.fancy-hero-two */}
{/* =====================================================
Team Section Five
===================================================== */}
<div className="team-section-five ">
<div className="container">
<div className="row">
<TeamOne />
</div>
</div>
</div>
{/* /.team-section-five */}
{/* =====================================================
Fancy Short Banner Eleven
===================================================== */}
<div className="fancy-short-banner-eleven">
<div className="container">
<div className="border-bottom pt-130 pb-150 md-pt-80 md-pb-80">
<div className="row">
<div className="col-lg-8 col-md-9 m-auto">
<h2
className="font-rubik"
data-aos="fade-up"
data-aos-duration="1200"
>
Want to be a part of our talented team?
</h2>
<Link
className="theme-btn-one btn-lg mt-50 md-mt-30"
data-aos="fade-up"
data-aos-duration="1200"
data-aos-delay="100"
href="/contact-pm"
>
SEND YOUR CV
</Link>
</div>
</div>
</div>
</div>
</div>
{/* /.fancy-short-banner-eleven */}
{/* =====================================================
Footer Style 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 Team1;
+121
View File
@@ -0,0 +1,121 @@
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 TeamTwo from "../../../components/team/TeamTwo";
import Image from "next/image";
export const metadata = {
title: 'Team V2 || 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 Team2 = () => {
return (
<div className="main-page-wrapper p0">
{/* End Page SEO Content */}
<Header />
{/* End Header */}
{/* =============================================
Fancy Hero Two
============================================== */}
<div className="fancy-hero-five bg-white">
<Image width="286" height="426"
src="/images/shape/95.svg"
alt="shape"
className="shapes shape-one"
/>
<Image width="286" height="426"
src="/images/shape/96.svg"
alt="shape"
className="shapes shape-two"
/>
<div className="bg-wrapper">
<div className="container">
<div className="col-xl-9 col-lg-11 m-auto text-center">
<h6 className="page-title">Our Team</h6>
<h1 className="heading">
<span>
Weve Most Talented
<Image width={577} height={58} src="/images/shape/line-shape-11.svg" alt="image" />
</span>
Team Members
</h1>
</div>
</div>
</div>
{/* /.bg-wrapper */}
</div>
{/* /.fancy-hero-two */}
{/* =====================================================
Team Section Five
===================================================== */}
<div className="team-section-five ">
<div className="container">
<div className="row">
<TeamTwo />
</div>
</div>
</div>
{/* /.team-section-five */}
{/* =====================================================
Fancy Short Banner Eleven
===================================================== */}
<div className="fancy-short-banner-eleven">
<div className="container">
<div className="border-bottom pt-130 pb-150 md-pt-80 md-pb-80">
<div className="row">
<div className="col-lg-8 col-md-9 m-auto">
<h2
className="font-rubik"
data-aos="fade-up"
data-aos-duration="1200"
>
Want to be a part of our talented team?
</h2>
<Link
className="theme-btn-one btn-lg mt-50 md-mt-30"
data-aos="fade-up"
data-aos-duration="1200"
data-aos-delay="100"
href="/contact-pm"
>
SEND YOUR CV
</Link>
</div>
</div>
</div>
</div>
</div>
{/* /.fancy-short-banner-eleven */}
{/* =====================================================
Footer Style 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 Team2;
+127
View File
@@ -0,0 +1,127 @@
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 TeamThree from "../../../components/team/TeamThree";
import Image from "next/image";
export const metadata = {
title: 'Team V3 || 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 Team3 = () => {
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-9 col-lg-11 m-auto">
<h2 className="font-rubik">Weve Most Talented Team Members</h2>
</div>
<div className="col-xl-9 col-lg-11 m-auto">
<p className="font-rubik">
With deski, get all kind of business solution to start your
journey
</p>
</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 */}
{/* =====================================================
Team Section One
===================================================== */}
<div className="team-section-one">
<div className="container">
<TeamThree />
</div>
</div>
{/* /.team-section-one */}
{/* =====================================================
Fancy Short Banner Eleven
===================================================== */}
<div className="fancy-short-banner-eleven bg-color mt-70 mb-50 md-mb-20 md-mt-30">
<div className="container">
<div className="clearfix">
<div className="row">
<div className="col-lg-8 m-auto">
<h2
className="font-rubik"
data-aos="fade-up"
data-aos-duration="1200"
>
Want to be a part of our talented team?
</h2>
<Link
className="theme-btn-one btn-lg mt-50 md-mt-30"
data-aos="fade-up"
data-aos-duration="1200"
data-aos-delay="100"
href="/contact-cs"
>
SEND YOUR CV
</Link>
</div>
</div>
</div>
</div>
<div className="bubble-one"></div>
<div className="bubble-two"></div>
<div className="bubble-three"></div>
<div className="bubble-four"></div>
<Image width="187" height="255"
src="/images/shape/212.svg"
alt="shape"
className="shapes shape-one"
/>
<Image width="278" height="280"
src="/images/shape/213.svg"
alt="shape"
className="shapes shape-two"
/>
</div>
{/* /.fancy-short-banner-eleven */}
{/* =====================================================
Footer Style 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 Team3;
+130
View File
@@ -0,0 +1,130 @@
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 (
<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-9 col-lg-11 m-auto">
<h2 className="font-rubik">Weve Most Talented Team Members</h2>
</div>
<div className="col-xl-9 col-lg-11 m-auto">
<p className="font-rubik">
With deski, get all kind of business solution to start your
journey
</p>
</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 */}
{/* =====================================================
Team Section Five
===================================================== */}
<div className="team-section-five team-section-two ">
<div className="container">
<div className="row align-items-center justify-content-between mb-80 md-mb-10">
<div className="col-lg-8">
<div className="title-style-two">
<p>Our Team</p>
<h2>Our talented team member waiting to serve.</h2>
</div>
</div>
{/* End .col */}
<div className="col-lg-4 d-lg-flex justify-content-end">
<Link href="/team-3" className="theme-btn-three md-mt-20">
See All Members
</Link>
</div>
{/* End .col */}
</div>
{/* End .row */}
<div className="row">
<TeamFour />
</div>
</div>
</div>
{/* /.team-section-five */}
{/* =====================================================
Fancy Short Banner Eleven
===================================================== */}
<div className="fancy-short-banner-eleven">
<div className="container">
<div className="border-bottom pt-130 pb-150 md-pt-80 md-pb-80">
<div className="row">
<div className="col-lg-8 col-md-9 m-auto">
<h2
className="font-rubik"
data-aos="fade-up"
data-aos-duration="1200"
>
Want to be a part of our talented team?
</h2>
<Link
className="theme-btn-one btn-lg mt-50 md-mt-30"
data-aos="fade-up"
data-aos-duration="1200"
data-aos-delay="100"
href="/contact-doc"
>
SEND YOUR CV
</Link>
</div>
</div>
</div>
</div>
</div>
{/* /.fancy-short-banner-eleven */}
{/* =====================================================
Footer Style 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 Team4;
+129
View File
@@ -0,0 +1,129 @@
import React from "react";
import Header from "../../../components/header/Header";
import Link from "next/link";
import TeamFive from "../../../components/team/TeamFive";
import Footer from "../../../components/footer/Footer";
import CopyRight from "../../../components/footer/CopyRight";
import Image from "next/image";
export const metadata = {
title: 'Team V5 || 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 Team5 = () => {
return (
<div className="main-page-wrapper p0">
{/* End Page SEO Content */}
<Header />
{/* End Header */}
{/* =============================================
Fancy Hero Two
============================================== */}
<div className="fancy-hero-five bg-white">
<Image width="286" height="426"
src="/images/shape/95.svg"
alt="shape"
className="shapes shape-one"
/>
<Image width="286" height="426"
src="/images/shape/96.svg"
alt="shape"
className="shapes shape-two"
/>
<div className="bg-wrapper">
<div className="container">
<div className="col-xl-9 col-lg-11 m-auto text-center">
<h6 className="page-title">Our Team</h6>
<h1 className="heading">
<span>
Weve Most Talented
<Image width={577} height={58} src="/images/shape/line-shape-11.svg" alt="image" />
</span>
Team Members
</h1>
</div>
</div>
</div>
{/* /.bg-wrapper */}
</div>
{/* /.fancy-hero-two */}
{/* =====================================================
Team Section Five
===================================================== */}
<div className="team-section-four custom-bg">
<div className="container">
<div className="team-wrapper">
<div className="row">
<TeamFive />
</div>
<Image width={92} height={107}
src="/images/shape/126.svg"
alt="shape"
className="shapes shape-one"
/>
</div>
{/* /.team-wrapper */}
</div>
</div>
{/* /.team-section-five */}
{/* =====================================================
Fancy Short Banner Eleven
===================================================== */}
<div className="fancy-short-banner-eleven">
<div className="container">
<div className="border-bottom pt-130 pb-150 md-pt-80 md-pb-80">
<div className="row">
<div className="col-lg-8 col-md-9 m-auto">
<h2
className="font-rubik"
data-aos="fade-up"
data-aos-duration="1200"
>
Want to be a part of our talented team?
</h2>
<Link
className="theme-btn-one btn-lg mt-50 md-mt-30"
data-aos="fade-up"
data-aos-duration="1200"
data-aos-delay="100"
href="/contact-cs"
>
SEND YOUR CV
</Link>
</div>
</div>
</div>
</div>
</div>
{/* /.fancy-short-banner-eleven */}
{/* =====================================================
Footer Style 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 Team5;
+130
View File
@@ -0,0 +1,130 @@
import React from "react";
import Header from "../../../components/header/Header";
import Link from "next/link";
import TeamSlider from "../../../components/team/TeamSlider";
import Footer from "../../../components/footer/Footer";
import CopyRight from "../../../components/footer/CopyRight";
import Image from "next/image";
export const metadata = {
title: 'Team V6 || 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 Team6 = () => {
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-9 col-lg-11 m-auto">
<h2 className="font-rubik">Weve Most Talented Team Members</h2>
</div>
<div className="col-xl-9 col-lg-11 m-auto">
<p className="font-rubik">
With deski, get all kind of business solution to start your
journey
</p>
</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 */}
{/* =====================================================
Team Section Five
===================================================== */}
<div className="bg-2 pt-120 pb-70 md-pt-100 md-pb-50 teamSliderOne-wrapper">
<div className="container">
<div className="d-sm-flex align-items-center justify-content-between mb-50 sm-mb-10">
<div className="title-style-four">
<h2>
<span>
Our Members
<Image width={375} height={44} src="/images/shape/line-shape-2.svg" alt="shape" />
</span>
</h2>
</div>
</div>
{/* End .d-sm-flex */}
</div>
{/* End .container */}
<div className="clearfix">
<div className="teamSliderOne arrow-top-right">
<TeamSlider />
</div>
{/* /.teamSliderOne */}
</div>
</div>
{/* /.team-section-five */}
{/* =====================================================
Fancy Short Banner Eleven
===================================================== */}
<div className="fancy-short-banner-eleven">
<div className="container">
<div className="border-bottom pt-130 pb-150 md-pt-80 md-pb-80">
<div className="row">
<div className="col-lg-8 col-md-9 m-auto">
<h2
className="font-rubik"
data-aos="fade-up"
data-aos-duration="1200"
>
Want to be a part of our talented team?
</h2>
<Link
className="theme-btn-one btn-lg mt-50 md-mt-30"
data-aos="fade-up"
data-aos-duration="1200"
data-aos-delay="100"
href="/contact-pm"
>
SEND YOUR CV
</Link>
</div>
</div>
</div>
</div>
</div>
{/* /.fancy-short-banner-eleven */}
{/* =====================================================
Footer Style 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 Team6;
+99
View File
@@ -0,0 +1,99 @@
import Header from "../../../../components/header/Header";
import Footer from "../../../../components/footer/Footer";
import CopyRight from "../../../../components/footer/CopyRight";
import TeamDetailsSlider from "../../../../components/team/TeamDetailsSlider";
import { allTeams } from "@/data/team";
import Image from "next/image";
export const metadata = {
title: 'Team Details V2 || 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 TeamDetailsV2 = ({ params }) => {
const team = allTeams.filter((elm)=>elm.id==params.id)[0] || allTeams[0]
return (
<div className="main-page-wrapper p0">
{/* End Page SEO Content */}
<Header />
{/* End Header */}
{/* =============================================
Fancy Hero Two
============================================== */}
<div className="fancy-hero-five bg-white">
<Image width="286" height="426"
src="/images/shape/95.svg"
alt="shape"
className="shapes shape-one"
/>
<Image width="286" height="426"
src="/images/shape/96.svg"
alt="shape"
className="shapes shape-two"
/>
<div className="bg-wrapper">
<div className="container">
<div className="col-xl-9 col-lg-11 m-auto text-center">
<h6 className="page-title">Team Details V2</h6>
<h1 className="heading">
<span>
{team.name || team.title || ' Single Profile' }
<Image width={577} height={58} src="/images/shape/line-shape-11.svg" alt="image" />
</span>{" "}
</h1>
</div>
</div>
</div>
{/* /.bg-wrapper */}
</div>
{/* /.fancy-hero-two */}
{/* =====================================================
Team Details
===================================================== */}
<div className="team-details mb-50 md-mb-10">
<div className="container position-relative arrow-middle-center">
<TeamDetailsSlider data={team} />
{/* Team Details Gallery */}
</div>
<Image width="191" height="280"
src="/images/shape/214.svg"
alt="shape"
className="shapes shape-one"
/>
<Image width="185" height="280"
src="/images/shape/215.svg"
alt="shape"
className="shapes shape-two"
/>
</div>
{/* /.team-details */}
{/* =====================================================
Footer Style 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 TeamDetailsV2;
+100
View File
@@ -0,0 +1,100 @@
import React from "react";
import Header from "../../../../components/header/Header";
import Footer from "../../../../components/footer/Footer";
import CopyRight from "../../../../components/footer/CopyRight";
import TeamDetails from "../../../../components/team/TeamDetails";
import { allTeams } from "@/data/team";
import Image from "next/image";
export const metadata = {
title: 'Team Details V1 || 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 TeamDetailsV1 = ({ params }) => {
const team = allTeams.filter((elm)=>elm.id==params.id)[0] || allTeams[0]
return (
<div className="main-page-wrapper p0">
{/* End Page SEO Content */}
<Header />
{/* End Header */}
{/* =============================================
Fancy Hero Two
============================================== */}
<div className="fancy-hero-five bg-white">
<Image width="286" height="426"
src="/images/shape/95.svg"
alt="shape"
className="shapes shape-one"
/>
<Image width="286" height="426"
src="/images/shape/96.svg"
alt="shape"
className="shapes shape-two"
/>
<div className="bg-wrapper">
<div className="container">
<div className="col-xl-9 col-lg-11 m-auto text-center">
<h6 className="page-title">Team Details V1</h6>
<h1 className="heading">
<span>
{team.name || team.title || team.designation || ' Single Profile' }
<Image width={577} height={58} src="/images/shape/line-shape-11.svg" alt="image" />
</span>{" "}
</h1>
</div>
</div>
</div>
{/* /.bg-wrapper */}
</div>
{/* /.fancy-hero-two */}
{/* =====================================================
Team Details
===================================================== */}
<div className="team-details mb-50 md-mb-10">
<div className="container position-relative arrow-middle-center">
<TeamDetails data={team} />
{/* Team Details Gallery */}
</div>
<Image width="191" height="280"
src="/images/shape/214.svg"
alt="shape"
className="shapes shape-one"
/>
<Image width="185" height="280"
src="/images/shape/215.svg"
alt="shape"
className="shapes shape-two"
/>
</div>
{/* /.team-details */}
{/* =====================================================
Footer Style 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 TeamDetailsV1;