Update src/app/page.tsx

This commit is contained in:
2026-03-05 23:00:39 +00:00
parent 257daf7e80
commit f0bbb441cf

View File

@@ -115,9 +115,9 @@ export default function LandingPage() {
{
id: "1", title: "Marcus Johnson", subtitle: "Head Barber & Founder", detail: "marcus@kingsman.com", imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-bearded-male-wearing-classic-waistcoat-slim-bow-tie_613910-1520.jpg", imageAlt: "Marcus Johnson"},
{
id: "2", title: "David Chen", subtitle: "Senior Barber", detail: "david@kingsman.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "David Chen"},
id: "2", title: "David Chen", subtitle: "Senior Barber", detail: "david@kingsman.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=1", imageAlt: "David Chen"},
{
id: "3", title: "James Rodriguez", subtitle: "Master Stylist", detail: "james@kingsman.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "James Rodriguez"},
id: "3", title: "James Rodriguez", subtitle: "Master Stylist", detail: "james@kingsman.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=2", imageAlt: "James Rodriguez"},
],
},
]}
@@ -134,17 +134,17 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Robert Mitchell", handle: "@rmitchell", testimonial: "Best barbershop in town. Marcus has been cutting my hair for years. Always professional, always perfect. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Mitchell"},
id: "1", name: "Robert Mitchell", handle: "@rmitchell", testimonial: "Best barbershop in town. Marcus has been cutting my hair for years. Always professional, always perfect. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Robert Mitchell"},
{
id: "2", name: "Alex Turner", handle: "@aturner_pro", testimonial: "The straight razor shave experience is unmatched. Worth every penny. The attention to detail is incredible.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Alex Turner"},
id: "2", name: "Alex Turner", handle: "@aturner_pro", testimonial: "The straight razor shave experience is unmatched. Worth every penny. The attention to detail is incredible.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Alex Turner"},
{
id: "3", name: "Michael Park", handle: "@mpark23", testimonial: "Clean, professional atmosphere. David really knows his craft. Always leaves me looking sharp and feeling great.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Park"},
id: "3", name: "Michael Park", handle: "@mpark23", testimonial: "Clean, professional atmosphere. David really knows his craft. Always leaves me looking sharp and feeling great.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Michael Park"},
{
id: "4", name: "Christopher Lee", handle: "@clee_ventures", testimonial: "Kingsman sets the standard for barbershops. Quality service, quality people. I've recommended them to all my friends.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Christopher Lee"},
id: "4", name: "Christopher Lee", handle: "@clee_ventures", testimonial: "Kingsman sets the standard for barbershops. Quality service, quality people. I've recommended them to all my friends.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "Christopher Lee"},
{
id: "5", name: "James Wilson", handle: "@jwilson_style", testimonial: "Five stars every single time. The team really takes pride in their work. This is barbering done right.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Wilson"},
id: "5", name: "James Wilson", handle: "@jwilson_style", testimonial: "Five stars every single time. The team really takes pride in their work. This is barbering done right.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "James Wilson"},
{
id: "6", name: "Daniel Anderson", handle: "@danderson_biz", testimonial: "Been going to Kingsman for two years. Never disappointed. Professional service, welcoming atmosphere, perfect results.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Daniel Anderson"},
id: "6", name: "Daniel Anderson", handle: "@danderson_biz", testimonial: "Been going to Kingsman for two years. Never disappointed. Professional service, welcoming atmosphere, perfect results.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6", imageAlt: "Daniel Anderson"},
]}
speed={40}
/>