Merge version_1 into main #4
@@ -84,13 +84,16 @@ export default function LandingPage() {
|
||||
stats: [
|
||||
{
|
||||
title: "Behavior Insights", values: ["Memory Loss", "Anxiety", "Agitation"],
|
||||
description: "Common patterns detected"},
|
||||
description: "Common patterns detected"
|
||||
},
|
||||
{
|
||||
title: "Response Rate", values: ["98%", "97%", "99%"],
|
||||
valuePrefix: "", description: "User satisfaction"},
|
||||
valuePrefix: "", description: "User satisfaction"
|
||||
},
|
||||
{
|
||||
title: "Support Time", values: ["24/7", "24/7", "24/7"],
|
||||
description: "Always available for caregivers"},
|
||||
description: "Always available for caregivers"
|
||||
},
|
||||
],
|
||||
chartTitle: "Care Engagement", chartData: [
|
||||
{ value: 75 },
|
||||
@@ -103,10 +106,12 @@ export default function LandingPage() {
|
||||
{ icon: Lightbulb, title: "Repeated Questions", status: "Answered" },
|
||||
{
|
||||
icon: AlertCircle,
|
||||
title: "Managing Agitation", status: "In Progress"},
|
||||
title: "Managing Agitation", status: "In Progress"
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Sleep Routine Setup", status: "Completed"},
|
||||
title: "Sleep Routine Setup", status: "Completed"
|
||||
},
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -137,11 +142,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Feeling alone in caregiving", "Uncertainty about behaviors", "Lack of professional guidance", "Emotional burnout"],
|
||||
"Feeling alone in caregiving", "Uncertainty about behaviors", "Lack of professional guidance", "Emotional burnout"
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"24/7 Crisis Support & guidance", "Behavior Decoder for understanding", "Daily Care Guide for structure", "Personalized Care Profile", "Behavior Tracking & patterns"],
|
||||
"24/7 Crisis Support & guidance", "Behavior Decoder for understanding", "Daily Care Guide for structure", "Personalized Care Profile", "Behavior Tracking & patterns"
|
||||
],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
@@ -157,9 +164,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Caregiver Question", price: "My mother keeps asking the same question again.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVQuttUV9ZCfnZNAkO1lMGTjiq/a-clean-modern-chat-interface-showing-a--1772869813185-641b5d51.png", imageAlt: "Caregiver question about repeated questioning"},
|
||||
id: "1", name: "Caregiver Question", price: "My mother keeps asking the same question again.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVQuttUV9ZCfnZNAkO1lMGTjiq/a-clean-modern-chat-interface-showing-a--1772869813185-641b5d51.png", imageAlt: "Caregiver question about repeated questioning"
|
||||
},
|
||||
{
|
||||
id: "2", name: "ALZGUIDO Response", price: "This is common in dementia. Try calmly answering again and offering reassurance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVQuttUV9ZCfnZNAkO1lMGTjiq/a-compassionate-ai-response-message-in-a-1772869816708-0ef5abae.png", imageAlt: "ALZGUIDO response to caregiver query"},
|
||||
id: "2", name: "ALZGUIDO Response", price: "This is common in dementia. Try calmly answering again and offering reassurance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVQuttUV9ZCfnZNAkO1lMGTjiq/a-compassionate-ai-response-message-in-a-1772869816708-0ef5abae.png", imageAlt: "ALZGUIDO response to caregiver query"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -173,7 +182,8 @@ export default function LandingPage() {
|
||||
tag="Healthcare Partners"
|
||||
tagIcon={Shield}
|
||||
names={[
|
||||
"Alzheimer's Association", "Mayo Clinic", "Johns Hopkins", "Memory Care Alliance", "Senior Living Network", "Dementia Society", "Healthcare Foundation"]}
|
||||
"Alzheimer's Association", "Mayo Clinic", "Johns Hopkins", "Memory Care Alliance", "Senior Living Network", "Dementia Society", "Healthcare Foundation"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -188,17 +198,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVQuttUV9ZCfnZNAkO1lMGTjiq/professional-headshot-portrait-of-a-matu-1772869813132-c3872478.png", imageAlt: "Sarah Johnson"},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVQuttUV9ZCfnZNAkO1lMGTjiq/professional-headshot-portrait-of-a-matu-1772869813132-c3872478.png", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVQuttUV9ZCfnZNAkO1lMGTjiq/professional-headshot-portrait-of-a-man--1772869813120-94a0fbcd.png", imageAlt: "Michael Chen"},
|
||||
id: "2", name: "Michael Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVQuttUV9ZCfnZNAkO1lMGTjiq/professional-headshot-portrait-of-a-man--1772869813120-94a0fbcd.png", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVQuttUV9ZCfnZNAkO1lMGTjiq/professional-headshot-portrait-of-a-woma-1772869813105-2b3748c0.png", imageAlt: "Emily Rodriguez"},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVQuttUV9ZCfnZNAkO1lMGTjiq/professional-headshot-portrait-of-a-woma-1772869813105-2b3748c0.png", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVQuttUV9ZCfnZNAkO1lMGTjiq/professional-headshot-portrait-of-an-asi-1772869813143-a9b2e754.png", imageAlt: "David Kim"},
|
||||
id: "4", name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVQuttUV9ZCfnZNAkO1lMGTjiq/professional-headshot-portrait-of-an-asi-1772869813143-a9b2e754.png", imageAlt: "David Kim"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Williams", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVQuttUV9ZCfnZNAkO1lMGTjiq/professional-headshot-portrait-of-a-woma-1772869812991-e5706efc.png", imageAlt: "Jessica Williams"},
|
||||
id: "5", name: "Jessica Williams", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVQuttUV9ZCfnZNAkO1lMGTjiq/professional-headshot-portrait-of-a-woma-1772869812991-e5706efc.png", imageAlt: "Jessica Williams"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Martinez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVQuttUV9ZCfnZNAkO1lMGTjiq/professional-headshot-portrait-of-a-man--1772869813317-5a005f90.png", imageAlt: "Robert Martinez"},
|
||||
id: "6", name: "Robert Martinez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVQuttUV9ZCfnZNAkO1lMGTjiq/professional-headshot-portrait-of-a-man--1772869813317-5a005f90.png", imageAlt: "Robert Martinez"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -215,19 +231,22 @@ export default function LandingPage() {
|
||||
id: "starter", badge: "Getting Started", badgeIcon: Smile,
|
||||
price: "Free", subtitle: "Perfect for exploring ALZGUIDO", buttons: [{ text: "Start Free", href: "#" }],
|
||||
features: [
|
||||
"Basic AI chat support", "Memory loss guidance", "Community resources", "Mobile app access"],
|
||||
"Basic AI chat support", "Memory loss guidance", "Community resources", "Mobile app access"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "support", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$14.99/mo", subtitle: "Comprehensive caregiver support", buttons: [{ text: "Start Trial", href: "#" }],
|
||||
features: [
|
||||
"Unlimited AI guidance", "Behavior tracking & patterns", "Daily care plans", "Crisis support hotline", "Family sharing", "Advanced insights"],
|
||||
"Unlimited AI guidance", "Behavior tracking & patterns", "Daily care plans", "Crisis support hotline", "Family sharing", "Advanced insights"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "professional", badge: "For Professionals", badgeIcon: Briefcase,
|
||||
price: "$29.99/mo", subtitle: "Advanced tools for care teams", buttons: [{ text: "Explore Professional", href: "#" }],
|
||||
features: [
|
||||
"All Support plan features", "Multi-profile management", "Professional reporting", "Care team collaboration", "Priority support", "Advanced analytics"],
|
||||
"All Support plan features", "Multi-profile management", "Professional reporting", "Care team collaboration", "Priority support", "Advanced analytics"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user