Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-11 14:14:16 +00:00

View File

@@ -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"
@@ -23,127 +23,81 @@ export default function LandingPage() {
headingFontWeight="semibold" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
<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", brandName="The Lab Gents"
}, />
{ </div>
name: "Team",
id: "/team",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="The Lab Gents"
/>
</div>
<div id="team-section" data-section="team-section"> <div id="team-section" data-section="team-section">
<TeamCardTwo <TeamCardTwo
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
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", 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"},
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: "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"},
id: "t2", ]}
name: "Rhonna", title="Our Professional Team"
role: "Massage/Nail Technician", description="Meet our expert barbers and spa technicians dedicated to your grooming excellence."
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", </div>
},
{
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"> <div id="team" data-section="team">
<TeamCardTen <TeamCardTen
useInvertedBackground={false} useInvertedBackground={false}
title="Meet The Pros" title="Meet The Pros"
tag="Professional" tag="Professional"
memberVariant="card" memberVariant="card"
members={[ membersAnimation="slide-up"
{ members={[
id: "tm1", {
name: "Staff 1", id: "tm1", name: "Staff 1", imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg", ]}
}, />
]} </div>
/>
</div>
<div id="testimonial" data-section="testimonial"> <div id="testimonial" data-section="testimonial">
<TestimonialCardOne <TestimonialCardOne
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
title="Team Feedback" title="Team Feedback"
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, </div>
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"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
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={{
}} text: "Privacy Policy", href: "#"}}
rightLink={{ />
text: "Privacy Policy", </div>
href: "#",
}}
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }