Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-25 05:52:26 +00:00

View File

@@ -90,14 +90,14 @@ export default function LandingPage() {
handle: "@smith-hosp",
testimonial: "Reliable experts who truly understand healthcare billing challenges.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg?_wi=1",
},
{
name: "Emily Davis",
handle: "@davis-health",
testimonial: "Seamless integration with our existing practice management software.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blonde-pretty-doctor-sitting-her-place-office_259150-60614.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-pretty-doctor-sitting-her-place-office_259150-60614.jpg?_wi=1",
},
]}
buttons={[
@@ -276,7 +276,7 @@ export default function LandingPage() {
handle: "@smith-hosp",
testimonial: "Reliable experts who truly understand healthcare billing challenges.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg?_wi=2",
},
{
id: "5",
@@ -284,7 +284,7 @@ export default function LandingPage() {
handle: "@davis-health",
testimonial: "Seamless integration with our existing practice management software.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blonde-pretty-doctor-sitting-her-place-office_259150-60614.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-pretty-doctor-sitting-her-place-office_259150-60614.jpg?_wi=2",
},
]}
showRating={true}