diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index cb47928..72aa67a 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -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}
/>
@@ -50,6 +48,7 @@ export default function AboutPage() {
@@ -101,6 +85,7 @@ export default function AboutPage() {
@@ -42,6 +40,7 @@ export default function LocationsPage() {
@@ -93,8 +77,7 @@ export default function LocationsPage() {
@@ -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() {
@@ -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."},
]}
/>
@@ -366,8 +259,7 @@ export default function HomePage() {
@@ -42,6 +40,7 @@ export default function PrivacyPage() {
@@ -102,8 +84,7 @@ export default function PrivacyPage() {
@@ -42,6 +40,7 @@ export default function RefillPage() {