Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
183
src/app/page.tsx
183
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="ModestoMed Couriers"
|
||||
/>
|
||||
@@ -59,32 +49,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Reliable Medical Logistics for Modesto"
|
||||
description="Fast, secure, and professional medical courier services. Dedicated to the safe delivery of sensitive laboratory, pharmacy, and healthcare supplies throughout the central valley."
|
||||
tag="Trusted Healthcare Courier"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663036.jpg",
|
||||
imageAlt: "Medical delivery vehicle",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663036.jpg", imageAlt: "Medical delivery vehicle"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-driver_23-2149891027.jpg",
|
||||
imageAlt: "Professional medical courier",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/courier-doing-jobs-logistics_23-2149229205.jpg",
|
||||
imageAlt: "Courier doing jobs logistics",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-driver_23-2149908147.jpg",
|
||||
imageAlt: "Female driver handling medical parcels",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delivery-man-concept_23-2148684788.jpg",
|
||||
imageAlt: "Delivery man professional service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-driver_23-2149891027.jpg", imageAlt: "Professional medical courier"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -100,19 +73,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Clock,
|
||||
label: "On-Time Deliveries",
|
||||
value: "99.8%",
|
||||
},
|
||||
label: "On-Time Deliveries", value: "99.8%"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Certified Handlers",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Certified Handlers", value: "100%"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Modesto Service Area",
|
||||
value: "24/7",
|
||||
},
|
||||
label: "Modesto Service Area", value: "24/7"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -126,20 +93,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Cold Chain Logistics",
|
||||
description: "Temperature-controlled transport to keep your sensitive samples and pharmaceuticals safe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-protective-suit-gloves-touching-shoulders-with-crossed-hands_176474-23619.jpg",
|
||||
},
|
||||
title: "Cold Chain Logistics", description: "Temperature-controlled transport to keep your sensitive samples and pharmaceuticals safe.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-protective-suit-gloves-touching-shoulders-with-crossed-hands_176474-23619.jpg"},
|
||||
{
|
||||
title: "Secure Parcel Handling",
|
||||
description: "Strict compliance with HIPAA, ensuring privacy and security for all medical documentation and supplies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-carrying-boxes_23-2148943305.jpg",
|
||||
},
|
||||
title: "Secure Parcel Handling", description: "Strict compliance with HIPAA, ensuring privacy and security for all medical documentation and supplies.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-carrying-boxes_23-2148943305.jpg"},
|
||||
{
|
||||
title: "Professional Courier Staff",
|
||||
description: "Our trained staff ensures a courteous and professional experience for every clinic, lab, and pharmacy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-woman-wearing-red-polo-shirt-cap-medical-protective-mask-standing-with-pizza-box-clipboard-writing-looking-confident-isolated-blue-background_141793-19930.jpg",
|
||||
},
|
||||
title: "Professional Courier Staff", description: "Our trained staff ensures a courteous and professional experience for every clinic, lab, and pharmacy.", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-woman-wearing-red-polo-shirt-cap-medical-protective-mask-standing-with-pizza-box-clipboard-writing-looking-confident-isolated-blue-background_141793-19930.jpg"},
|
||||
]}
|
||||
title="Comprehensive Healthcare Courier Solutions"
|
||||
description="Customized transport for clinical samples, pharmaceuticals, and sensitive medical instruments."
|
||||
@@ -154,45 +112,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Sarah Miller",
|
||||
role: "Clinic Director",
|
||||
company: "Central Valley Clinic",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-employee_1098-16109.jpg",
|
||||
},
|
||||
id: "1", name: "Dr. Sarah Miller", role: "Clinic Director", company: "Central Valley Clinic", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-employee_1098-16109.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Henderson",
|
||||
role: "Lab Tech",
|
||||
company: "Modesto Health Lab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-asian-doctor-with-lab-coat_23-2149870311.jpg",
|
||||
},
|
||||
id: "2", name: "James Henderson", role: "Lab Tech", company: "Modesto Health Lab", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-asian-doctor-with-lab-coat_23-2149870311.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dr. Linda Chen",
|
||||
role: "Pediatrician",
|
||||
company: "Chen Family Health",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-nurse-working-clinic_23-2149868954.jpg",
|
||||
},
|
||||
id: "3", name: "Dr. Linda Chen", role: "Pediatrician", company: "Chen Family Health", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-nurse-working-clinic_23-2149868954.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Smith",
|
||||
role: "Pharmacy Manager",
|
||||
company: "Valley Pharmacy",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-pharmacist_23-2151734599.jpg",
|
||||
},
|
||||
id: "4", name: "Robert Smith", role: "Pharmacy Manager", company: "Valley Pharmacy", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-pharmacist_23-2151734599.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elizabeth Reed",
|
||||
role: "Office Manager",
|
||||
company: "Reed Specialists",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-male-medic-reviews-test-results-with-female-patient-medical-cabinet_482257-118489.jpg",
|
||||
},
|
||||
id: "5", name: "Elizabeth Reed", role: "Office Manager", company: "Reed Specialists", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-male-medic-reviews-test-results-with-female-patient-medical-cabinet_482257-118489.jpg"},
|
||||
]}
|
||||
title="Trusted by Local Healthcare Leaders"
|
||||
description="We are proud to serve the medical community with reliability and dedication."
|
||||
@@ -204,14 +137,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Modesto Health",
|
||||
"Valley Lab Systems",
|
||||
"Central Pharmacy Network",
|
||||
"Doctors Memorial Center",
|
||||
"Central Biotech",
|
||||
"Regional Clinic Group",
|
||||
"HealthPlus Logistics",
|
||||
]}
|
||||
"Modesto Health", "Valley Lab Systems", "Central Pharmacy Network", "Doctors Memorial Center", "Central Biotech", "Regional Clinic Group", "HealthPlus Logistics"]}
|
||||
title="Serving Leading Medical Facilities"
|
||||
description="Partnering with clinics, hospitals, and medical systems throughout Northern California."
|
||||
/>
|
||||
@@ -222,20 +148,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer emergency medical courier services?",
|
||||
content: "Yes, we provide 24/7 emergency dispatch to ensure your critical supplies reach their destination ASAP.",
|
||||
},
|
||||
id: "1", title: "Do you offer emergency medical courier services?", content: "Yes, we provide 24/7 emergency dispatch to ensure your critical supplies reach their destination ASAP."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are your staff HIPAA compliant?",
|
||||
content: "All our drivers undergo rigorous training and follow strict security protocols, including full HIPAA compliance.",
|
||||
},
|
||||
id: "2", title: "Are your staff HIPAA compliant?", content: "All our drivers undergo rigorous training and follow strict security protocols, including full HIPAA compliance."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer temperature controlled shipping?",
|
||||
content: "Absolutely. We utilize state-of-the-art cold-chain equipment for all pharmaceuticals and samples requiring specific conditions.",
|
||||
},
|
||||
id: "3", title: "Do you offer temperature controlled shipping?", content: "Absolutely. We utilize state-of-the-art cold-chain equipment for all pharmaceuticals and samples requiring specific conditions."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Need clarity? Find common answers about our logistics processes below."
|
||||
@@ -247,8 +164,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Start Your Service?"
|
||||
description="Speak to our team today about your facility's medical transport needs in Modesto."
|
||||
@@ -261,50 +177,31 @@ export default function LandingPage() {
|
||||
logoText="ModestoMed Couriers"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Cold Chain Logistics",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Cold Chain Logistics", href: "#features"},
|
||||
{
|
||||
label: "Parcel Security",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Parcel Security", href: "#features"},
|
||||
{
|
||||
label: "Emergency Dispatch",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Emergency Dispatch", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "HIPAA Compliance",
|
||||
href: "#",
|
||||
},
|
||||
label: "HIPAA Compliance", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user