diff --git a/src/app/page.tsx b/src/app/page.tsx index 96b1be7..14180d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,70 +32,26 @@ export default function LandingPage() {
@@ -136,21 +80,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { - title: "Mobile Ultrasound Techs", - description: "Highly trained technologists deployed directly to your clinical site.", - imageSrc: "http://img.b2bpic.net/free-photo/doctors-checking-medical-testing-digital-tablet_53876-98567.jpg", - }, - { - title: "Rapid Diagnostics", - description: "Fast turnarounds for urgent care and clinical screening needs.", - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-ultrasound-scan-neck_107420-74206.jpg", - }, - { - title: "Flexible Staffing", - description: "Scalable staffing solutions to meet your specific clinic throughput.", - imageSrc: "http://img.b2bpic.net/free-photo/computer-with-medical-equipment_23-2148108974.jpg", - }, + { title: "Mobile Ultrasound Techs", description: "Highly trained technologists deployed directly to your clinical site.", imageSrc: "http://img.b2bpic.net/free-photo/doctors-checking-medical-testing-digital-tablet_53876-98567.jpg" }, + { title: "Rapid Diagnostics", description: "Fast turnarounds for urgent care and clinical screening needs.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-ultrasound-scan-neck_107420-74206.jpg" }, + { title: "Flexible Staffing", description: "Scalable staffing solutions to meet your specific clinic throughput.", imageSrc: "http://img.b2bpic.net/free-photo/computer-with-medical-equipment_23-2148108974.jpg" }, ]} title="Our Specialized Services" description="Mobile, professional, and rapid diagnostic solutions tailored for modern healthcare providers." @@ -163,60 +95,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Tamika Garrett", - role: "Lead Ultrasound Technologist", - company: "Roshal Health", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-researcher-lab-coat_23-2148816434.jpg", - }, - { - id: "t2", - name: "Heather McElhinney", - role: "Technologist", - company: "Roshal Health", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-doctor-with-interns_329181-9232.jpg", - }, - { - id: "t3", - name: "FabiAR", - role: "Patient", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg", - }, - { - id: "t4", - name: "Sarah Miller", - role: "Clinical Director", - company: "Health Partner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-camera-dental-office-wainting-consultation-elderly-male-smiling-webcam-s_482257-4047.jpg", - }, - { - id: "t5", - name: "David Chen", - role: "Radiology Tech", - company: "Roshal Health", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-hospital-hallway_23-2151997624.jpg", - }, + { id: "t1", name: "Tamika Garrett", role: "Lead Ultrasound Technologist", company: "Roshal Health", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-researcher-lab-coat_23-2148816434.jpg" }, + { id: "t2", name: "Heather McElhinney", role: "Technologist", company: "Roshal Health", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-doctor-with-interns_329181-9232.jpg" }, + { id: "t3", name: "FabiAR", role: "Patient", company: "Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg" }, + { id: "t4", name: "Sarah Miller", role: "Clinical Director", company: "Health Partner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-camera-dental-office-wainting-consultation-elderly-male-smiling-webcam-s_482257-4047.jpg" }, + { id: "t5", name: "David Chen", role: "Radiology Tech", company: "Roshal Health", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-hospital-hallway_23-2151997624.jpg" }, ]} kpiItems={[ - { - value: "98%", - label: "Client Satisfaction", - }, - { - value: "15+", - label: "States Served", - }, - { - value: "4.9/5", - label: "Average Rating", - }, + { value: "98%", label: "Client Satisfaction" }, + { value: "15+", label: "States Served" }, + { value: "4.9/5", label: "Average Rating" }, ]} title="Voices of Roshal Health" description="Trusted by our staff, patients, and healthcare partners." @@ -230,21 +118,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "10k+", - description: "Successful Exams", - }, - { - id: "m2", - value: "500+", - description: "Satisfied Clients", - }, - { - id: "m3", - value: "24/7", - description: "Support Availability", - }, + { id: "m1", value: "10k+", description: "Successful Exams" }, + { id: "m2", value: "500+", description: "Satisfied Clients" }, + { id: "m3", value: "24/7", description: "Support Availability" }, ]} title="Impact at a Glance" description="Our numbers reflect our dedication to efficiency and quality care." @@ -256,21 +132,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "How quickly can you deploy staff?", - content: "Our average deployment time is under 24 hours depending on the location.", - }, - { - id: "f2", - title: "Are your staff fully certified?", - content: "Yes, every technologist is board-certified and meets strict compliance standards.", - }, - { - id: "f3", - title: "Do you provide equipment?", - content: "We can provide mobile diagnostic equipment or integrate with your current systems.", - }, + { id: "f1", title: "How quickly can you deploy staff?", content: "Our average deployment time is under 24 hours depending on the location." }, + { id: "f2", title: "Are your staff fully certified?", content: "Yes, every technologist is board-certified and meets strict compliance standards." }, + { id: "f3", title: "Do you provide equipment?", content: "We can provide mobile diagnostic equipment or integrate with your current systems." }, ]} title="Frequently Asked Questions" description="Have questions about our mobile services? We've got answers." @@ -282,70 +146,28 @@ export default function LandingPage() {