Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #9.
This commit is contained in:
2026-05-19 18:26:09 +00:00
6 changed files with 295 additions and 5 deletions

View File

@@ -0,0 +1,43 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import ReactLenis from "lenis/react";
export default function ElderlyCarePage() {
return (
<ThemeProvider>
<ReactLenis root>
<NavbarLayoutFloatingInline
brandName="Encore Patient Transfer"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/#services" },
{ name: "Wheelchair & Stretcher", id: "/wheelchair-stretcher" },
{ name: "Elderly Care", id: "/elderly-care" },
]}
button={{ text: "Call Now", href: "tel:8448212700" }}
animateOnLoad={false}
/>
<HeroOverlay
title="Elderly Care Transport"
description="Our compassionate elderly care transport service focuses on the comfort and safety of our senior community. We offer personalized assistance to ensure seamless medical appointments and social visits."
imageSrc="http://img.b2bpic.net/free-photo/man-wheelchair-having-inclusive-office-job_23-2149571042.jpg"
/>
<div className="py-20 container mx-auto px-4">
<h2 className="text-3xl font-bold mb-6">Service Details</h2>
<p className="text-lg text-gray-600">We provide door-to-door, personalized care services for our seniors. Whether it is a regular check-up, therapy sessions, or family events, our trained personnel offer a supportive hand to ensure safety and comfort throughout the entire journey.</p>
</div>
<FooterMedia
logoText="Encore Patient Transfer"
columns={[
{ title: "Services", items: [{ label: "Patient Transport", href: "/" }, { label: "Wheelchair & Stretcher", href: "/wheelchair-stretcher" }, { label: "Elderly Care", href: "/elderly-care" }] },
{ title: "Contact", items: [{ label: "(844) 821-2700", href: "tel:8448212700" }] },
]}
/>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -0,0 +1,55 @@
"use client";
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
export default function HospitalDischargePage() {
return (
<ThemeProvider>
<ReactLenis root>
<NavbarLayoutFloatingInline
brandName="Encore Patient Transfer"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/#services" },
{ name: "About", id: "/#about" },
{ name: "Contact", id: "/contact" },
]}
/>
<HeroOverlay
title="Hospital Discharge Services"
description="Seamless transition from the hospital to your home. We coordinate with healthcare staff to ensure your discharge is handled with the utmost care and professionalism."
buttons={[{ text: "Book Now", href: "/contact" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DwHgUpAs8zmh5Hh3fDe6vdqAEF/uploaded-1779213129100-mb8j5jac.png"
/>
<FeatureCardOne
title="Discharge Support Details"
description="We handle the logistics so you can focus on recovery."
features={[
{ title: "Door-to-Door Assistance", description: "We assist directly from the hospital ward to your residence." },
{ title: "Equipment Compatibility", description: "Vehicles equipped for mobility aids and stretcher transfers." },
{ title: "Compassionate Staff", description: "Trained professionals ensuring your physical and emotional comfort.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DwHgUpAs8zmh5Hh3fDe6vdqAEF/uploaded-1779213050701-fdhgt784.png" },
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
/>
<ContactCTA
tag="Ready to Go?"
title="Book Your Hospital Discharge"
description="Let us handle your transport needs safely and comfortably."
buttons={[{ text: "Contact Us", href: "/contact" }]}
/>
<FooterMedia
logoText="Encore Patient Transfer"
columns={[{ title: "Links", items: [{ label: "Back to Home", href: "/" }] }]}
/>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -0,0 +1,55 @@
"use client";
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
export default function LongDistancePage() {
return (
<ThemeProvider>
<ReactLenis root>
<NavbarLayoutFloatingInline
brandName="Encore Patient Transfer"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/#services" },
{ name: "About", id: "/#about" },
{ name: "Contact", id: "/contact" },
]}
/>
<HeroOverlay
title="Long-Distance Transport Service"
description="Safe and comfortable transportation for long-distance medical needs. Our drivers are trained to ensure your journey is as smooth as possible."
buttons={[{ text: "Inquire Today", href: "/contact" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DwHgUpAs8zmh5Hh3fDe6vdqAEF/uploaded-1779213849024-kb0a5bd7.jpg"
/>
<FeatureCardOne
title="Travel with Comfort"
description="Reliable solutions tailored for extensive medical travel."
features={[
{ title: "Comfort-Focused Fleet", description: "High-specification vehicles designed for extended travel stability." },
{ title: "Professional Crew", description: "Highly trained staff dedicated to patient welfare during long hauls." },
{ title: "Direct Routing", description: "Optimized routing to minimize travel time and maximize patient ease.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DwHgUpAs8zmh5Hh3fDe6vdqAEF/uploaded-1779214385992-jexcty2w.png" },
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
/>
<ContactCTA
tag="Long Distance Inquiry"
title="Plan Your Journey"
description="Speak to our team about coordinating your next long-distance medical transfer."
buttons={[{ text: "Contact Us", href: "/contact" }]}
/>
<FooterMedia
logoText="Encore Patient Transfer"
columns={[{ title: "Links", items: [{ label: "Back to Home", href: "/" }] }]}
/>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -0,0 +1,93 @@
"use client";
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
export default function NonEmergencyTransportPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="medium"
sizing="medium"
background="aurora"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Encore Patient Transfer"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/non-emergency-transport" },
{ name: "Contact", id: "/contact" },
]}
button={{ text: "Call Now", href: "tel:8448212700" }}
animateOnLoad={false}
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Non-Emergency Patient Transport"
description="Dedicated, compassionate, and reliable transportation for patients requiring non-emergency care. We ensure safety, punctuality, and comfort for every journey."
buttons={[
{ text: "Book Your Transport", href: "/contact" },
{ text: "Call Now", href: "tel:8448212700" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DwHgUpAs8zmh5Hh3fDe6vdqAEF/uploaded-1779213001258-whdfz6kb.png"
showDimOverlay={true}
/>
</div>
<div id="services" data-section="services">
<FeatureCardOne
title="Our Transport Capabilities"
description="We utilize fully equipped vehicles and trained staff to handle diverse patient needs with the highest standards of safety."
features={[
{ title: "Mobility Assistance", description: "Dedicated support for patients with limited mobility, including safe boarding and seating.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DwHgUpAs8zmh5Hh3fDe6vdqAEF/uploaded-1779213470419-9hl915v6.png" },
{ title: "Clinical Appointments", description: "Punctual service ensuring you reach your medical, therapy, or specialist appointments on time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DwHgUpAs8zmh5Hh3fDe6vdqAEF/uploaded-1779213129100-mb8j5jac.png" },
{ title: "Discharge & Transfers", description: "Seamless, stress-free transfers from hospital facilities to your home or rehabilitation center.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DwHgUpAs8zmh5Hh3fDe6vdqAEF/uploaded-1779213849024-kb0a5bd7.jpg" },
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Booking"
title="Schedule a Transport"
description="Our dispatch team is ready to assist with your transportation requirements."
buttons={[
{ text: "Call (844) 821-2700", href: "tel:8448212700" },
]}
background={{ variant: "radial-gradient" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
logoText="Encore Patient Transfer"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-different-maps_23-2147837133.jpg"
columns={[
{ title: "Services", items: [{ label: "Non-Emergency Transport", href: "/non-emergency-transport" }] },
{ title: "Company", items: [{ label: "Home", href: "/" }, { label: "Contact Us", href: "/contact" }] },
]}
copyrightText="© 2025 | Encore Patient Transfer"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -33,8 +33,9 @@ export default function PatientTransportPage() {
brandName="Encore Patient Transfer"
navItems={[
{ name: "Services", id: "services" },
{ name: "Wheelchair & Stretcher", id: "/wheelchair-stretcher" },
{ name: "Elderly Care", id: "/elderly-care" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
button={{ text: "Call Now", href: "tel:8448212700" }}
@@ -82,8 +83,8 @@ export default function PatientTransportPage() {
{ title: "Non-Emergency Transport", description: "Comfortable and safe transit for all your non-emergency medical requirements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DwHgUpAs8zmh5Hh3fDe6vdqAEF/uploaded-1779214283238-pebsvouu.png" },
{ title: "Hospital Discharge", description: "Smooth and stress-free transit from hospital to home, handled with care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DwHgUpAs8zmh5Hh3fDe6vdqAEF/uploaded-1779213129100-mb8j5jac.png" },
{ title: "Long-Distance Travel", description: "Reliable transportation solutions for longer journeys with extra attention to comfort.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DwHgUpAs8zmh5Hh3fDe6vdqAEF/uploaded-1779213849024-kb0a5bd7.jpg" },
{ title: "Wheelchair & Stretcher", description: "Fully equipped vehicles to ensure safe mobility for wheelchair and stretcher-bound patients.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DwHgUpAs8zmh5Hh3fDe6vdqAEF/uploaded-1779213470419-9hl915v6.png" },
{ title: "Elderly & Special Care", description: "Patient-first service designed for the unique needs of seniors and special-assistance individuals.", imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-inclusive-office-job_23-2149571042.jpg" },
{ title: "Wheelchair & Stretcher", description: "Fully equipped vehicles to ensure safe mobility for wheelchair and stretcher-bound patients.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DwHgUpAs8zmh5Hh3fDe6vdqAEF/uploaded-1779213470419-9hl915v6.png", button: { text: "Learn More", href: "/wheelchair-stretcher" } },
{ title: "Elderly & Special Care", description: "Patient-first service designed for the unique needs of seniors and special-assistance individuals.", imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-inclusive-office-job_23-2149571042.jpg", button: { text: "Learn More", href: "/elderly-care" } },
{ title: "24/7 Availability", description: "Round-the-clock service to ensure you have support whenever you need it, night or day.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DwHgUpAs8zmh5Hh3fDe6vdqAEF/uploaded-1779214385992-jexcty2w.png" },
]}
gridVariant="uniform-all-items-equal"
@@ -155,7 +156,7 @@ export default function PatientTransportPage() {
logoText="Encore Patient Transfer"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-different-maps_23-2147837133.jpg"
columns={[
{ title: "Services", items: [{ label: "Patient Transport", href: "#services" }, { label: "Hospital Discharge", href: "#services" }] },
{ title: "Services", items: [{ label: "Patient Transport", href: "/" }, { label: "Wheelchair & Stretcher", href: "/wheelchair-stretcher" }, { label: "Elderly Care", href: "/elderly-care" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Testimonials", href: "/testimonials" }] },
{ title: "Contact", items: [{ label: "(844) 821-2700", href: "tel:8448212700" }, { label: "Contact Us", href: "/contact" }] },
]}
@@ -165,4 +166,4 @@ export default function PatientTransportPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -0,0 +1,43 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import ReactLenis from "lenis/react";
export default function WheelchairStretcherPage() {
return (
<ThemeProvider>
<ReactLenis root>
<NavbarLayoutFloatingInline
brandName="Encore Patient Transfer"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/#services" },
{ name: "Wheelchair & Stretcher", id: "/wheelchair-stretcher" },
{ name: "Elderly Care", id: "/elderly-care" },
]}
button={{ text: "Call Now", href: "tel:8448212700" }}
animateOnLoad={false}
/>
<HeroOverlay
title="Wheelchair & Stretcher Transport"
description="We provide fully equipped vehicles to ensure the highest safety standards for patients requiring wheelchair or stretcher assistance. Our trained staff handles every transfer with professionalism and dignity."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DwHgUpAs8zmh5Hh3fDe6vdqAEF/uploaded-1779213470419-9hl915v6.png"
/>
<div className="py-20 container mx-auto px-4">
<h2 className="text-3xl font-bold mb-6">Service Details</h2>
<p className="text-lg text-gray-600">Our service is designed to remove the stress of transportation for patients with mobility limitations. We offer modern equipment, comfortable boarding, and secure transit to all local healthcare facilities.</p>
</div>
<FooterMedia
logoText="Encore Patient Transfer"
columns={[
{ title: "Services", items: [{ label: "Patient Transport", href: "/" }, { label: "Wheelchair & Stretcher", href: "/wheelchair-stretcher" }, { label: "Elderly Care", href: "/elderly-care" }] },
{ title: "Contact", items: [{ label: "(844) 821-2700", href: "tel:8448212700" }] },
]}
/>
</ReactLenis>
</ThemeProvider>
);
}