Merge version_1 into main #1
156
src/app/page.tsx
156
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="VitalCare Pharmacy"
|
||||
/>
|
||||
@@ -60,14 +45,8 @@ export default function LandingPage() {
|
||||
logoText="VitalCare Pharmacy"
|
||||
description="Your trusted local pharmacy, committed to providing quality healthcare services, personalized medication consultations, and high-quality health products for your family's well-being."
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Browse Products",
|
||||
href: "#products",
|
||||
},
|
||||
{ text: "Visit Us", href: "#contact" },
|
||||
{ text: "Browse Products", href: "#products" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/various-drugs-syringe-ampoule-marble-surface_114579-25669.jpg"
|
||||
/>
|
||||
@@ -90,20 +69,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Prescription Refills",
|
||||
description: "Quick and accurate prescription services so you never miss a dose.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pharmacy-shelves-filled-with-packages-pills-modern-medicine-containers-medicaments-supplements-empty-health-care-shop-with-drugs-bottles-pharmaceutical-products_482257-60606.jpg",
|
||||
},
|
||||
title: "Prescription Refills", description: "Quick and accurate prescription services so you never miss a dose.", imageSrc: "http://img.b2bpic.net/free-photo/pharmacy-shelves-filled-with-packages-pills-modern-medicine-containers-medicaments-supplements-empty-health-care-shop-with-drugs-bottles-pharmaceutical-products_482257-60606.jpg"},
|
||||
{
|
||||
title: "Health Consultation",
|
||||
description: "Private consultations with our expert team regarding your health and wellness goals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-presenting-test-findings-via-scan-interpretation-tablet_482257-124764.jpg",
|
||||
},
|
||||
title: "Health Consultation", description: "Private consultations with our expert team regarding your health and wellness goals.", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-presenting-test-findings-via-scan-interpretation-tablet_482257-124764.jpg"},
|
||||
{
|
||||
title: "Fast Local Delivery",
|
||||
description: "Need medication fast? We offer same-day local delivery for our pharmacy patients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-carrying-crate-food_23-2148773387.jpg",
|
||||
},
|
||||
title: "Fast Local Delivery", description: "Need medication fast? We offer same-day local delivery for our pharmacy patients.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-carrying-crate-food_23-2148773387.jpg"},
|
||||
]}
|
||||
title="Our Pharmacy Services"
|
||||
description="We go beyond just dispensing pills, providing a holistic range of health services."
|
||||
@@ -112,52 +82,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Vitamin D3 Supplement",
|
||||
price: "$15.99",
|
||||
variant: "60 Tablets",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scattered-pills-pink-background-orange-vitamin-c-concept-flat-lay_169016-19342.jpg",
|
||||
},
|
||||
id: "p1", name: "Vitamin D3 Supplement", price: "$15.99", variant: "60 Tablets", imageSrc: "http://img.b2bpic.net/free-photo/scattered-pills-pink-background-orange-vitamin-c-concept-flat-lay_169016-19342.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "First Aid Kit",
|
||||
price: "$29.50",
|
||||
variant: "Compact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vials-medicine-arrangement-top-view_23-2149341595.jpg",
|
||||
},
|
||||
id: "p2", name: "First Aid Kit", price: "$29.50", variant: "Compact", imageSrc: "http://img.b2bpic.net/free-photo/vials-medicine-arrangement-top-view_23-2149341595.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Dermal Hydrating Cream",
|
||||
price: "$22.00",
|
||||
variant: "50ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-treatment-pharmacy-pills-with-notepad_23-2148439018.jpg",
|
||||
},
|
||||
id: "p3", name: "Dermal Hydrating Cream", price: "$22.00", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/natural-treatment-pharmacy-pills-with-notepad_23-2148439018.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Digital Thermometer",
|
||||
price: "$18.99",
|
||||
variant: "High Accuracy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-software-photovoltaics-factory-used-optimizing-production-flow_482257-120470.jpg",
|
||||
},
|
||||
id: "p4", name: "Digital Thermometer", price: "$18.99", variant: "High Accuracy", imageSrc: "http://img.b2bpic.net/free-photo/computer-software-photovoltaics-factory-used-optimizing-production-flow_482257-120470.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Pain Relief Tablets",
|
||||
price: "$12.49",
|
||||
variant: "20 Tablets",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pills-blue-background-closeup-medicine-concept_169016-26621.jpg",
|
||||
},
|
||||
id: "p5", name: "Pain Relief Tablets", price: "$12.49", variant: "20 Tablets", imageSrc: "http://img.b2bpic.net/free-photo/pills-blue-background-closeup-medicine-concept_169016-26621.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Wellness Herbal Tea",
|
||||
price: "$9.99",
|
||||
variant: "30 Bags",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/row-different-tea-bags-with-tea-cup-teapot-pale-green-backdrop_23-2147874182.jpg",
|
||||
},
|
||||
id: "p6", name: "Wellness Herbal Tea", price: "$9.99", variant: "30 Bags", imageSrc: "http://img.b2bpic.net/free-photo/row-different-tea-bags-with-tea-cup-teapot-pale-green-backdrop_23-2147874182.jpg"},
|
||||
]}
|
||||
title="Wellness Essentials"
|
||||
description="Browse our curated selection of high-quality health and wellness products."
|
||||
@@ -171,45 +112,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@smiller",
|
||||
testimonial: "The staff here is so caring and helpful. They always explain everything clearly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600112.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "The staff here is so caring and helpful. They always explain everything clearly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600112.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Doe",
|
||||
handle: "@johndoe",
|
||||
testimonial: "Excellent service and very fast delivery times. My go-to pharmacy.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curly-mulatto-female-student-posing-with-smile-okay-sign-after-difficult-test-international-university-indoor-portrait-african-woman-work-as-manager-office-with-young-asian-man_197531-3789.jpg",
|
||||
},
|
||||
id: "2", name: "John Doe", handle: "@johndoe", testimonial: "Excellent service and very fast delivery times. My go-to pharmacy.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curly-mulatto-female-student-posing-with-smile-okay-sign-after-difficult-test-international-university-indoor-portrait-african-woman-work-as-manager-office-with-young-asian-man_197531-3789.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen",
|
||||
handle: "@echen",
|
||||
testimonial: "Found exactly what I needed and the advice given was top notch!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pharmacist-talking-patient_23-2150348265.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Chen", handle: "@echen", testimonial: "Found exactly what I needed and the advice given was top notch!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pharmacist-talking-patient_23-2150348265.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Roberts",
|
||||
handle: "@mroberts",
|
||||
testimonial: "Best local pharmacy. They treat you like family, not just a customer.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-shopper-applying-dress-with-hanger-looking-mirror-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11792.jpg",
|
||||
},
|
||||
id: "4", name: "Mark Roberts", handle: "@mroberts", testimonial: "Best local pharmacy. They treat you like family, not just a customer.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-shopper-applying-dress-with-hanger-looking-mirror-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11792.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Williams",
|
||||
handle: "@awill",
|
||||
testimonial: "Very professional and clean. I really appreciate their dedication to health.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-blue-uniform-pointing-aside-while-winking-space-text_176474-19665.jpg",
|
||||
},
|
||||
id: "5", name: "Anna Williams", handle: "@awill", testimonial: "Very professional and clean. I really appreciate their dedication to health.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-blue-uniform-pointing-aside-while-winking-space-text_176474-19665.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Our Patient Reviews"
|
||||
@@ -223,20 +139,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you accept most health insurance plans?",
|
||||
content: "Yes, we work with the majority of major health insurance providers. Feel free to contact us with your details to verify.",
|
||||
},
|
||||
id: "f1", title: "Do you accept most health insurance plans?", content: "Yes, we work with the majority of major health insurance providers. Feel free to contact us with your details to verify."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How do I transfer my prescription?",
|
||||
content: "You can bring your current prescription bottle or details to us, and our team will handle the transfer process for you effortlessly.",
|
||||
},
|
||||
id: "f2", title: "How do I transfer my prescription?", content: "You can bring your current prescription bottle or details to us, and our team will handle the transfer process for you effortlessly."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is local delivery free?",
|
||||
content: "We offer complimentary same-day delivery within a 5-mile radius for prescriptions.",
|
||||
},
|
||||
id: "f3", title: "Is local delivery free?", content: "We offer complimentary same-day delivery within a 5-mile radius for prescriptions."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common queries about our pharmacy and services."
|
||||
@@ -248,8 +155,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Contact Us"
|
||||
description="Have a question or need health advice? Contact us today, and our dedicated team will assist you."
|
||||
tag="Get in Touch"
|
||||
|
||||
Reference in New Issue
Block a user