From 14ac5de4f2591089bad7f4c9121a0eaa975d5bcb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 21:15:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4256f94..c7a55d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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."