From 62df5ae122a0e5eab3403176a7d7b1fde249962c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 20:10:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a482b9..cff31c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, ]} /> @@ -76,6 +74,22 @@ export default function LandingPage() { /> +
+ +
+