Merge version_2 into main #2
@@ -27,29 +27,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Hospitals",
|
||||
id: "/hospitals",
|
||||
},
|
||||
name: "Hospitals", id: "/hospitals"},
|
||||
{
|
||||
name: "Doctors",
|
||||
id: "/doctors",
|
||||
},
|
||||
name: "Doctors", id: "/doctors"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
]}
|
||||
logoSrc="asset://medireview-logo"
|
||||
logoSrc="asset://medireview-logo-branded"
|
||||
logoAlt="MediReview Logo"
|
||||
brandName="MediReview"
|
||||
button={{
|
||||
text: "Write a Review",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Write a Review", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,37 +51,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "doc1",
|
||||
name: "Dr. Alan Smith",
|
||||
role: "General Practitioner",
|
||||
description: "Compassionate GP with over 15 years of experience in family medicine. Focuses on preventative care and patient education.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-portrait-with-medical-mask_23-2148947581.jpg",
|
||||
imageAlt: "Dr. Alan Smith",
|
||||
},
|
||||
id: "doc1", name: "Dr. Alan Smith", role: "General Practitioner", description: "Compassionate GP with over 15 years of experience in family medicine. Focuses on preventative care and patient education.", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-portrait-with-medical-mask_23-2148947581.jpg", imageAlt: "Dr. Alan Smith"},
|
||||
{
|
||||
id: "doc2",
|
||||
name: "Dr. Karen Jones",
|
||||
role: "Cardiologist",
|
||||
description: "Leading cardiologist specializing in heart health and advanced cardiac procedures. Dedicated to patient well-being.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-nurse-wearing-stethoscope_23-2149741271.jpg",
|
||||
imageAlt: "Dr. Karen Jones",
|
||||
},
|
||||
id: "doc2", name: "Dr. Karen Jones", role: "Cardiologist", description: "Leading cardiologist specializing in heart health and advanced cardiac procedures. Dedicated to patient well-being.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-nurse-wearing-stethoscope_23-2149741271.jpg", imageAlt: "Dr. Karen Jones"},
|
||||
{
|
||||
id: "doc3",
|
||||
name: "Dr. Lisa Lee",
|
||||
role: "Pediatrician",
|
||||
description: "Dedicated pediatrician providing comprehensive care for children from infancy through adolescence. Known for her gentle approach.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-vaccinating-little-girl_23-2148880481.jpg",
|
||||
imageAlt: "Dr. Lisa Lee",
|
||||
},
|
||||
id: "doc3", name: "Dr. Lisa Lee", role: "Pediatrician", description: "Dedicated pediatrician providing comprehensive care for children from infancy through adolescence. Known for her gentle approach.", imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-vaccinating-little-girl_23-2148880481.jpg", imageAlt: "Dr. Lisa Lee"},
|
||||
{
|
||||
id: "doc4",
|
||||
name: "Dr. Omar Patel",
|
||||
role: "Dermatologist",
|
||||
description: "Expert dermatologist treating skin conditions, offering cosmetic procedures, and promoting skin health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-cosmetologist-making-facial-treatment-beautiful-woma_158595-4587.jpg",
|
||||
imageAlt: "Dr. Omar Patel",
|
||||
},
|
||||
id: "doc4", name: "Dr. Omar Patel", role: "Dermatologist", description: "Expert dermatologist treating skin conditions, offering cosmetic procedures, and promoting skin health.", imageSrc: "http://img.b2bpic.net/free-photo/female-cosmetologist-making-facial-treatment-beautiful-woma_158595-4587.jpg", imageAlt: "Dr. Omar Patel"},
|
||||
]}
|
||||
title="Find Your Specialist"
|
||||
description="Search our extensive directory of qualified doctors across various specialties. Read patient reviews and book appointments with confidence."
|
||||
@@ -105,19 +71,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Average Patient Rating",
|
||||
value: "4.7/5",
|
||||
},
|
||||
label: "Average Patient Rating", value: "4.7/5"},
|
||||
{
|
||||
icon: Briefcase,
|
||||
label: "Years of Experience",
|
||||
value: "12+",
|
||||
},
|
||||
label: "Years of Experience", value: "12+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Verified Reviews",
|
||||
value: "50K+",
|
||||
},
|
||||
label: "Verified Reviews", value: "50K+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -128,50 +88,31 @@ export default function LandingPage() {
|
||||
logoText="MediReview"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Hospitals",
|
||||
href: "/hospitals",
|
||||
},
|
||||
label: "Hospitals", href: "/hospitals"},
|
||||
{
|
||||
label: "Doctors",
|
||||
href: "/doctors",
|
||||
},
|
||||
label: "Doctors", href: "/doctors"},
|
||||
{
|
||||
label: "Write a Review",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Write a Review", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/about#faqs",
|
||||
},
|
||||
label: "FAQs", href: "/about#faqs"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user