diff --git a/src/app/page.tsx b/src/app/page.tsx index ec3d14c..9ca8866 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,104 +47,41 @@ export default function LandingPage() {
@@ -163,9 +92,7 @@ export default function LandingPage() { title="Dedicated to Your Health & Well-being" buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} /> @@ -177,28 +104,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Online Booking", - description: "Seamlessly schedule appointments with your preferred doctor.", - bentoComponent: "reveal-icon", - icon: Calendar, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-medic-woman-hospital_23-2147767604.jpg", - imageAlt: "smiling doctor in office", + title: "Online Booking", description: "Seamlessly schedule appointments with your preferred doctor.", bentoComponent: "reveal-icon", icon: Calendar, }, { - title: "Verified Profiles", - description: "View certifications and background info for all specialists.", - bentoComponent: "reveal-icon", - icon: ShieldCheck, - imageSrc: "http://img.b2bpic.net/free-photo/health-plan-information-examination-concept_53876-125152.jpg?_wi=2", - imageAlt: "smiling doctor in office", + title: "Verified Profiles", description: "View certifications and background info for all specialists.", bentoComponent: "reveal-icon", icon: ShieldCheck, }, { - title: "Digital Records", - description: "Secure access to your medical history and test results.", - bentoComponent: "reveal-icon", - icon: FileText, - imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-pointing-green-screen-mockup-device_482257-124759.jpg", - imageAlt: "smiling doctor in office", + title: "Digital Records", description: "Secure access to your medical history and test results.", bentoComponent: "reveal-icon", icon: FileText, }, ]} title="Comprehensive Care Features" @@ -213,36 +125,11 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} members={[ - { - id: "d1", - name: "Dr. Sarah Miller", - role: "Cardiologist", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-doctor_171337-1533.jpg", - }, - { - id: "d2", - name: "Dr. James Wilson", - role: "Orthopedic Surgeon", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-holding-stethoscope_23-2148285702.jpg", - }, - { - id: "d3", - name: "Dr. Elena Rodriguez", - role: "General Physician", - imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg", - }, - { - id: "d4", - name: "Dr. Kevin Chang", - role: "Dermatologist", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-results-tablet_329181-9276.jpg", - }, - { - id: "d5", - name: "Dr. Alice Wong", - role: "Pediatrician", - imageSrc: "http://img.b2bpic.net/free-photo/young-confident-lady-doctor-medical-gown-looking_171337-5773.jpg", - }, + { id: "d1", name: "Dr. Sarah Miller", role: "Cardiologist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-doctor_171337-1533.jpg" }, + { id: "d2", name: "Dr. James Wilson", role: "Orthopedic Surgeon", imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-holding-stethoscope_23-2148285702.jpg" }, + { id: "d3", name: "Dr. Elena Rodriguez", role: "General Physician", imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg" }, + { id: "d4", name: "Dr. Kevin Chang", role: "Dermatologist", imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-results-tablet_329181-9276.jpg" }, + { id: "d5", name: "Dr. Alice Wong", role: "Pediatrician", imageSrc: "http://img.b2bpic.net/free-photo/young-confident-lady-doctor-medical-gown-looking_171337-5773.jpg" }, ]} title="Our Specialized Medical Team" description="Meet our highly qualified specialists with certified medical expertise." @@ -253,33 +140,14 @@ export default function LandingPage() { @@ -288,21 +156,9 @@ export default function LandingPage() {