|
|
|
|
@@ -51,15 +51,16 @@ export default function HomePage() {
|
|
|
|
|
{ name: "Contact", id: "contact" },
|
|
|
|
|
]}
|
|
|
|
|
button={{
|
|
|
|
|
text: "Refill Request", href: "/refill"}}
|
|
|
|
|
text: "Refill Request", href: "/refill"
|
|
|
|
|
}}
|
|
|
|
|
animateOnLoad={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardDashboard
|
|
|
|
|
title="Healthcare Revolutionized: Accessible, Affordable, Personalized"
|
|
|
|
|
description="Free medication delivery, specialty drug dispensing, comprehensive insurance support, and customer-focused pharmacy services that redefine your healthcare experience."
|
|
|
|
|
title="Medication Delivered Free. Care That Listens."
|
|
|
|
|
description="We handle specialty drugs and support all major insurance carriers—so you get the medications you need without the hassle. Free home delivery, expert guidance, and personalized care that puts patients first."
|
|
|
|
|
tag="Patient-Centered Care"
|
|
|
|
|
tagIcon={Heart}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
@@ -83,13 +84,16 @@ export default function HomePage() {
|
|
|
|
|
stats: [
|
|
|
|
|
{
|
|
|
|
|
title: "Free Delivery", values: [100, 100, 100],
|
|
|
|
|
description: "To your home"},
|
|
|
|
|
description: "To your home"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Specialty Meds", values: [15, 20, 25],
|
|
|
|
|
description: "Compounded medications"},
|
|
|
|
|
description: "Compounded medications"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Insurance Support", values: [100, 100, 100],
|
|
|
|
|
description: "Major carriers accepted"},
|
|
|
|
|
description: "Major carriers accepted"
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
chartTitle: "Patient Satisfaction", chartData: [
|
|
|
|
|
{ value: 95 },
|
|
|
|
|
@@ -101,13 +105,16 @@ export default function HomePage() {
|
|
|
|
|
listTitle: "Priority Services", listItems: [
|
|
|
|
|
{
|
|
|
|
|
icon: Truck,
|
|
|
|
|
title: "Free Home Delivery", status: "Available"},
|
|
|
|
|
title: "Free Home Delivery", status: "Available"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Pill,
|
|
|
|
|
title: "Specialty Medications", status: "In Stock"},
|
|
|
|
|
title: "Specialty Medications", status: "In Stock"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: FileText,
|
|
|
|
|
title: "Prior Authorization", status: "Processing"},
|
|
|
|
|
title: "Prior Authorization", status: "Processing"
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
}}
|
|
|
|
|
/>
|
|
|
|
|
@@ -140,22 +147,26 @@ export default function HomePage() {
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "retail", label: "Retail", title: "Traditional Community Pharmacy Services", items: [
|
|
|
|
|
"Full medication dispensing", "Avoid impersonal chain store experience", "One-stop shop for all medication needs", "Personalized patient care"],
|
|
|
|
|
"Full medication dispensing", "Avoid impersonal chain store experience", "One-stop shop for all medication needs", "Personalized patient care"
|
|
|
|
|
],
|
|
|
|
|
buttons: [{ text: "Learn More", href: "#" }],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "specialty", label: "Specialty", title: "Advanced Specialty Drug Services", items: [
|
|
|
|
|
"Rare-disease medication management", "Drug usage and administration support", "Insurance billing expertise", "Comprehensive medication counseling"],
|
|
|
|
|
"Rare-disease medication management", "Drug usage and administration support", "Insurance billing expertise", "Comprehensive medication counseling"
|
|
|
|
|
],
|
|
|
|
|
buttons: [{ text: "Learn More", href: "#" }],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "delivery", label: "Delivery", title: "Free Home Medication Delivery", items: [
|
|
|
|
|
"Convenient at-home delivery", "Call for details and delivery limitations", "No additional charges", "Fast and reliable service"],
|
|
|
|
|
"Convenient at-home delivery", "Call for details and delivery limitations", "No additional charges", "Fast and reliable service"
|
|
|
|
|
],
|
|
|
|
|
buttons: [{ text: "Schedule Delivery", href: "/refill" }],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "compounded", label: "Compounded", title: "Custom Compounded Medications", items: [
|
|
|
|
|
"GLP-1 Treatments (Tirzepatide, Semaglutide)", "Anti-Aging Solutions (Sermorelin, NAD+)", "Men's Health (Sildenafil, Tadalafil, Hair Loss)", "Personalized pharmaceutical solutions"],
|
|
|
|
|
"GLP-1 Treatments (Tirzepatide, Semaglutide)", "Anti-Aging Solutions (Sermorelin, NAD+)", "Men's Health (Sildenafil, Tadalafil, Hair Loss)", "Personalized pharmaceutical solutions"
|
|
|
|
|
],
|
|
|
|
|
buttons: [{ text: "Request Consultation", href: "#" }],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
@@ -176,19 +187,23 @@ export default function HomePage() {
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Margaret Johnson", role: "Patient", company: "Duluth Community", rating: 5,
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg?_wi=1", imageAlt: "Margaret Johnson - Patient Testimonial"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg?_wi=1", imageAlt: "Margaret Johnson - Patient Testimonial"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Robert Chen", role: "Patient", company: "Norcross Area", rating: 5,
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/happy-black-female-doctor-talking-couple-showing-them-medical-test-results-touchpad-consultations-clinic_637285-1755.jpg", imageAlt: "Robert Chen - Patient Testimonial"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/happy-black-female-doctor-talking-couple-showing-them-medical-test-results-touchpad-consultations-clinic_637285-1755.jpg", imageAlt: "Robert Chen - Patient Testimonial"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Patricia Williams", role: "Patient", company: "Senior Care", rating: 5,
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg?_wi=2", imageAlt: "Patricia Williams - Patient Testimonial"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg?_wi=2", imageAlt: "Patricia Williams - Patient Testimonial"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Jennifer Davis", role: "Patient", company: "Healthcare Partner", rating: 5,
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/portrait-smiling-nurse-looking-camera-while-standing-clinic_637285-5031.jpg", imageAlt: "Jennifer Davis - Patient Testimonial"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/portrait-smiling-nurse-looking-camera-while-standing-clinic_637285-5031.jpg", imageAlt: "Jennifer Davis - Patient Testimonial"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
kpiItems={[
|
|
|
|
|
{ value: "1000+", label: "Patients Served" },
|
|
|
|
|
@@ -210,16 +225,20 @@ export default function HomePage() {
|
|
|
|
|
team={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Cameron Brown", role: "CEO & Pharmacist-in-Charge", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/specialist-standing-drugstore-holding-folder_651396-1225.jpg?_wi=1", imageAlt: "Cameron Brown - CEO & Pharmacist-in-Charge"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/specialist-standing-drugstore-holding-folder_651396-1225.jpg?_wi=1", imageAlt: "Cameron Brown - CEO & Pharmacist-in-Charge"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Dr. Sarah Mitchell", role: "Clinical Pharmacy Director", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/covid-19-coronavirus-outbreak-healthcare-workers-pandemic-concept-handsome-cheerful-male-doctor-white-coat-show-thumbs-up-approval-agree-like-product-recommending_1258-57518.jpg?_wi=1", imageAlt: "Dr. Sarah Mitchell - Clinical Pharmacy Director"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/covid-19-coronavirus-outbreak-healthcare-workers-pandemic-concept-handsome-cheerful-male-doctor-white-coat-show-thumbs-up-approval-agree-like-product-recommending_1258-57518.jpg?_wi=1", imageAlt: "Dr. Sarah Mitchell - Clinical Pharmacy Director"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Michael Torres", role: "Operations Manager", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/multiethnic-group-three-doctors-nurses-standing-hospital-corridor-wearing-scrubs-coats-team-healthcare-workers-are-staring-camera-smiling_657921-98.jpg?_wi=1", imageAlt: "Michael Torres - Operations Manager"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/multiethnic-group-three-doctors-nurses-standing-hospital-corridor-wearing-scrubs-coats-team-healthcare-workers-are-staring-camera-smiling_657921-98.jpg?_wi=1", imageAlt: "Michael Torres - Operations Manager"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Emma Healthcare", role: "Patient Services Coordinator", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg?_wi=3", imageAlt: "Emma Healthcare - Patient Services Coordinator"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg?_wi=3", imageAlt: "Emma Healthcare - Patient Services Coordinator"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -235,22 +254,28 @@ export default function HomePage() {
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "What medications does 9 Pharmacy dispense?", content:
|
|
|
|
|
"We offer traditional retail pharmacy medications, specialty medications for rare diseases, and custom compounded medications including GLP-1 treatments, anti-aging solutions, and men's health products. Our pharmacists can discuss which options are right for you."},
|
|
|
|
|
"We offer traditional retail pharmacy medications, specialty medications for rare diseases, and custom compounded medications including GLP-1 treatments, anti-aging solutions, and men's health products. Our pharmacists can discuss which options are right for you."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Do you offer free delivery?", content:
|
|
|
|
|
"Yes! We offer completely free medication delivery to your home. Please call your local pharmacy for delivery details and any limitations that may apply to your specific location or order."},
|
|
|
|
|
"Yes! We offer completely free medication delivery to your home. Please call your local pharmacy for delivery details and any limitations that may apply to your specific location or order."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "What insurance do you accept?", content:
|
|
|
|
|
"We process insurance for all major carriers and provide comprehensive insurance support including prior authorization processing and copay reduction strategies. Contact us to confirm your specific insurance coverage."},
|
|
|
|
|
"We process insurance for all major carriers and provide comprehensive insurance support including prior authorization processing and copay reduction strategies. Contact us to confirm your specific insurance coverage."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "How do I request a medication refill?", content:
|
|
|
|
|
"You can submit a refill request online through our website or visit your local pharmacy during business hours. We process refills quickly to ensure you have your medications when you need them."},
|
|
|
|
|
"You can submit a refill request online through our website or visit your local pharmacy during business hours. We process refills quickly to ensure you have your medications when you need them."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", title: "Do you offer specialty medications?", content:
|
|
|
|
|
"Absolutely. We specialize in rare-disease medications and provide comprehensive support including drug usage guidance, administration assistance, and insurance billing expertise for all specialty medications."},
|
|
|
|
|
"Absolutely. We specialize in rare-disease medications and provide comprehensive support including drug usage guidance, administration assistance, and insurance billing expertise for all specialty medications."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", title: "What are your business hours?", content:
|
|
|
|
|
"We are open Monday through Friday from 9:00 AM to 5:00 PM. We are closed on weekends. For emergency medication needs, please contact your location directly."},
|
|
|
|
|
"We are open Monday through Friday from 9:00 AM to 5:00 PM. We are closed on weekends. For emergency medication needs, please contact your location directly."
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -287,4 +312,4 @@ export default function HomePage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|