Update src/app/page.tsx

This commit is contained in:
2026-05-11 11:47:07 +00:00
parent f360b13848
commit 8802d10466

View File

@@ -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,19 @@ export default function LandingPage() {
/>
</div>
<div id="team" data-section="team">
<TeamCardTen
title="Meet Our Specialists"
tag="The Hairchef Team"
memberVariant="card"
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"