Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 18:17:53 +00:00

View File

@@ -63,9 +63,9 @@ export default function LandingPage() {
{ icon: Users }
],
stats: [
{ title: "Customers", values: ["500", "750", "1200"], description: "Happy clients" },
{ title: "Experience", values: ["8", "10", "15"], valueSuffix: "yrs", description: "Years in business" },
{ title: "Ratings", values: ["4.8", "4.9", "5.0"], description: "Average review score" }
{ title: "Customers", values: [500, 750, 1200], description: "Happy clients" },
{ title: "Experience", values: [8, 10, 15], valueSuffix: "yrs", description: "Years in business" },
{ title: "Ratings", values: [4.8, 4.9, 5.0], description: "Average review score" }
],
chartTitle: "Weekly Bookings", chartData: [
{ value: 65 },
@@ -118,13 +118,13 @@ export default function LandingPage() {
{
id: "expert-team", groupTitle: "Expert Barbers", members: [
{
id: "1", title: "Marcus Johnson", subtitle: "Master Barber", detail: "marcus@coldcutz.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: "Marcus Johnson - Master Barber"
id: "1", title: "Marcus Johnson", subtitle: "Master Barber", detail: "marcus@coldcutz.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Marcus Johnson - Master Barber"
},
{
id: "2", title: "David Martinez", subtitle: "Senior Barber", detail: "david@coldcutz.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: "David Martinez - Senior Barber"
id: "2", title: "David Martinez", subtitle: "Senior Barber", detail: "david@coldcutz.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "David Martinez - Senior Barber"
},
{
id: "3", title: "James Wilson", subtitle: "Fade Specialist", detail: "james@coldcutz.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=3", imageAlt: "James Wilson - Fade Specialist"
id: "3", title: "James Wilson", subtitle: "Fade Specialist", detail: "james@coldcutz.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "James Wilson - Fade Specialist"
}
]
}
@@ -145,19 +145,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Carlos Rodriguez", role: "Regular Customer", company: "Local Professional", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Carlos Rodriguez testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Carlos Rodriguez testimonial"
},
{
id: "2", name: "Michael Anderson", role: "Corporate Client", company: "Tech Executive", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Michael Anderson testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Anderson testimonial"
},
{
id: "3", name: "Anthony Thompson", role: "Loyal Customer", company: "Small Business Owner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Anthony Thompson testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Anthony Thompson testimonial"
},
{
id: "4", name: "Robert Chen", role: "Frequent Visitor", company: "Marketing Manager", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Robert Chen testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Chen testimonial"
}
]}
/>