Merge version_2 into main #4
1411
src/app/layout.tsx
1411
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -65,25 +65,32 @@ export default function LandingPage() {
|
||||
tag="What We Offer"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Order Now", href: "https://wa.me/919567887599" }]}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Prescription Filling", description: "Quick and accurate prescription filling with expert pharmacist review and consultation", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-pharmacist-working-drugstore_23-2151684913.jpg", imageAlt: "Prescription filling service"},
|
||||
title: "Prescription Filling", description: "Quick and accurate prescription filling with expert pharmacist review and consultation", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-pharmacist-working-drugstore_23-2151684913.jpg", imageAlt: "Prescription filling service"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Online Medicine Ordering", description: "Order medicines via WhatsApp or phone and we'll process your order immediately", imageSrc: "http://img.b2bpic.net/free-photo/healthcare-professionals-review-mri-scan-test-results-neurology-x-rays_482257-123104.jpg", imageAlt: "Online medicine ordering"},
|
||||
title: "Online Medicine Ordering", description: "Order medicines via WhatsApp or phone and we'll process your order immediately", imageSrc: "http://img.b2bpic.net/free-photo/healthcare-professionals-review-mri-scan-test-results-neurology-x-rays_482257-123104.jpg", imageAlt: "Online medicine ordering"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Medicine Delivery", description: "Fast home delivery service across Palakkad to get medicines to you quickly", imageSrc: "http://img.b2bpic.net/free-vector/online-pharmacy-landing-page-template_23-2148192061.jpg", imageAlt: "Medicine delivery service"},
|
||||
title: "Medicine Delivery", description: "Fast home delivery service across Palakkad to get medicines to you quickly", imageSrc: "http://img.b2bpic.net/free-vector/online-pharmacy-landing-page-template_23-2148192061.jpg", imageAlt: "Medicine delivery service"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Pharmacist Consultation", description: "Expert pharmacist guidance on medication usage, side effects and health concerns", imageSrc: "http://img.b2bpic.net/free-photo/doctor-giving-medical-equipment-patient_23-2148285691.jpg", imageAlt: "Pharmacist consultation"},
|
||||
title: "Pharmacist Consultation", description: "Expert pharmacist guidance on medication usage, side effects and health concerns", imageSrc: "http://img.b2bpic.net/free-photo/doctor-giving-medical-equipment-patient_23-2148285691.jpg", imageAlt: "Pharmacist consultation"
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Prescription Transfers", description: "Easy prescription transfer from other pharmacies with complete documentation", imageSrc: "http://img.b2bpic.net/free-photo/health-drugstore-shelves-filled-with-cardiology-pills-pharmaceutics-sell-healthy-supplements-treatment-customers-empty-pharmacy-with-medication-vitamins-pills-packages_482257-66019.jpg?_wi=1", imageAlt: "Prescription transfer service"},
|
||||
title: "Prescription Transfers", description: "Easy prescription transfer from other pharmacies with complete documentation", imageSrc: "http://img.b2bpic.net/free-photo/health-drugstore-shelves-filled-with-cardiology-pills-pharmaceutics-sell-healthy-supplements-treatment-customers-empty-pharmacy-with-medication-vitamins-pills-packages_482257-66019.jpg?_wi=1", imageAlt: "Prescription transfer service"
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: "Emergency Medicine Availability", description: "24/7 access to essential and emergency medications whenever you need them", imageSrc: "http://img.b2bpic.net/free-photo/health-drugstore-shelves-filled-with-cardiology-pills-pharmaceutics-sell-healthy-supplements-treatment-customers-empty-pharmacy-with-medication-vitamins-pills-packages_482257-66019.jpg?_wi=2", imageAlt: "Emergency medicine availability"},
|
||||
title: "Emergency Medicine Availability", description: "24/7 access to essential and emergency medications whenever you need them", imageSrc: "http://img.b2bpic.net/free-photo/health-drugstore-shelves-filled-with-cardiology-pills-pharmaceutics-sell-healthy-supplements-treatment-customers-empty-pharmacy-with-medication-vitamins-pills-packages_482257-66019.jpg?_wi=2", imageAlt: "Emergency medicine availability"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,7 +115,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Upload Prescription", href: "https://wa.me/919567887599?text=I%20need%20to%20upload%20my%20prescription"},
|
||||
text: "Upload Prescription", href: "https://wa.me/919567887599?text=I%20need%20to%20upload%20my%20prescription"
|
||||
},
|
||||
{ text: "Call Now", href: "tel:+919567887599" },
|
||||
]}
|
||||
/>
|
||||
@@ -126,22 +134,28 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Kumar", handle: "@rajesh_k", testimonial: "The person who answered was incredibly kind and understanding. Best pharmacy in Palakkad!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3387.jpg", imageAlt: "professional woman portrait smiling happy"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3387.jpg", imageAlt: "professional woman portrait smiling happy"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Sharma", handle: "@priya_wellness", testimonial: "Contacted them via WhatsApp and the speed of response was amazing. Got my medicines within an hour!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-hands-crossed-smiling_158595-3406.jpg", imageAlt: "man professional portrait smiling confident"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-hands-crossed-smiling_158595-3406.jpg", imageAlt: "man professional portrait smiling confident"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Anil Menon", handle: "@anil_health", testimonial: "First 24 hour medical shop in Palakkad. Exactly what we needed for emergency medicines at night.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businesswoman-indoors-with-arms-closed_23-2148824828.jpg", imageAlt: "woman professional portrait smiling healthcare"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businesswoman-indoors-with-arms-closed_23-2148824828.jpg", imageAlt: "woman professional portrait smiling healthcare"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Sneha Nair", handle: "@sneha_care", testimonial: "Friendly staff, professional service, and they actually know their medicines. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-woman-portrait_23-2149051733.jpg", imageAlt: "elderly woman portrait smiling happy"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-woman-portrait_23-2149051733.jpg", imageAlt: "elderly woman portrait smiling happy"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Vikram Das", handle: "@vikram_pharma", testimonial: "Delivery was super fast and medicines were properly packaged. Great experience overall.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageAlt: "man professional portrait smiling healthcare"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageAlt: "man professional portrait smiling healthcare"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Anjali Patel", handle: "@anjali_wellness", testimonial: "The pharmacist took time to explain everything about my medications. Truly a caring pharmacy.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-cup-coffee_23-2147955267.jpg", imageAlt: "young man portrait professional smiling"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-cup-coffee_23-2147955267.jpg", imageAlt: "young man portrait professional smiling"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -173,17 +187,23 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Do you deliver medicines in Palakkad?", content: "Yes, we provide fast medicine delivery across Palakkad. Simply WhatsApp or call us with your prescription and delivery address. We aim to deliver within 1-2 hours depending on location."},
|
||||
id: "1", title: "Do you deliver medicines in Palakkad?", content: "Yes, we provide fast medicine delivery across Palakkad. Simply WhatsApp or call us with your prescription and delivery address. We aim to deliver within 1-2 hours depending on location."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Are you open at night?", content: "Absolutely! We are open 24 hours a day, 7 days a week. Whether it's midnight or early morning, we're here to serve your pharmacy needs. Call +91 95678 87599 anytime."},
|
||||
id: "2", title: "Are you open at night?", content: "Absolutely! We are open 24 hours a day, 7 days a week. Whether it's midnight or early morning, we're here to serve your pharmacy needs. Call +91 95678 87599 anytime."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Can I order medicine on WhatsApp?", content: "Yes, you can! Send us a message on WhatsApp with your prescription image and medicine requirements. Our team will respond quickly and process your order immediately."},
|
||||
id: "3", title: "Can I order medicine on WhatsApp?", content: "Yes, you can! Send us a message on WhatsApp with your prescription image and medicine requirements. Our team will respond quickly and process your order immediately."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you accept online prescriptions?", content: "Yes, we accept both physical and digital prescriptions. You can share your prescription via WhatsApp, email, or bring it to our store. Our pharmacist will verify and process it for you."},
|
||||
id: "4", title: "Do you accept online prescriptions?", content: "Yes, we accept both physical and digital prescriptions. You can share your prescription via WhatsApp, email, or bring it to our store. Our pharmacist will verify and process it for you."
|
||||
},
|
||||
{
|
||||
id: "5", title: "What's your location near KSRTC?", content: "We're located at 9/11 Safa Complex, Near KSRTC Stand, East Vennakkara, Nurani, Palakkad 678004. Easy to access and convenient for everyone in town."},
|
||||
id: "5", title: "What's your location near KSRTC?", content: "We're located at 9/11 Safa Complex, Near KSRTC Stand, East Vennakkara, Nurani, Palakkad 678004. Easy to access and convenient for everyone in town."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Do you provide pharmacist consultation?", content: "Yes, our experienced pharmacists are available for consultation on medication usage, side effects, and health-related questions. Ask for guidance anytime you need it."}
|
||||
id: "6", title: "Do you provide pharmacist consultation?", content: "Yes, our experienced pharmacists are available for consultation on medication usage, side effects, and health-related questions. Ask for guidance anytime you need it."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user