Update src/app/page.tsx

This commit is contained in:
2026-04-14 21:15:03 +00:00
parent de50ac831b
commit 14ac5de4f2

View File

@@ -10,6 +10,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { ShieldCheck, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -71,11 +72,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Dr. Sarah Miller", role: "Clinic Owner", testimonial: "Their service increased our collection rate by 20% in the first quarter.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-medic-woman-hospital_23-2147767604.jpg" },
{ id: "2", name: "James Henderson", role: "Office Manager", testimonial: "Finally, a team that understands the complexities of medical coding.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84832.jpg" },
{ id: "3", name: "Emily Carter", role: "Hospital Admin", testimonial: "Reliable, transparent, and results-oriented. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-conference-room_23-2148911825.jpg" },
{ id: "4", name: "Dr. Robert Chen", role: "Physician", testimonial: "Their attention to detail and claim accuracy has saved us so much time.", imageSrc: "http://img.b2bpic.net/free-photo/studio-image-confident-attractive-middle-aged-female-doctor-with-short-dyed-hairstyle-posing-isolated-wearing-white-coat-stethoscope_343059-2251.jpg" },
{ id: "5", name: "Linda Thompson", role: "Billing Supervisor", testimonial: "The best support team I've ever worked with. Truly professional.", imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg" },
{ id: "1", name: "Dr. Sarah Miller", role: "Clinic Owner", testimonial: "Their service increased our collection rate by 20% in the first quarter.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-medic-woman-hospital_23-2147767604.jpg", icon: Star },
{ id: "2", name: "James Henderson", role: "Office Manager", testimonial: "Finally, a team that understands the complexities of medical coding.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84832.jpg", icon: ShieldCheck },
{ id: "3", name: "Emily Carter", role: "Hospital Admin", testimonial: "Reliable, transparent, and results-oriented. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-conference-room_23-2148911825.jpg", icon: Star },
{ id: "4", name: "Dr. Robert Chen", role: "Physician", testimonial: "Their attention to detail and claim accuracy has saved us so much time.", imageSrc: "http://img.b2bpic.net/free-photo/studio-image-confident-attractive-middle-aged-female-doctor-with-short-dyed-hairstyle-posing-isolated-wearing-white-coat-stethoscope_343059-2251.jpg", icon: ShieldCheck },
{ id: "5", name: "Linda Thompson", role: "Billing Supervisor", testimonial: "The best support team I've ever worked with. Truly professional.", imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", icon: Star },
]}
title="Trusted by Practices"
description="Hear what medical professionals have to say about our billing services."