Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-06 07:29:44 +00:00

View File

@@ -103,26 +103,26 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
title="What Our Customers Say"
description="Real reviews from people experiencing life-changing pain relief and recovery"
description="Real reviews from people experiencing real pain relief and recovery"
tag="Customer Stories"
testimonials={[
{
id: "1", name: "Sarah Chen", role: "Office Manager", company: "Tech Corp", rating: 5,
id: "1", name: "Sarah Chen", role: "Office Worker", company: "Tech Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait headshot person authentic"},
{
id: "2", name: "Michael Rodriguez", role: "Fitness Trainer", company: "FitLife Studio", rating: 5,
id: "2", name: "Michael Rodriguez", role: "Fitness Trainer", company: "Local Gym", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait headshot person authentic"},
{
id: "3", name: "Emily Thompson", role: "Physical Therapist", company: "Wellness Center", rating: 5,
id: "3", name: "Emily Thompson", role: "Physical Therapist", company: "Health Clinic", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional portrait headshot person authentic"},
{
id: "4", name: "David Kim", role: "Marathon Runner", company: "Running Community", rating: 5,
id: "4", name: "David Kim", role: "Marathon Runner", company: "Running Enthusiast", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "professional portrait headshot person authentic"},
]}
kpiItems={[
{ value: "98%", label: "Customer Satisfaction" },
{ value: "30 Days", label: "Money-Back Guarantee" },
{ value: "50K+", label: "Happy Customers" },
{ value: "98%", label: "Happy Customers" },
{ value: "30 Days", label: "Easy Returns" },
{ value: "50K+", label: "People Helped" },
]}
animationType="slide-up"
textboxLayout="default"