Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-11 14:14:16 +00:00

View File

@@ -2,13 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
export default function LandingPage() {
export default function TeamPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
@@ -23,127 +23,81 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Team",
id: "/team",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="The Lab Gents"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Team", id: "/team" },
{ name: "Contact", id: "/contact" }
]}
brandName="The Lab Gents"
/>
</div>
<div id="team-section" data-section="team-section">
<TeamCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
members={[
{
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",
},
{
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",
},
{
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",
},
{
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",
},
]}
title="Our Professional Team"
description="Meet our expert barbers and spa technicians dedicated to your grooming excellence."
/>
</div>
<div id="team-section" data-section="team-section">
<TeamCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
members={[
{
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"},
{
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"},
{
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"},
{
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"},
]}
title="Our Professional Team"
description="Meet our expert barbers and spa technicians dedicated to your grooming excellence."
/>
</div>
<div id="team" data-section="team">
<TeamCardTen
useInvertedBackground={false}
title="Meet The Pros"
tag="Professional"
memberVariant="card"
members={[
{
id: "tm1",
name: "Staff 1",
imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg",
},
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardTen
useInvertedBackground={false}
title="Meet The Pros"
tag="Professional"
memberVariant="card"
membersAnimation="slide-up"
members={[
{
id: "tm1", name: "Staff 1", imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg"},
]}
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Team Feedback"
description="Hear what they say."
testimonials={[
{
id: "tst1",
name: "John Doe",
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 id="testimonial" data-section="testimonial">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Team Feedback"
description="Hear what they say."
testimonials={[
{
id: "tst1", name: "John Doe", 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 id="footer" data-section="footer">
<FooterLogoReveal
logoSrc="http://img.b2bpic.net/free-photo/top-view-spa-element-collection_23-2148200191.jpg"
logoText="The Lab Gents"
leftLink={{
text: "Terms & Conditions",
href: "#",
}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoSrc="http://img.b2bpic.net/free-photo/top-view-spa-element-collection_23-2148200191.jpg"
logoText="The Lab Gents"
leftLink={{
text: "Terms & Conditions", href: "#"}}
rightLink={{
text: "Privacy Policy", href: "#"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}