Merge version_2 into main #2

Merged
bender merged 4 commits from version_2 into main 2026-05-19 04:13:08 +00:00
4 changed files with 104 additions and 376 deletions

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
@@ -24,24 +24,16 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Diagnosis",
id: "/diagnosis",
},
name: "Diagnosis", id: "/diagnosis"},
{
name: "Library",
id: "/library",
},
name: "Library", id: "/library"},
{
name: "Prevention",
id: "/prevention",
},
name: "Prevention", id: "/prevention"},
]}
brandName="HealthDiag"
/>
@@ -55,26 +47,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "General Health",
description: "Systemic symptoms tracking.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m08v6v&_wi=2",
titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ynty2q",
buttonText: "Select",
},
title: "General Health", description: "Systemic symptoms tracking.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m08v6v&_wi=2", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ynty2q", buttonText: "Select"},
{
title: "Pain Tracking",
description: "Localized pain analysis.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s13xdz&_wi=2",
titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=57wprl",
buttonText: "Select",
},
title: "Pain Tracking", description: "Localized pain analysis.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s13xdz&_wi=2", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=57wprl", buttonText: "Select"},
{
title: "Skin Assessment",
description: "Dermatological symptom logs.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ef43oc",
titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=drhuzo",
buttonText: "Select",
},
title: "Skin Assessment", description: "Dermatological symptom logs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ef43oc", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=drhuzo", buttonText: "Select"},
]}
title="Symptom Screening Tool"
description="Select the symptoms you are experiencing to begin the diagnostic process."
@@ -90,15 +67,11 @@ export default function LandingPage() {
description="Clear clinical boundaries."
negativeCard={{
items: [
"Emergency cases",
"Physical exams",
],
"Emergency cases", "Physical exams"],
}}
positiveCard={{
items: [
"Symptom patterns",
"Risk factors",
],
"Symptom patterns", "Risk factors"],
}}
/>
</div>
@@ -108,8 +81,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Why our diagnosis tool works"
description={[
"We use AI coupled with clinical review to ensure your symptom checking is both fast and medically accurate.",
]}
"We use AI coupled with clinical review to ensure your symptom checking is both fast and medically accurate."]}
/>
</div>
@@ -117,29 +89,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "App",
items: [
title: "App", items: [
{
label: "Diagnosis",
href: "/diagnosis",
},
label: "Diagnosis", href: "/diagnosis"},
{
label: "Library",
href: "/library",
},
label: "Library", href: "/library"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Use",
href: "#",
},
label: "Terms of Use", href: "#"},
],
},
]}
@@ -149,4 +111,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
@@ -24,24 +24,16 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Diagnosis",
id: "/diagnosis",
},
name: "Diagnosis", id: "/diagnosis"},
{
name: "Library",
id: "/library",
},
name: "Library", id: "/library"},
{
name: "Prevention",
id: "/prevention",
},
name: "Prevention", id: "/prevention"},
]}
brandName="HealthDiag"
/>
@@ -55,26 +47,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Cardiovascular Health",
description: "Understanding heart conditions.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hewfbo&_wi=2",
titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o9gobv",
buttonText: "Learn",
},
title: "Cardiovascular Health", description: "Understanding heart conditions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hewfbo&_wi=2", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o9gobv", buttonText: "Learn"},
{
title: "Respiratory Issues",
description: "Asthma and lung health insights.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vvvtvc",
titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uc9u2n",
buttonText: "Learn",
},
title: "Respiratory Issues", description: "Asthma and lung health insights.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vvvtvc", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uc9u2n", buttonText: "Learn"},
{
title: "Digestive Care",
description: "Gastrointestinal symptom management.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qw9al5",
titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2e6o17",
buttonText: "Learn",
},
title: "Digestive Care", description: "Gastrointestinal symptom management.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qw9al5", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2e6o17", buttonText: "Learn"},
]}
title="Medical Condition Library"
description="Explore detailed clinical insights validated by medical practitioners."
@@ -90,25 +67,9 @@ export default function LandingPage() {
description="Recent research in our library."
blogs={[
{
id: "b1",
category: "Health",
title: "Heart Health Basics",
excerpt: "Learn how to manage your heart rate.",
imageSrc: "asset://b1",
authorName: "Dr. A",
authorAvatar: "asset://a1",
date: "Jan 2025",
},
id: "b1", category: "Health", title: "Heart Health Basics", excerpt: "Learn how to manage your heart rate.", imageSrc: "asset://b1", authorName: "Dr. A", authorAvatar: "asset://a1", date: "Jan 2025"},
{
id: "b2",
category: "Lung",
title: "Asthma Guide",
excerpt: "Managing respiratory flare-ups.",
imageSrc: "asset://b2",
authorName: "Dr. B",
authorAvatar: "asset://a2",
date: "Jan 2025",
},
id: "b2", category: "Lung", title: "Asthma Guide", excerpt: "Managing respiratory flare-ups.", imageSrc: "asset://b2", authorName: "Dr. B", authorAvatar: "asset://a2", date: "Jan 2025"},
]}
/>
</div>
@@ -118,8 +79,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Expert Knowledge Base"
description={[
"The library is constantly updated by our team of certified medical doctors to ensure you have the best information available.",
]}
"The library is constantly updated by our team of certified medical doctors to ensure you have the best information available."]}
/>
</div>
@@ -127,29 +87,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "App",
items: [
title: "App", items: [
{
label: "Diagnosis",
href: "/diagnosis",
},
label: "Diagnosis", href: "/diagnosis"},
{
label: "Library",
href: "/library",
},
label: "Library", href: "/library"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Use",
href: "#",
},
label: "Terms of Use", href: "#"},
],
},
]}
@@ -159,4 +109,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -6,7 +6,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
@@ -26,24 +26,16 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Diagnosis",
id: "/diagnosis",
},
name: "Diagnosis", id: "/diagnosis"},
{
name: "Library",
id: "/library",
},
name: "Library", id: "/library"},
{
name: "Prevention",
id: "/prevention",
},
name: "Prevention", id: "/prevention"},
]}
brandName="HealthDiag"
/>
@@ -52,62 +44,39 @@ export default function LandingPage() {
<div id="home-hero" data-section="home-hero">
<HeroSplit
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Identify Your Symptoms, Get Expert Insights"
description="Access diagnosis guidance validated by leading medical professionals. Understand your symptoms in minutes with our intelligent screening tool."
buttons={[
{
text: "Start Diagnosis",
href: "/diagnosis",
},
text: "Start Diagnosis", href: "/diagnosis"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9geic4&_wi=1"
mediaAnimation="blur-reveal"
avatars={[
{
src: "asset://gen-avatar-1",
alt: "User avatar",
},
src: "asset://gen-avatar-1", alt: "User avatar"},
{
src: "asset://gen-avatar-2",
alt: "User avatar",
},
src: "asset://gen-avatar-2", alt: "User avatar"},
{
src: "asset://gen-avatar-3",
alt: "User avatar",
},
src: "asset://gen-avatar-3", alt: "User avatar"},
{
src: "asset://gen-avatar-4",
alt: "User avatar",
},
src: "asset://gen-avatar-4", alt: "User avatar"},
{
src: "asset://gen-avatar-5",
alt: "User avatar",
},
src: "asset://gen-avatar-5", alt: "User avatar"},
]}
avatarText="Join 10,000+ patients"
marqueeItems={[
{
type: "text",
text: "Validated by MDs",
},
type: "text", text: "Validated by MDs"},
{
type: "text",
text: "HIPAA Compliant",
},
type: "text", text: "HIPAA Compliant"},
{
type: "text",
text: "Instant Results",
},
type: "text", text: "Instant Results"},
{
type: "text",
text: "Secure Platform",
},
type: "text", text: "Secure Platform"},
{
type: "text",
text: "Global Access",
},
type: "text", text: "Global Access"},
]}
/>
</div>
@@ -120,60 +89,15 @@ export default function LandingPage() {
description="Hear from those who used HealthDiag to better understand their health."
testimonials={[
{
id: "t1",
name: "Sarah J.",
date: "Jan 2025",
title: "Life saver",
quote: "Clear, fast, and reliable. Highly recommended.",
tag: "Patient",
avatarSrc: "asset://user-1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9geic4&_wi=2",
imageAlt: "modern medical interface dashboard",
},
id: "t1", name: "Sarah J.", date: "Jan 2025", title: "Life saver", quote: "Clear, fast, and reliable. Highly recommended.", tag: "Patient", avatarSrc: "asset://user-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9geic4&_wi=2", imageAlt: "modern medical interface dashboard"},
{
id: "t2",
name: "Mark R.",
date: "Dec 2024",
title: "Very helpful",
quote: "Great tool for checking symptoms.",
tag: "Patient",
avatarSrc: "asset://user-2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m08v6v&_wi=1",
imageAlt: "modern medical interface dashboard",
},
id: "t2", name: "Mark R.", date: "Dec 2024", title: "Very helpful", quote: "Great tool for checking symptoms.", tag: "Patient", avatarSrc: "asset://user-2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m08v6v&_wi=1", imageAlt: "modern medical interface dashboard"},
{
id: "t3",
name: "Elena V.",
date: "Dec 2024",
title: "Intuitive",
quote: "So easy to use, even for non-experts.",
tag: "Patient",
avatarSrc: "asset://user-3",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hewfbo&_wi=1",
imageAlt: "modern medical interface dashboard",
},
id: "t3", name: "Elena V.", date: "Dec 2024", title: "Intuitive", quote: "So easy to use, even for non-experts.", tag: "Patient", avatarSrc: "asset://user-3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hewfbo&_wi=1", imageAlt: "modern medical interface dashboard"},
{
id: "t4",
name: "David L.",
date: "Nov 2024",
title: "Professional",
quote: "I appreciate the medical validation provided.",
tag: "Patient",
avatarSrc: "asset://user-4",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ynty2q",
imageAlt: "modern medical interface dashboard",
},
id: "t4", name: "David L.", date: "Nov 2024", title: "Professional", quote: "I appreciate the medical validation provided.", tag: "Patient", avatarSrc: "asset://user-4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ynty2q", imageAlt: "modern medical interface dashboard"},
{
id: "t5",
name: "Chloe T.",
date: "Oct 2024",
title: "Essential",
quote: "Helped me prep for my doctor visit.",
tag: "Patient",
avatarSrc: "asset://user-5",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s13xdz&_wi=1",
imageAlt: "modern medical interface dashboard",
},
id: "t5", name: "Chloe T.", date: "Oct 2024", title: "Essential", quote: "Helped me prep for my doctor visit.", tag: "Patient", avatarSrc: "asset://user-5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s13xdz&_wi=1", imageAlt: "modern medical interface dashboard"},
]}
/>
</div>
@@ -187,40 +111,15 @@ export default function LandingPage() {
description="Our reach and effectiveness in providing diagnostic clarity."
metrics={[
{
id: "m1",
value: "50k+",
title: "Diagnoses",
description: "Completed symptom screens",
imageSrc: "asset://m1",
},
id: "m1", value: "50k+", title: "Diagnoses", description: "Completed symptom screens", imageSrc: "asset://m1"},
{
id: "m2",
value: "99%",
title: "Satisfaction",
description: "User happiness score",
imageSrc: "asset://m2",
},
id: "m2", value: "99%", title: "Satisfaction", description: "User happiness score", imageSrc: "asset://m2"},
{
id: "m3",
value: "150+",
title: "Doctors",
description: "Validation partners",
imageSrc: "asset://m3",
},
id: "m3", value: "150+", title: "Doctors", description: "Validation partners", imageSrc: "asset://m3"},
{
id: "m4",
value: "200+",
title: "Conditions",
description: "Library entries",
imageSrc: "asset://m4",
},
id: "m4", value: "200+", title: "Conditions", description: "Library entries", imageSrc: "asset://m4"},
{
id: "m5",
value: "12",
title: "Languages",
description: "Platform availability",
imageSrc: "asset://m5",
},
id: "m5", value: "12", title: "Languages", description: "Platform availability", imageSrc: "asset://m5"},
]}
/>
</div>
@@ -232,12 +131,7 @@ export default function LandingPage() {
title="Trusted by Leading Institutions"
description="Partnering with top health organizations globally."
names={[
"HealthCare Group",
"Medical Insight Inc",
"Global Clinic",
"TechMed Partners",
"Wellness First",
]}
"HealthCare Group", "Medical Insight Inc", "Global Clinic", "TechMed Partners", "Wellness First"]}
/>
</div>
@@ -252,30 +146,15 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "q1",
title: "Is this a diagnosis?",
content: "No, it's for guidance, not a medical professional replacement.",
},
id: "q1", title: "Is this a diagnosis?", content: "No, it's for guidance, not a medical professional replacement."},
{
id: "q2",
title: "Is my data secure?",
content: "Yes, we use industry-standard encryption.",
},
id: "q2", title: "Is my data secure?", content: "Yes, we use industry-standard encryption."},
{
id: "q3",
title: "Can I save progress?",
content: "Yes, create a profile to save results.",
},
id: "q3", title: "Can I save progress?", content: "Yes, create a profile to save results."},
{
id: "q4",
title: "Are doctors involved?",
content: "Yes, all data is reviewed by clinical teams.",
},
id: "q4", title: "Are doctors involved?", content: "Yes, all data is reviewed by clinical teams."},
{
id: "q5",
title: "Is it free to use?",
content: "Core features are free for all users.",
},
id: "q5", title: "Is it free to use?", content: "Core features are free for all users."},
]}
/>
</div>
@@ -284,29 +163,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "App",
items: [
title: "App", items: [
{
label: "Diagnosis",
href: "/diagnosis",
},
label: "Diagnosis", href: "/diagnosis"},
{
label: "Library",
href: "/library",
},
label: "Library", href: "/library"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Use",
href: "#",
},
label: "Terms of Use", href: "#"},
],
},
]}
@@ -316,4 +185,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
@@ -24,24 +24,16 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Diagnosis",
id: "/diagnosis",
},
name: "Diagnosis", id: "/diagnosis"},
{
name: "Library",
id: "/library",
},
name: "Library", id: "/library"},
{
name: "Prevention",
id: "/prevention",
},
name: "Prevention", id: "/prevention"},
]}
brandName="HealthDiag"
/>
@@ -55,26 +47,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Dietary Advice",
description: "Nutrition guidance plans.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0f1jhk",
titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=glfyvq",
buttonText: "View",
},
title: "Dietary Advice", description: "Nutrition guidance plans.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0f1jhk", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=glfyvq", buttonText: "View"},
{
title: "Fitness Plans",
description: "Activity recommendations.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tpryjl",
titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yk6vxr",
buttonText: "View",
},
title: "Fitness Plans", description: "Activity recommendations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tpryjl", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yk6vxr", buttonText: "View"},
{
title: "Specialist Referral",
description: "Find recommended practitioners.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8y1ub6",
titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t8tkb7",
buttonText: "Connect",
},
title: "Specialist Referral", description: "Find recommended practitioners.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8y1ub6", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t8tkb7", buttonText: "Connect"},
]}
title="Preventive Care Referral"
description="Proactive steps to maintain long-term health and wellness."
@@ -90,36 +67,17 @@ export default function LandingPage() {
description="Upgrade your preventive care plan."
plans={[
{
id: "p1",
title: "Essential",
price: "$0",
period: "/mo",
features: [
"Symptom tracking",
"Base Library",
],
id: "p1", title: "Essential", price: "$0", period: "/mo", features: [
"Symptom tracking", "Base Library"],
button: {
text: "Current",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m08v6v&_wi=3",
imageAlt: "minimalist patient symptom form",
},
text: "Current"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m08v6v&_wi=3", imageAlt: "minimalist patient symptom form"},
{
id: "p2",
title: "Premium",
price: "$15",
period: "/mo",
features: [
"All features",
"Specialist access",
"Advanced reports",
],
id: "p2", title: "Premium", price: "$15", period: "/mo", features: [
"All features", "Specialist access", "Advanced reports"],
button: {
text: "Upgrade",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9geic4&_wi=3",
imageAlt: "minimalist patient symptom form",
},
text: "Upgrade"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9geic4&_wi=3", imageAlt: "minimalist patient symptom form"},
]}
/>
</div>
@@ -129,8 +87,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Preventive Philosophy"
description={[
"Prevention is the best cure. We offer tools and resources to help you live a healthier lifestyle.",
]}
"Prevention is the best cure. We offer tools and resources to help you live a healthier lifestyle."]}
/>
</div>
@@ -138,29 +95,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "App",
items: [
title: "App", items: [
{
label: "Diagnosis",
href: "/diagnosis",
},
label: "Diagnosis", href: "/diagnosis"},
{
label: "Library",
href: "/library",
},
label: "Library", href: "/library"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Use",
href: "#",
},
label: "Terms of Use", href: "#"},
],
},
]}
@@ -170,4 +117,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}