Update src/app/team/page.tsx
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
|
||||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||||
|
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function TeamPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="hover-bubble"
|
defaultButtonVariant="hover-bubble"
|
||||||
@@ -26,26 +26,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "About", id: "/about" },
|
||||||
id: "/",
|
{ name: "Services", id: "/services" },
|
||||||
},
|
{ name: "Team", id: "/team" },
|
||||||
{
|
{ name: "Contact", id: "/contact" }
|
||||||
name: "Services",
|
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Team",
|
|
||||||
id: "/team",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="The Lab Gents"
|
brandName="The Lab Gents"
|
||||||
/>
|
/>
|
||||||
@@ -59,33 +44,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Florie", role: "Massage/Nail Technician", description: "Expert in relaxation and nail care.", imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-trimmer-smiling-cheerfully-showing-thumbs-up-standing-light-wall_141793-50621.jpg"},
|
||||||
name: "Florie",
|
|
||||||
role: "Massage/Nail Technician",
|
|
||||||
description: "Expert in relaxation and nail care.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-trimmer-smiling-cheerfully-showing-thumbs-up-standing-light-wall_141793-50621.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Rhonna", role: "Massage/Nail Technician", description: "Highly trained spa and wellness professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67066.jpg"},
|
||||||
name: "Rhonna",
|
|
||||||
role: "Massage/Nail Technician",
|
|
||||||
description: "Highly trained spa and wellness professional.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67066.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Abdalrahman", role: "Professional Barber", description: "Master of precise fades and classic cuts.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-posing-with-dog_23-2148861609.jpg"},
|
||||||
name: "Abdalrahman",
|
|
||||||
role: "Professional Barber",
|
|
||||||
description: "Master of precise fades and classic cuts.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-posing-with-dog_23-2148861609.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Liza", role: "Beauty Expert", description: "Passionate stylist for all grooming needs.", imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-washing-old-man-hair-backwash_23-2148181935.jpg"},
|
||||||
name: "Liza",
|
|
||||||
role: "Beauty Expert",
|
|
||||||
description: "Passionate stylist for all grooming needs.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-washing-old-man-hair-backwash_23-2148181935.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Professional Team"
|
title="Our Professional Team"
|
||||||
description="Meet our expert barbers and spa technicians dedicated to your grooming excellence."
|
description="Meet our expert barbers and spa technicians dedicated to your grooming excellence."
|
||||||
@@ -98,12 +63,10 @@ export default function LandingPage() {
|
|||||||
title="Meet The Pros"
|
title="Meet The Pros"
|
||||||
tag="Professional"
|
tag="Professional"
|
||||||
memberVariant="card"
|
memberVariant="card"
|
||||||
|
membersAnimation="slide-up"
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "tm1",
|
id: "tm1", name: "Staff 1", imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg"},
|
||||||
name: "Staff 1",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -118,13 +81,8 @@ export default function LandingPage() {
|
|||||||
description="Hear what they say."
|
description="Hear what they say."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "tst1",
|
id: "tst1", name: "John Doe", role: "Barber", company: "The Lab", rating: 5,
|
||||||
name: "John Doe",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-black-suit-fashion-male-posing-studio-dark-background_158538-21659.jpg"},
|
||||||
role: "Barber",
|
|
||||||
company: "The Lab",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-black-suit-fashion-male-posing-studio-dark-background_158538-21659.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -134,13 +92,9 @@ export default function LandingPage() {
|
|||||||
logoSrc="http://img.b2bpic.net/free-photo/top-view-spa-element-collection_23-2148200191.jpg"
|
logoSrc="http://img.b2bpic.net/free-photo/top-view-spa-element-collection_23-2148200191.jpg"
|
||||||
logoText="The Lab Gents"
|
logoText="The Lab Gents"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Terms & Conditions",
|
text: "Terms & Conditions", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user