Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -10,7 +10,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Activity, AlertCircle, Award, BarChart2, BookOpen, CheckCircle, Circle, Droplets, Eye, Heart, History, Info, Leaf, Smile, Users } from "lucide-react";
|
||||
import { Activity, AlertCircle, Award, BarChart2, BookOpen, CheckCircle, Circle, Droplets, Eye, Heart, History, Info, Leaf, Smile, Users, Book } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,6 +32,7 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Diagrams", id: "diagrams" },
|
||||
{ name: "Detection", id: "detection" },
|
||||
{ name: "Support", id: "support" },
|
||||
]}
|
||||
@@ -49,8 +50,6 @@ export default function LandingPage() {
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-male-working-nurse_23-2150829903.jpg", alt: "Doctor" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-relaxing-sofa_329181-12161.jpg", alt: "Patient" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pleased-dark-skinned-pretty-girl-has-toothy-smile-keeps-eyes-shut-embraces-her-old-friend-have-good-relationship_273609-18714.jpg", alt: "Supporter" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-medical-assistant-standing-with-arms-crossed-cabinet-medical-checkup-visit-woman-nurse-working-with-computer-documents-doctors-office-healthcare-system_482257-39772.jpg", alt: "Medical Assistant" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-female-working-nurse_23-2150829743.jpg", alt: "Working Nurse" },
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#about" }]}
|
||||
marqueeItems={[
|
||||
@@ -58,7 +57,6 @@ export default function LandingPage() {
|
||||
{ type: "text", text: "Medical Guidance" },
|
||||
{ type: "text", text: "Survivor Support" },
|
||||
{ type: "text", text: "Treatment Options" },
|
||||
{ type: "text", text: "Clinical Resources" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,6 +74,22 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="diagrams" data-section="diagrams">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ icon: Book, title: "Reproductive Anatomy", description: "Understand the structure of the male reproductive system." },
|
||||
{ icon: Eye, title: "Testicle Diagram", description: "Detailed visualization of testicle anatomy for awareness." },
|
||||
{ icon: Activity, title: "Staging Diagram", description: "Clear breakdown of cancer staging levels." },
|
||||
{ icon: BarChart2, title: "Treatment Flowchart", description: "Standard process from diagnosis to recovery protocols." },
|
||||
]}
|
||||
title="Visual Medical Information"
|
||||
description="Review these illustrative diagrams to better understand testicular health, staging, and common medical pathways."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="risks" data-section="risks">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
@@ -144,9 +158,6 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{ id: "1", name: "Mark S.", handle: "@survivor", testimonial: "The resources were invaluable during my treatment phase.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-smling-man-with-beard-pointing-left-advertisement-suggest-click-banner_176420-33735.jpg" },
|
||||
{ id: "2", name: "James L.", handle: "@patient", testimonial: "Early detection made a huge difference in my journey.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-young-man-model-dressed-jeans-clothes-fashion-man-posing_158538-4982.jpg" },
|
||||
{ id: "3", name: "David R.", handle: "@survivor", testimonial: "Understanding the stages helped lower my anxiety.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-man-looking-photographer_23-2148328594.jpg" },
|
||||
{ id: "4", name: "Chris B.", handle: "@patient", testimonial: "Support services were vital to my recovery.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-positive-handsome-blond-man-with-beard-moustache-standing-with-crossed-hands-white-shirt-with-slight-smile-confident-expression_176420-17129.jpg" },
|
||||
{ id: "5", name: "Alex M.", handle: "@advocate", testimonial: "Advocacy and awareness are key to early diagnosis.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-white-background-business-job_185193-110285.jpg" },
|
||||
]}
|
||||
title="Patient Perspectives"
|
||||
description="Stories and insights from those who have navigated the diagnosis."
|
||||
@@ -159,7 +170,6 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "1", title: "Is testicular cancer common?", content: "It is the most common cancer in young people, but overall it remains rare." },
|
||||
{ id: "2", title: "Can it be prevented?", content: "There is no guaranteed way to prevent it, but regular self-exams aid early discovery." },
|
||||
{ id: "3", title: "Where can I get support?", content: "Organizations like the Canadian Cancer Society provide extensive resources." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Answers to common queries about testicular health."
|
||||
@@ -179,9 +189,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] },
|
||||
{ items: [{ label: "Resources", href: "#" }, { label: "Support", href: "#support" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }] },
|
||||
{ items: [{ label: "Home", href: "#hero" }, { label: "Diagrams", href: "#diagrams" }] },
|
||||
{ items: [{ label: "Support", href: "#support" }] },
|
||||
]}
|
||||
logoText="Cancer Info Canada"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user