Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
|
||||
export default function TeamPage() {
|
||||
return (
|
||||
@@ -41,10 +41,11 @@ export default function TeamPage() {
|
||||
</div>
|
||||
|
||||
<div className="min-h-[calc(100vh-theme(spacing.72))] flex flex-col justify-center items-center py-20">
|
||||
<TeamCardOne
|
||||
<TeamCardSix
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
title="Meet Our Expert Team"
|
||||
description="Dedicated to your comfort, our certified technicians and support staff are the best in the business."
|
||||
members={[
|
||||
|
||||
Reference in New Issue
Block a user