diff --git a/src/app/page.tsx b/src/app/page.tsx
index f3b4dfd..040ccea 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,31 +47,20 @@ export default function LandingPage() {
@@ -91,26 +72,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- tag: "Expertise",
- title: "Medication Advice",
- subtitle: "Expert Consultations",
- description: "Speak with our clinical pharmacists about your prescriptions and health goals.",
- imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600130.jpg",
- },
+ tag: "Expertise", title: "Medication Advice", subtitle: "Expert Consultations", description: "Speak with our clinical pharmacists about your prescriptions and health goals.", imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600130.jpg"},
{
- tag: "Clinical",
- title: "Vaccinations",
- subtitle: "Preventative Care",
- description: "Safe, professional immunization services for the entire family, year-round.",
- imageSrc: "http://img.b2bpic.net/free-photo/scientists-wearing-masks-gloves-holding-syringe-with-vaccine-prevent-covid-19_1150-20805.jpg",
- },
+ tag: "Clinical", title: "Vaccinations", subtitle: "Preventative Care", description: "Safe, professional immunization services for the entire family, year-round.", imageSrc: "http://img.b2bpic.net/free-photo/scientists-wearing-masks-gloves-holding-syringe-with-vaccine-prevent-covid-19_1150-20805.jpg"},
{
- tag: "Convenience",
- title: "Refill Delivery",
- subtitle: "Fast Processing",
- description: "Easy online prescription refills with reliable, discreet home delivery options.",
- imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738007.jpg",
- },
+ tag: "Convenience", title: "Refill Delivery", subtitle: "Fast Processing", description: "Easy online prescription refills with reliable, discreet home delivery options.", imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738007.jpg"},
]}
title="Pharmacy Services"
description="Comprehensive healthcare services focused on your recovery and sustained wellness."
@@ -126,73 +92,32 @@ export default function LandingPage() {
description="Expert tips and wellness guidance from our clinical team."
blogs={[
{
- id: "b1",
- category: "Wellness",
- title: "Managing Daily Stress",
- excerpt: "Healthy habits to improve your mental and physical balance.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-quail-eggs-female-hands-dark-table_140725-136408.jpg",
- authorName: "Dr. Sarah",
- authorAvatar: "http://img.b2bpic.net/free-photo/portrait-two-female-friends-with-different-ages-outdoors_52683-101125.jpg",
- date: "Oct 12, 2024",
- },
+ id: "b1", category: "Wellness", title: "Managing Daily Stress", excerpt: "Healthy habits to improve your mental and physical balance.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-quail-eggs-female-hands-dark-table_140725-136408.jpg", authorName: "Dr. Sarah", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-two-female-friends-with-different-ages-outdoors_52683-101125.jpg", date: "Oct 12, 2024"},
{
- id: "b2",
- category: "Medicine",
- title: "Safety at Home",
- excerpt: "Best practices for medication storage and safety.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-therapist-doctor-hand-giving-pills-bottle-african-american-sick-patient-discussing-medication-treatment-clinical-appointment-physician-woman-working-hospital-office_482257-28581.jpg",
- authorName: "Dr. Mark",
- authorAvatar: "http://img.b2bpic.net/free-photo/senior-woman-looking-digital-tablet_23-2147918317.jpg",
- date: "Oct 15, 2024",
- },
+ id: "b2", category: "Medicine", title: "Safety at Home", excerpt: "Best practices for medication storage and safety.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-therapist-doctor-hand-giving-pills-bottle-african-american-sick-patient-discussing-medication-treatment-clinical-appointment-physician-woman-working-hospital-office_482257-28581.jpg", authorName: "Dr. Mark", authorAvatar: "http://img.b2bpic.net/free-photo/senior-woman-looking-digital-tablet_23-2147918317.jpg", date: "Oct 15, 2024"},
{
- id: "b3",
- category: "Prevention",
- title: "Flu Season Prep",
- excerpt: "Proactive steps to stay healthy this winter season.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-pharmacist-holding-pills-bottle-prescription-pharmacy_839833-31833.jpg",
- authorName: "Dr. Elena",
- authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-smiling-woman-sofa-with-tablet_268835-1511.jpg",
- date: "Oct 20, 2024",
- },
+ id: "b3", category: "Prevention", title: "Flu Season Prep", excerpt: "Proactive steps to stay healthy this winter season.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-pharmacist-holding-pills-bottle-prescription-pharmacy_839833-31833.jpg", authorName: "Dr. Elena", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-smiling-woman-sofa-with-tablet_268835-1511.jpg", date: "Oct 20, 2024"},
]}
/>
@@ -300,8 +179,7 @@ export default function LandingPage() {