Merge version_2 into main #2

Merged
bender merged 4 commits from version_2 into main 2026-05-30 07:44:07 +00:00
4 changed files with 77 additions and 283 deletions

View File

@@ -26,29 +26,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>
@@ -57,35 +47,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "abt-t1",
name: "Maria G.",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-is-feeling-happy-by-holding-fists-chest-white-background_176474-118261.jpg",
imageAlt: "Maria G. smiling",
},
id: "abt-t1", name: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-is-feeling-happy-by-holding-fists-chest-white-background_176474-118261.jpg", imageAlt: "Maria G. smiling"},
{
id: "abt-t2",
name: "John P.",
imageSrc: "http://img.b2bpic.net/free-photo/social-worker-taking-care-senior-woman_23-2149031342.jpg",
imageAlt: "John P. smiling",
},
id: "abt-t2", name: "John P.", imageSrc: "http://img.b2bpic.net/free-photo/social-worker-taking-care-senior-woman_23-2149031342.jpg", imageAlt: "John P. smiling"},
{
id: "abt-t3",
name: "Sophia B.",
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-blonde-handsome-man-wearing-headphones-neck-grabbing-them_141793-116573.jpg",
imageAlt: "Sophia B. smiling",
},
id: "abt-t3", name: "Sophia B.", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-blonde-handsome-man-wearing-headphones-neck-grabbing-them_141793-116573.jpg", imageAlt: "Sophia B. smiling"},
{
id: "abt-t4",
name: "Ethan C.",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-notebook-standing-white-wall_114579-65356.jpg",
imageAlt: "Ethan C. smiling",
},
id: "abt-t4", name: "Ethan C.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-notebook-standing-white-wall_114579-65356.jpg", imageAlt: "Ethan C. smiling"},
{
id: "abt-t5",
name: "Isabella D.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-doctor-patient_23-2149844603.jpg",
imageAlt: "Isabella D. smiling",
},
id: "abt-t5", name: "Isabella D.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-doctor-patient_23-2149844603.jpg", imageAlt: "Isabella D. smiling"},
]}
cardTitle="Hear from Our Community"
cardTag="Patient Stories"
@@ -98,25 +68,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq1",
title: "How do I search for a hospital or doctor?",
content: "Use the search bar at the top of the page. You can filter results by specialty, location, ratings, and more to refine your search.",
},
id: "faq1", title: "How do I search for a hospital or doctor?", content: "Use the search bar at the top of the page. You can filter results by specialty, location, ratings, and more to refine your search."},
{
id: "faq2",
title: "Can I trust the reviews on MediReview?",
content: "Yes, we implement strict moderation policies to ensure all reviews are authentic and adhere to our community guidelines, promoting a trustworthy environment.",
},
id: "faq2", title: "Can I trust the reviews on MediReview?", content: "Yes, we implement strict moderation policies to ensure all reviews are authentic and adhere to our community guidelines, promoting a trustworthy environment."},
{
id: "faq3",
title: "How can I leave a review for a healthcare provider?",
content: "Navigate to the provider's profile page and click on the 'Write a Review' button. You'll be guided through a simple process to share your experience and assign a rating.",
},
id: "faq3", title: "How can I leave a review for a healthcare provider?", content: "Navigate to the provider's profile page and click on the 'Write a Review' button. You'll be guided through a simple process to share your experience and assign a rating."},
{
id: "faq4",
title: "Is my personal information protected?",
content: "Absolutely. We prioritize your privacy and use advanced encryption and data protection measures to safeguard your personal information. Please refer to our Privacy Policy for details.",
},
id: "faq4", title: "Is my personal information protected?", content: "Absolutely. We prioritize your privacy and use advanced encryption and data protection measures to safeguard your personal information. Please refer to our Privacy Policy for details."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find quick answers to common questions about using MediReview, from finding providers to submitting reviews."
@@ -129,50 +87,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: "#"},
],
},
]}

View File

@@ -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: "#"},
],
},
]}

View File

@@ -26,29 +26,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>
@@ -60,47 +50,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "hosp1",
name: "St. Jude's Medical Center",
price: "4.8/5 Rating",
imageSrc: "http://img.b2bpic.net/free-photo/people-driving-cars-city-street_23-2149091986.jpg",
imageAlt: "St. Jude's Medical Center",
},
id: "hosp1", name: "St. Jude's Medical Center", price: "4.8/5 Rating", imageSrc: "http://img.b2bpic.net/free-photo/people-driving-cars-city-street_23-2149091986.jpg", imageAlt: "St. Jude's Medical Center"},
{
id: "hosp2",
name: "City General Hospital",
price: "4.5/5 Rating",
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-building_1127-3672.jpg",
imageAlt: "City General Hospital",
},
id: "hosp2", name: "City General Hospital", price: "4.5/5 Rating", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-building_1127-3672.jpg", imageAlt: "City General Hospital"},
{
id: "hosp3",
name: "Valley View Clinic",
price: "4.6/5 Rating",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wooden-bench-with-big-mountain_181624-13934.jpg",
imageAlt: "Valley View Clinic",
},
id: "hosp3", name: "Valley View Clinic", price: "4.6/5 Rating", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wooden-bench-with-big-mountain_181624-13934.jpg", imageAlt: "Valley View Clinic"},
{
id: "hosp4",
name: "CareWell Hospital",
price: "4.7/5 Rating",
imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1928.jpg",
imageAlt: "CareWell Hospital",
},
id: "hosp4", name: "CareWell Hospital", price: "4.7/5 Rating", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1928.jpg", imageAlt: "CareWell Hospital"},
{
id: "hosp5",
name: "Community Health Center",
price: "4.2/5 Rating",
imageSrc: "http://img.b2bpic.net/free-photo/analog-landscape-city-with-buildings_23-2149661463.jpg",
imageAlt: "Community Health Center",
},
id: "hosp5", name: "Community Health Center", price: "4.2/5 Rating", imageSrc: "http://img.b2bpic.net/free-photo/analog-landscape-city-with-buildings_23-2149661463.jpg", imageAlt: "Community Health Center"},
{
id: "hosp6",
name: "Grand Medical Complex",
price: "4.9/5 Rating",
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821316.jpg",
imageAlt: "Grand Medical Complex",
},
id: "hosp6", name: "Grand Medical Complex", price: "4.9/5 Rating", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821316.jpg", imageAlt: "Grand Medical Complex"},
]}
title="Browse Hospitals & Clinics"
description="Discover top-rated medical facilities near you. Filter by specialty, patient reviews, and services to find the perfect match for your needs."
@@ -116,38 +76,11 @@ export default function LandingPage() {
description="Stay informed with our articles on choosing the right hospital, managing health conditions, and understanding medical procedures."
blogs={[
{
id: "blog1",
category: "Guides",
title: "How to Choose the Right Hospital for Your Needs",
excerpt: "Selecting a hospital can be daunting. Learn what factors to consider beyond just proximity.",
imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-digital-tablet-pen-cardiogram-chart-white-wooden-surface_23-2147941819.jpg",
imageAlt: "Person reading a medical guide",
authorName: "Dr. Alex Sharma",
authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12865.jpg",
date: "May 10, 2024",
},
id: "blog1", category: "Guides", title: "How to Choose the Right Hospital for Your Needs", excerpt: "Selecting a hospital can be daunting. Learn what factors to consider beyond just proximity.", imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-digital-tablet-pen-cardiogram-chart-white-wooden-surface_23-2147941819.jpg", imageAlt: "Person reading a medical guide", authorName: "Dr. Alex Sharma", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12865.jpg", date: "May 10, 2024"},
{
id: "blog2",
category: "Wellness",
title: "Tips for Managing Chronic Conditions Effectively",
excerpt: "Living with a chronic condition requires consistent management. Discover strategies for a better quality of life.",
imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-presenting-test-findings-via-scan-interpretation-tablet_482257-124410.jpg",
imageAlt: "Person using health app on phone",
authorName: "Nurse Elena Rodriguez",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-working-nurse_23-2150829903.jpg",
date: "April 28, 2024",
},
id: "blog2", category: "Wellness", title: "Tips for Managing Chronic Conditions Effectively", excerpt: "Living with a chronic condition requires consistent management. Discover strategies for a better quality of life.", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-presenting-test-findings-via-scan-interpretation-tablet_482257-124410.jpg", imageAlt: "Person using health app on phone", authorName: "Nurse Elena Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-working-nurse_23-2150829903.jpg", date: "April 28, 2024"},
{
id: "blog3",
category: "Prevention",
title: "Essential Health Tips for a Healthier You in 2024",
excerpt: "Small changes can lead to significant health improvements. Start your journey to wellness today with our expert advice.",
imageSrc: "http://img.b2bpic.net/free-photo/mental-health-psychological-stress-management-emotional-concept_53876-132222.jpg",
imageAlt: "Healthy lifestyle illustration",
authorName: "Dr. Ben Carter",
authorAvatar: "http://img.b2bpic.net/free-photo/smiley-senior-putting-glasses_23-2148373895.jpg",
date: "April 15, 2024",
},
id: "blog3", category: "Prevention", title: "Essential Health Tips for a Healthier You in 2024", excerpt: "Small changes can lead to significant health improvements. Start your journey to wellness today with our expert advice.", imageSrc: "http://img.b2bpic.net/free-photo/mental-health-psychological-stress-management-emotional-concept_53876-132222.jpg", imageAlt: "Healthy lifestyle illustration", authorName: "Dr. Ben Carter", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-senior-putting-glasses_23-2148373895.jpg", date: "April 15, 2024"},
]}
/>
</div>
@@ -157,50 +90,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: "#"},
],
},
]}

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{
name: "About Us", id: "/about"},
]}
logoSrc="http://img.b2bpic.net/free-photo/blank-envelopes-business-cards-isolated-white_211682-238.jpg"
logoSrc="asset://medireview-logo-branded"
logoAlt="MediReview Logo"
brandName="MediReview"
button={{