Files
b44758d5-c22c-44ef-9051-cf0…/src/app/services/page.tsx

161 lines
8.1 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultTextAnimation="background-highlight"
borderRadius="pill"
contentWidth="small"
sizing="largeSmallSizeMediumTitles"
background="blurBottom"
cardStyle="outline"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "/"},
{
name: "About", id: "/about"},
{
name: "Services", id: "/services"},
{
name: "Employment", id: "/employment"},
{
name: "Resources", id: "/resources"},
{
name: "Contact", id: "/contact"},
]}
logoAlt="Janic Healthcare logo"
brandName="Janic Healthcare Services, LLC."
button={{
text: "Request Care", href: "/request-care"}}
/>
</div>
<div id="services-detailed" data-section="services-detailed">
<FeatureCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
features={[
{
title: "Post-Surgical Care", description: "Assistance and monitoring during recovery after surgery, ensuring a smooth transition home and optimal healing.", imageSrc: "http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565546.jpg", imageAlt: "Patient recovering at home with caregiver"},
{
title: "Dementia & Alzheimer's Care", description: "Compassionate and specialized care for individuals with memory impairments, focusing on safety, engagement, and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/women-working-together-country-side_23-2149518830.jpg", imageAlt: "Caregiver engaging with elderly person with dementia"},
{
title: "End-of-Life & Palliative Care", description: "Support and comfort for clients and families during advanced illness, focusing on pain management and quality of life.", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-elderly-woman-hand_52683-109377.jpg", imageAlt: "Comforting hand holding"},
{
title: "Physical Therapy Support", description: "In-home assistance with physical therapy exercises to regain strength, mobility, and independence.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-disabled-man-getting-out-vehicle_23-2149445659.jpg", imageAlt: "Caregiver assisting with physical therapy exercises"},
]}
title="Our Specialized Healthcare Programs"
description="Beyond our core offerings, we provide specialized programs tailored to specific health needs, ensuring comprehensive and targeted care for every client."
/>
</div>
<div id="services-packages" data-section="services-packages">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
carouselMode="buttons"
products={[
{
id: "basic_care", brand: "Janic Healthcare", name: "Essential Daily Support", price: "Starting at $XX/day", rating: 5,
reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/elderly-couple-having-breakfast-together_23-2148116296.jpg", imageAlt: "Caregiver helping with daily tasks"},
{
id: "enhanced_care", brand: "Janic Healthcare", name: "Enhanced Personal Care", price: "Starting at $YY/day", rating: 5,
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/old-couple-kitchen_1157-45405.jpg", imageAlt: "Caregiver providing detailed personal care"},
{
id: "skilled_plus", brand: "Janic Healthcare", name: "Skilled Nursing Plus", price: "Starting at $ZZ/day", rating: 5,
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/two-female-nurses-working-clinic-scrubs_23-2149844699.jpg", imageAlt: "Nurse administering care"},
{
id: "pediatric_bundle", brand: "Janic Healthcare", name: "Pediatric Support Bundle", price: "Custom Quote", rating: 5,
reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-preparing-school-backpack_23-2149748249.jpg", imageAlt: "Caregiver interacting with child"},
{
id: "respite_relief", brand: "Janic Healthcare", name: "Respite Relief Package", price: "Starting at $WW/visit", rating: 5,
reviewCount: "70+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-doing-yoga-position_1098-1214.jpg", imageAlt: "Family member resting"},
{
id: "dementia_program", brand: "Janic Healthcare", name: "Memory Care Program", price: "Custom Quote", rating: 5,
reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-her-daughter-chatting-looking-each-other_1262-18594.jpg", imageAlt: "Caregiver with elderly person"},
]}
title="Flexible Care Packages"
description="Choose from our customizable care packages designed to fit various needs and budgets. Our team will help you find the ideal plan."
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Our Services", items: [
{
label: "Skilled Nursing", href: "/services#skilled-nursing"},
{
label: "Personal Care", href: "/services#personal-care"},
{
label: "Respite Care", href: "/services#respite-care"},
{
label: "Request Care", href: "/request-care"},
],
},
{
title: "About Us", items: [
{
label: "Our Story", href: "/about"},
{
label: "Our Team", href: "/about#team"},
{
label: "Careers", href: "/employment"},
{
label: "Service Areas", href: "/service-areas"},
],
},
{
title: "Contact & Support", items: [
{
label: "Contact Us", href: "/contact"},
{
label: "Resources", href: "/resources"},
{
label: "FAQs", href: "/resources#faqs"},
{
label: "Appointments", href: "/request-care"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "HIPAA Compliance", href: "#"},
{
label: "Disclaimer", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
]}
logoText="Janic Healthcare Services, LLC"
copyrightText="© 2024 Janic Healthcare Services, LLC. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}