Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 71ad0071e0 | |||
| a0e71588eb | |||
| 4c6052b75e | |||
| 8802d10466 | |||
| f360b13848 | |||
| 634666fa94 |
@@ -9,6 +9,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,6 +30,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Specialists", id: "team" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
@@ -50,6 +52,21 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
title="Meet Our Specialists"
|
||||
tag="The Hairchef Team"
|
||||
memberVariant="card"
|
||||
membersAnimation="opacity"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "s1", name: "Elena V.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-hair-salon_23-2149167375.jpg", imageAlt: "Elena V." },
|
||||
{ id: "s2", name: "Marcus T.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-working-barbershop_23-2148256961.jpg", imageAlt: "Marcus T." },
|
||||
{ id: "s3", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-smiling-at-camera_176420-4487.jpg", imageAlt: "Sarah K." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user