Merge version_1 into main #2
@@ -39,9 +39,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Refill Request",
|
||||
href: "/refill",
|
||||
}}
|
||||
text: "Refill Request", href: "/refill"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -50,6 +48,7 @@ export default function AboutPage() {
|
||||
<AboutMetric
|
||||
title="Our Mission: Revolutionizing Pharmacy Care Through Patient-Focused Innovation and Community Commitment"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="none"
|
||||
metrics={[
|
||||
{ icon: Heart, label: "Patient-Centered", value: "100%" },
|
||||
{ icon: Zap, label: "Innovation Driven", value: "24/7" },
|
||||
@@ -70,29 +69,14 @@ export default function AboutPage() {
|
||||
tagIcon={Users}
|
||||
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=2",
|
||||
imageAlt: "Cameron Brown - CEO & Pharmacist-in-Charge",
|
||||
},
|
||||
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", 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=2",
|
||||
imageAlt: "Dr. Sarah Mitchell - Clinical Pharmacy Director",
|
||||
},
|
||||
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", 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=2",
|
||||
imageAlt: "Michael Torres - Operations Manager",
|
||||
},
|
||||
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", imageAlt: "Michael Torres - Operations Manager"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,6 +85,7 @@ export default function AboutPage() {
|
||||
<AboutMetric
|
||||
title="Our Core Values: Accessibility, Affordability, Compassion, and Excellence in Healthcare"
|
||||
useInvertedBackground={true}
|
||||
metricsAnimation="none"
|
||||
metrics={[
|
||||
{ icon: Truck, label: "Free Delivery", value: "100%" },
|
||||
{ icon: Pill, label: "Specialty Services", value: "15+" },
|
||||
@@ -114,8 +99,7 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Retail Pharmacy", href: "#services" },
|
||||
{ label: "Specialty Medications", href: "#services" },
|
||||
{ label: "Free Delivery", href: "#services" },
|
||||
@@ -123,16 +107,14 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Locations",
|
||||
items: [
|
||||
title: "Locations", items: [
|
||||
{ label: "Duluth", href: "#locations" },
|
||||
{ label: "Norcross", href: "#locations" },
|
||||
{ label: "Cobb (Coming Soon)", href: "#locations" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "mailto:info@9pharmacy.com" },
|
||||
{ label: "Privacy Practices", href: "/privacy" },
|
||||
|
||||
@@ -31,9 +31,7 @@ export default function LocationsPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Refill Request",
|
||||
href: "/refill",
|
||||
}}
|
||||
text: "Refill Request", href: "/refill"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -42,6 +40,7 @@ export default function LocationsPage() {
|
||||
<AboutMetric
|
||||
title="Visit Our Georgia Pharmacy Locations Offering Professional Pharmaceutical Services"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="none"
|
||||
metrics={[
|
||||
{ icon: MapPin, label: "Locations", value: "3" },
|
||||
{ icon: Clock, label: "Operating Hours", value: "Mon-Fri" },
|
||||
@@ -54,36 +53,21 @@ export default function LocationsPage() {
|
||||
<MetricCardTen
|
||||
title="Our Locations"
|
||||
description="Visit 9 Pharmacy at one of our conveniently located Georgia pharmacies offering professional pharmaceutical services and personalized patient care."
|
||||
textboxLayout="centered"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "9 Pharmacy Duluth",
|
||||
subtitle:
|
||||
"3350 Steve Reynolds Blvd, Suite 406 | Duluth, GA 30096",
|
||||
category: "Now Open",
|
||||
value: "(678) 434-0009",
|
||||
buttons: [{ text: "Get Directions", href: "#" }],
|
||||
id: "1", title: "9 Pharmacy Duluth", subtitle:
|
||||
"3350 Steve Reynolds Blvd, Suite 406 | Duluth, GA 30096", category: "Now Open", value: "(678) 434-0009", buttons: [{ text: "Get Directions", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "9 Pharmacy Norcross",
|
||||
subtitle:
|
||||
"6825 Jimmy Carter Blvd, Suite 1790 | Norcross, GA 30071",
|
||||
category: "Now Open",
|
||||
value: "(678) 324-9991",
|
||||
buttons: [{ text: "Get Directions", href: "#" }],
|
||||
id: "2", title: "9 Pharmacy Norcross", subtitle:
|
||||
"6825 Jimmy Carter Blvd, Suite 1790 | Norcross, GA 30071", category: "Now Open", value: "(678) 324-9991", buttons: [{ text: "Get Directions", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "9 Pharmacy Cobb",
|
||||
subtitle:
|
||||
"11517 Highway 92, Suite 110 | Woodstock, GA 30188",
|
||||
category: "Coming Soon",
|
||||
value: "TBA",
|
||||
buttons: [{ text: "Notify Me", href: "#" }],
|
||||
id: "3", title: "9 Pharmacy Cobb", subtitle:
|
||||
"11517 Highway 92, Suite 110 | Woodstock, GA 30188", category: "Coming Soon", value: "TBA", buttons: [{ text: "Notify Me", href: "#" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -93,8 +77,7 @@ export default function LocationsPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Retail Pharmacy", href: "#services" },
|
||||
{ label: "Specialty Medications", href: "#services" },
|
||||
{ label: "Free Delivery", href: "#services" },
|
||||
@@ -102,16 +85,14 @@ export default function LocationsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Locations",
|
||||
items: [
|
||||
title: "Locations", items: [
|
||||
{ label: "Duluth", href: "#locations" },
|
||||
{ label: "Norcross", href: "#locations" },
|
||||
{ label: "Cobb (Coming Soon)", href: "#locations" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "mailto:info@9pharmacy.com" },
|
||||
{ label: "Privacy Practices", href: "/privacy" },
|
||||
|
||||
220
src/app/page.tsx
220
src/app/page.tsx
@@ -51,9 +51,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Refill Request",
|
||||
href: "/refill",
|
||||
}}
|
||||
text: "Refill Request", href: "/refill"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -72,11 +70,8 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "9 Pharmacy Hub",
|
||||
logoIcon: Pill,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-pharmacist-organizing-pharmacy-shelves-with-medication_482257-131054.jpg",
|
||||
searchPlaceholder: "Search medications...",
|
||||
buttons: [
|
||||
title: "9 Pharmacy Hub", logoIcon: Pill,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-pharmacist-organizing-pharmacy-shelves-with-medication_482257-131054.jpg", searchPlaceholder: "Search medications...", buttons: [
|
||||
{ text: "Services", href: "#services" },
|
||||
{ text: "Locations", href: "#locations" },
|
||||
],
|
||||
@@ -87,46 +82,32 @@ export default function HomePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Free Delivery",
|
||||
values: ["100%", "100%", "100%"],
|
||||
description: "To your home",
|
||||
},
|
||||
title: "Free Delivery", values: [100, 100, 100],
|
||||
description: "To your home"},
|
||||
{
|
||||
title: "Specialty Meds",
|
||||
values: ["15+", "20+", "25+"],
|
||||
description: "Compounded medications",
|
||||
},
|
||||
title: "Specialty Meds", values: [15, 20, 25],
|
||||
description: "Compounded medications"},
|
||||
{
|
||||
title: "Insurance Support",
|
||||
values: ["All", "All", "All"],
|
||||
description: "Major carriers accepted",
|
||||
},
|
||||
title: "Insurance Support", values: [100, 100, 100],
|
||||
description: "Major carriers accepted"},
|
||||
],
|
||||
chartTitle: "Patient Satisfaction",
|
||||
chartData: [
|
||||
chartTitle: "Patient Satisfaction", chartData: [
|
||||
{ value: 95 },
|
||||
{ value: 96 },
|
||||
{ value: 97 },
|
||||
{ value: 98 },
|
||||
{ value: 99 },
|
||||
],
|
||||
listTitle: "Priority Services",
|
||||
listItems: [
|
||||
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"},
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -136,6 +117,7 @@ export default function HomePage() {
|
||||
<AboutMetric
|
||||
title="Revolutionizing pharmacy care by filling gaps in traditional retail chains with patient-focused services and community commitment"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="none"
|
||||
metrics={[
|
||||
{ icon: Truck, label: "Free Delivery", value: "100%" },
|
||||
{ icon: Pill, label: "Specialty Services", value: "15+" },
|
||||
@@ -157,51 +139,23 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
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",
|
||||
],
|
||||
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"],
|
||||
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",
|
||||
],
|
||||
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"],
|
||||
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",
|
||||
],
|
||||
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"],
|
||||
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",
|
||||
],
|
||||
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"],
|
||||
buttons: [{ text: "Request Consultation", href: "#" }],
|
||||
},
|
||||
]}
|
||||
@@ -220,45 +174,21 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Margaret Johnson",
|
||||
role: "Patient",
|
||||
company: "Duluth Community",
|
||||
rating: 5,
|
||||
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", imageAlt: "Margaret Johnson - Patient Testimonial"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert Chen",
|
||||
role: "Patient",
|
||||
company: "Norcross Area",
|
||||
rating: 5,
|
||||
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,
|
||||
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", imageAlt: "Patricia Williams - Patient Testimonial"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jennifer Davis",
|
||||
role: "Patient",
|
||||
company: "Healthcare Partner",
|
||||
rating: 5,
|
||||
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" },
|
||||
@@ -279,37 +209,17 @@ export default function HomePage() {
|
||||
tagIcon={Users}
|
||||
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",
|
||||
},
|
||||
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", 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",
|
||||
},
|
||||
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", 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",
|
||||
},
|
||||
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", 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",
|
||||
},
|
||||
id: "4", name: "Emma Healthcare", role: "Patient Services Coordinator", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg", imageAlt: "Emma Healthcare - Patient Services Coordinator"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -321,43 +231,26 @@ export default function HomePage() {
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
faqsAnimation="none"
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -366,8 +259,7 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Retail Pharmacy", href: "#services" },
|
||||
{ label: "Specialty Medications", href: "#services" },
|
||||
{ label: "Free Delivery", href: "#services" },
|
||||
@@ -375,16 +267,14 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Locations",
|
||||
items: [
|
||||
title: "Locations", items: [
|
||||
{ label: "Duluth", href: "#locations" },
|
||||
{ label: "Norcross", href: "#locations" },
|
||||
{ label: "Cobb (Coming Soon)", href: "#locations" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "mailto:info@9pharmacy.com" },
|
||||
{ label: "Privacy Practices", href: "/privacy" },
|
||||
|
||||
@@ -31,9 +31,7 @@ export default function PrivacyPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Refill Request",
|
||||
href: "/refill",
|
||||
}}
|
||||
text: "Refill Request", href: "/refill"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -42,6 +40,7 @@ export default function PrivacyPage() {
|
||||
<AboutMetric
|
||||
title="Your Privacy and Data Security Are Our Top Priority at 9 Pharmacy"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="none"
|
||||
metrics={[
|
||||
{ icon: Lock, label: "Data Protected", value: "HIPAA" },
|
||||
{ icon: Shield, label: "Security Level", value: "Enterprise" },
|
||||
@@ -57,43 +56,26 @@ export default function PrivacyPage() {
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
faqsAnimation="none"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do you protect my personal health information?",
|
||||
content:
|
||||
"We comply with HIPAA (Health Insurance Portability and Accountability Act) and implement enterprise-level security measures including encryption, secure servers, and restricted access protocols to protect all patient information.",
|
||||
},
|
||||
id: "1", title: "How do you protect my personal health information?", content:
|
||||
"We comply with HIPAA (Health Insurance Portability and Accountability Act) and implement enterprise-level security measures including encryption, secure servers, and restricted access protocols to protect all patient information."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What information do you collect from me?",
|
||||
content:
|
||||
"We collect only necessary information for prescription processing including your name, contact details, insurance information, and medication history. We do not share this information with third parties without your explicit consent.",
|
||||
},
|
||||
id: "2", title: "What information do you collect from me?", content:
|
||||
"We collect only necessary information for prescription processing including your name, contact details, insurance information, and medication history. We do not share this information with third parties without your explicit consent."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I access my personal health records?",
|
||||
content:
|
||||
"Yes. You have the right to request and access your personal health records at any time. Contact your local pharmacy to request your records or schedule a consultation with our pharmacists.",
|
||||
},
|
||||
id: "3", title: "Can I access my personal health records?", content:
|
||||
"Yes. You have the right to request and access your personal health records at any time. Contact your local pharmacy to request your records or schedule a consultation with our pharmacists."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How long do you keep my records?",
|
||||
content:
|
||||
"We maintain patient records in accordance with state and federal regulations. Prescription records are retained for a minimum of 1 year and may be retained longer as required by law or for clinical purposes.",
|
||||
},
|
||||
id: "4", title: "How long do you keep my records?", content:
|
||||
"We maintain patient records in accordance with state and federal regulations. Prescription records are retained for a minimum of 1 year and may be retained longer as required by law or for clinical purposes."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you share information with insurance companies?",
|
||||
content:
|
||||
"We share only the necessary information with your insurance company to process claims and verify coverage. All sharing is done securely and in compliance with HIPAA regulations.",
|
||||
},
|
||||
id: "5", title: "Do you share information with insurance companies?", content:
|
||||
"We share only the necessary information with your insurance company to process claims and verify coverage. All sharing is done securely and in compliance with HIPAA regulations."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How can I file a privacy complaint?",
|
||||
content:
|
||||
"If you have privacy concerns, please contact our management team at info@9pharmacy.com or visit your local pharmacy. You also have the right to file complaints with the U.S. Department of Health and Human Services Office for Civil Rights.",
|
||||
},
|
||||
id: "6", title: "How can I file a privacy complaint?", content:
|
||||
"If you have privacy concerns, please contact our management team at info@9pharmacy.com or visit your local pharmacy. You also have the right to file complaints with the U.S. Department of Health and Human Services Office for Civil Rights."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,8 +84,7 @@ export default function PrivacyPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Retail Pharmacy", href: "#services" },
|
||||
{ label: "Specialty Medications", href: "#services" },
|
||||
{ label: "Free Delivery", href: "#services" },
|
||||
@@ -111,16 +92,14 @@ export default function PrivacyPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Locations",
|
||||
items: [
|
||||
title: "Locations", items: [
|
||||
{ label: "Duluth", href: "#locations" },
|
||||
{ label: "Norcross", href: "#locations" },
|
||||
{ label: "Cobb (Coming Soon)", href: "#locations" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "mailto:info@9pharmacy.com" },
|
||||
{ label: "Privacy Practices", href: "/privacy" },
|
||||
|
||||
@@ -31,9 +31,7 @@ export default function RefillPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Refill Request",
|
||||
href: "/refill",
|
||||
}}
|
||||
text: "Refill Request", href: "/refill"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -42,6 +40,7 @@ export default function RefillPage() {
|
||||
<AboutMetric
|
||||
title="Easy Medication Refill Process Designed for Your Convenience and Health"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="none"
|
||||
metrics={[
|
||||
{ icon: Pill, label: "Quick Process", value: "Easy" },
|
||||
{ icon: Clock, label: "Fast Processing", value: "24h" },
|
||||
@@ -62,39 +61,18 @@ export default function RefillPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "online",
|
||||
label: "Online",
|
||||
title: "Submit Refill Request Online",
|
||||
items: [
|
||||
"Simple and secure web form",
|
||||
"Track refill status in real-time",
|
||||
"Upload prescriptions easily",
|
||||
"Receive confirmation via email",
|
||||
],
|
||||
id: "online", label: "Online", title: "Submit Refill Request Online", items: [
|
||||
"Simple and secure web form", "Track refill status in real-time", "Upload prescriptions easily", "Receive confirmation via email"],
|
||||
buttons: [{ text: "Request Online", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "phone",
|
||||
label: "Phone",
|
||||
title: "Call Your Local Pharmacy",
|
||||
items: [
|
||||
"Speak with our pharmacy team",
|
||||
"Get personalized assistance",
|
||||
"Ask about delivery options",
|
||||
"Discuss any medication questions",
|
||||
],
|
||||
id: "phone", label: "Phone", title: "Call Your Local Pharmacy", items: [
|
||||
"Speak with our pharmacy team", "Get personalized assistance", "Ask about delivery options", "Discuss any medication questions"],
|
||||
buttons: [{ text: "Find Phone Number", href: "/locations" }],
|
||||
},
|
||||
{
|
||||
id: "inperson",
|
||||
label: "In-Person",
|
||||
title: "Visit Your Local Pharmacy",
|
||||
items: [
|
||||
"Pick up immediately available",
|
||||
"Consult with our pharmacists",
|
||||
"Discuss insurance coverage",
|
||||
"Professional healthcare advice",
|
||||
],
|
||||
id: "inperson", label: "In-Person", title: "Visit Your Local Pharmacy", items: [
|
||||
"Pick up immediately available", "Consult with our pharmacists", "Discuss insurance coverage", "Professional healthcare advice"],
|
||||
buttons: [{ text: "Find Location", href: "/locations" }],
|
||||
},
|
||||
]}
|
||||
@@ -105,8 +83,7 @@ export default function RefillPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Retail Pharmacy", href: "#services" },
|
||||
{ label: "Specialty Medications", href: "#services" },
|
||||
{ label: "Free Delivery", href: "#services" },
|
||||
@@ -114,16 +91,14 @@ export default function RefillPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Locations",
|
||||
items: [
|
||||
title: "Locations", items: [
|
||||
{ label: "Duluth", href: "#locations" },
|
||||
{ label: "Norcross", href: "#locations" },
|
||||
{ label: "Cobb (Coming Soon)", href: "#locations" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "mailto:info@9pharmacy.com" },
|
||||
{ label: "Privacy Practices", href: "/privacy" },
|
||||
|
||||
Reference in New Issue
Block a user