Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-06 02:23:12 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
]}
carouselItems={[
{
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-joints_23-2148504551.jpg", imageAlt: "hand surgeon medical professional orthopedic clinical"
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-joints_23-2148504551.jpg?_wi=1", imageAlt: "hand surgeon medical professional orthopedic clinical"
},
{
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-business-worker-suffering-wrist-pain-office_839833-33397.jpg", imageAlt: "carpal tunnel hand therapy wrist pain medical"
@@ -63,10 +63,10 @@ export default function LandingPage() {
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/closeup-x-ray-film-fractured-finger_53876-32061.jpg", imageAlt: "hand fracture bone healing medical treatment x-ray"
},
{
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-joints_23-2148504551.jpg", imageAlt: "arthroscopy wrist surgery surgical procedure medical"
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-joints_23-2148504551.jpg?_wi=2", imageAlt: "arthroscopy wrist surgery surgical procedure medical"
},
{
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/male-student-practicing-medicine_23-2149040276.jpg", imageAlt: "male surgeon medical professional doctor portrait clinical"
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/male-student-practicing-medicine_23-2149040276.jpg?_wi=1", imageAlt: "male surgeon medical professional doctor portrait clinical"
},
{
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/senior-medic-showing-diagnosis-laptop-sick-patient-explaining-disease-medicine-treatment-checkup-visit-appointment-waiting-room-doctor-woman-doing-medical-examination_482257-48869.jpg", imageAlt: "hospital medical facility healthcare clinical"
@@ -117,7 +117,7 @@ export default function LandingPage() {
{ value: "15+", title: "Years of Surgical Experience" },
{ value: "2000+", title: "Successful Procedures" },
]}
imageSrc="http://img.b2bpic.net/free-photo/male-student-practicing-medicine_23-2149040276.jpg"
imageSrc="http://img.b2bpic.net/free-photo/male-student-practicing-medicine_23-2149040276.jpg?_wi=2"
imageAlt="Board-Certified Hand Surgeon"
mediaAnimation="blur-reveal"
metricsAnimation="blur-reveal"
@@ -168,7 +168,7 @@ export default function LandingPage() {
},
{
id: "testimonial-2", name: "David Chen", role: "Patient", company: "Hand Fracture Repair", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg", imageAlt: "David Chen"
imageSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg?_wi=1", imageAlt: "David Chen"
},
{
id: "testimonial-3", name: "Patricia Rodriguez", role: "Patient", company: "Trigger Finger Treatment", rating: 5,
@@ -176,7 +176,7 @@ export default function LandingPage() {
},
{
id: "testimonial-4", name: "James Wilson", role: "Patient", company: "Wrist Arthroscopy", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg", imageAlt: "James Wilson"
imageSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg?_wi=2", imageAlt: "James Wilson"
},
]}
gridVariant="uniform-all-items-equal"