Update src/app/page.tsx
This commit is contained in:
@@ -167,13 +167,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
team={[
|
||||
{
|
||||
id: "1", name: "Receptionist", role: "Front Desk Professional", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", imageAlt: "Receptionist position"},
|
||||
id: "1", name: "Receptionist", role: "Front Desk Professional", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg?_wi=1", imageAlt: "Receptionist position"},
|
||||
{
|
||||
id: "2", name: "Massage Therapist", role: "Wellness Specialist", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", imageAlt: "Massage Therapist position"},
|
||||
id: "2", name: "Massage Therapist", role: "Wellness Specialist", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg?_wi=2", imageAlt: "Massage Therapist position"},
|
||||
{
|
||||
id: "3", name: "Aesthetician", role: "Beauty Professional", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", imageAlt: "Aesthetician position"},
|
||||
id: "3", name: "Aesthetician", role: "Beauty Professional", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg?_wi=3", imageAlt: "Aesthetician position"},
|
||||
{
|
||||
id: "4", name: "Nail Technician", role: "Specialty Professional", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", imageAlt: "Nail Technician position"},
|
||||
id: "4", name: "Nail Technician", role: "Specialty Professional", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg?_wi=4", imageAlt: "Nail Technician position"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user