diff --git a/src/app/page.tsx b/src/app/page.tsx index b5b4e02..dfec2d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, Activity, Database, Shield } from "lucide-react"; import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqBase from '@/components/sections/faq/FaqBase'; @@ -32,25 +33,15 @@ export default function LandingPage() { @@ -62,72 +53,40 @@ export default function LandingPage() { description="Discover the intricate architecture and profound functions of the most complex organ in existence through premium, medical-grade visualizations." testimonials={[ { - name: "Dr. Elena Rossi", - handle: "@neuro_science", - testimonial: "NeuroSphere's visualizations are the gold standard for medical education.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-female-doctor-wearing-medical-robe-with-stethoscope-putting-hands-pocket-isolated-yellow-wall_141793-83088.jpg", - }, + name: "Dr. Elena Rossi", handle: "@neuro_science", testimonial: "NeuroSphere's visualizations are the gold standard for medical education.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/confident-young-female-doctor-wearing-medical-robe-with-stethoscope-putting-hands-pocket-isolated-yellow-wall_141793-83088.jpg"}, { - name: "Mark Jensen", - handle: "@med_student", - testimonial: "I finally understand complex neural pathways thanks to this site.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sad-teenage-girl-with-book-her-hands-emotion-concept_169016-65739.jpg", - }, + name: "Mark Jensen", handle: "@med_student", testimonial: "I finally understand complex neural pathways thanks to this site.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/sad-teenage-girl-with-book-her-hands-emotion-concept_169016-65739.jpg"}, { - name: "Dr. Sarah Chen", - handle: "@research_pro", - testimonial: "Visually stunning and technically accurate. Simply brilliant.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/scientist-factory-using-tablet-check-photovoltaics-materials-parameters_482257-120526.jpg", - }, + name: "Dr. Sarah Chen", handle: "@research_pro", testimonial: "Visually stunning and technically accurate. Simply brilliant.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/scientist-factory-using-tablet-check-photovoltaics-materials-parameters_482257-120526.jpg"}, { - name: "John Wu", - handle: "@surgeon_daily", - testimonial: "The level of detail provided is incredible for my everyday practice.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-patient-attending-medical-consultation-cabinet-coronavirus-pandemic-elder-person-looking-camera-waiting-medic-discuss-about-health-care-treatment_482257-39359.jpg", - }, + name: "John Wu", handle: "@surgeon_daily", testimonial: "The level of detail provided is incredible for my everyday practice.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-patient-attending-medical-consultation-cabinet-coronavirus-pandemic-elder-person-looking-camera-waiting-medic-discuss-about-health-care-treatment_482257-39359.jpg"}, { - name: "Dr. Marcus Vane", - handle: "@clinician_v", - testimonial: "An essential resource for modern neuro-clinical training modules.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-portrait-with-medical-mask_23-2148947582.jpg", - }, + name: "Dr. Marcus Vane", handle: "@clinician_v", testimonial: "An essential resource for modern neuro-clinical training modules.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-portrait-with-medical-mask_23-2148947582.jpg"}, ]} buttons={[ { - text: "Explore Anatomy", - href: "#about", - }, + text: "Explore Anatomy", href: "#about"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-handsome-doctor-working-typing-his-cabinet-doctor-using-keyboard-write-documents-his-computer_482257-34558.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-handsome-doctor-working-typing-his-cabinet-doctor-using-keyboard-write-documents-his-computer_482257-34558.jpg" imageAlt="Human Brain Visualization" showDimOverlay={true} showBlur={true} avatars={[ { - src: "http://img.b2bpic.net/free-photo/physician-taking-notes-after-patient-examination-against-greenscreen-backdrop_482257-121944.jpg", - alt: "Researcher portrait", - }, + src: "http://img.b2bpic.net/free-photo/physician-taking-notes-after-patient-examination-against-greenscreen-backdrop_482257-121944.jpg", alt: "Researcher portrait"}, { - src: "http://img.b2bpic.net/free-photo/covid19-coronavirus-outbreak-healthcare-workers-pandemic-concept-enthusiastic-smiling-male-doctor-glad-help-patients-physician-white-coat-happy-working-clinic-hospital_1258-108212.jpg", - alt: "Doctor portrait", - }, + src: "http://img.b2bpic.net/free-photo/covid19-coronavirus-outbreak-healthcare-workers-pandemic-concept-enthusiastic-smiling-male-doctor-glad-help-patients-physician-white-coat-happy-working-clinic-hospital_1258-108212.jpg", alt: "Doctor portrait"}, { - src: "http://img.b2bpic.net/free-photo/covid-coronavirus-outbreak-healthcare-workers-pandemic-concept-seriouslooking-professional-male_1258-84619.jpg", - alt: "Specialist portrait", - }, + src: "http://img.b2bpic.net/free-photo/covid-coronavirus-outbreak-healthcare-workers-pandemic-concept-seriouslooking-professional-male_1258-84619.jpg", alt: "Specialist portrait"}, { - src: "http://img.b2bpic.net/free-photo/general-practitioner-thinking-about-new-healthcare-ideas-studio_482257-122020.jpg", - alt: "Practitioner portrait", - }, + src: "http://img.b2bpic.net/free-photo/general-practitioner-thinking-about-new-healthcare-ideas-studio_482257-122020.jpg", alt: "Practitioner portrait"}, { - src: "http://img.b2bpic.net/free-photo/handsome-confident-man_1098-18449.jpg", - alt: "Confidence portrait", - }, + src: "http://img.b2bpic.net/free-photo/handsome-confident-man_1098-18449.jpg", alt: "Confidence portrait"}, ]} avatarText="Trusted by 500+ Researchers" /> @@ -138,18 +97,11 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "The Anatomy of ", - }, + type: "text", content: "The Anatomy of "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/abstract-background-with-low-poly-design-with-connecting-lines-dots_1048-6359.jpg", - alt: "Brain Lobe", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/abstract-background-with-low-poly-design-with-connecting-lines-dots_1048-6359.jpg", alt: "Brain Lobe"}, { - type: "text", - content: " Intelligence", - }, + type: "text", content: " Intelligence"}, ]} /> @@ -160,28 +112,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Neural Transmission", - description: "Rapid chemical and electrical signaling through complex synaptic pathways.", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-trails-neon-lights_23-2147786046.jpg?_wi=1", - buttonIcon: "Zap", + title: "Neural Transmission", description: "Rapid chemical and electrical signaling through complex synaptic pathways.", imageSrc: "http://img.b2bpic.net/free-photo/colorful-trails-neon-lights_23-2147786046.jpg", buttonIcon: Zap, }, { - title: "Motor Coordination", - description: "The cerebellum governs balance, posture, and fine motor skills.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lights-particles-wallpaper_1017-2768.jpg?_wi=1", - buttonIcon: "Activity", + title: "Motor Coordination", description: "The cerebellum governs balance, posture, and fine motor skills.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lights-particles-wallpaper_1017-2768.jpg", buttonIcon: Activity, }, { - title: "Cognitive Memory", - description: "Hippocampal pathways facilitate storage and retrieval of long-term memory.", - imageSrc: "http://img.b2bpic.net/free-photo/string-pink-lights-optical-fiber_23-2148241331.jpg?_wi=1", - buttonIcon: "Database", + title: "Cognitive Memory", description: "Hippocampal pathways facilitate storage and retrieval of long-term memory.", imageSrc: "http://img.b2bpic.net/free-photo/string-pink-lights-optical-fiber_23-2148241331.jpg", buttonIcon: Database, }, { - title: "Survival Autonomics", - description: "The brainstem maintains involuntary functions vital to sustaining life.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-hospital-office-having-computer-with-mri-brain-diagaram-screen-ready-oncology-examination-cabinet-room-equipped-with-medical-professional-tools-brain-tomography-image_482257-32004.jpg", - buttonIcon: "Shield", + title: "Survival Autonomics", description: "The brainstem maintains involuntary functions vital to sustaining life.", imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-hospital-office-having-computer-with-mri-brain-diagaram-screen-ready-oncology-examination-cabinet-room-equipped-with-medical-professional-tools-brain-tomography-image_482257-32004.jpg", buttonIcon: Shield, }, ]} title="Advanced Brain Functions" @@ -197,25 +137,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "86B", - description: "Individual Neurons", - }, + id: "m1", value: "86B", description: "Individual Neurons"}, { - id: "m2", - value: "100T", - description: "Synaptic Connections", - }, + id: "m2", value: "100T", description: "Synaptic Connections"}, { - id: "m3", - value: "3 lbs", - description: "Average Organ Weight", - }, + id: "m3", value: "3 lbs", description: "Average Organ Weight"}, { - id: "m4", - value: "20%", - description: "Total Body Oxygen", - }, + id: "m4", value: "20%", description: "Total Body Oxygen"}, ]} title="Brain by Numbers" description="Quantifying the staggering complexity of neurological structure." @@ -228,60 +156,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Dr. Elena Rossi", - date: "Oct 2023", - title: "Neurosurgeon", - quote: "The most detailed brain anatomy resource I have used.", - tag: "Expert", - avatarSrc: "http://img.b2bpic.net/free-photo/wise-woman-posing-studio-side-view_23-2149883489.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-doctor-working-typing-his-cabinet-doctor-using-keyboard-write-documents-his-computer_482257-34558.jpg?_wi=2", - imageAlt: "neurologist professional portrait", - }, + id: "t1", name: "Dr. Elena Rossi", date: "Oct 2023", title: "Neurosurgeon", quote: "The most detailed brain anatomy resource I have used.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/wise-woman-posing-studio-side-view_23-2149883489.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-doctor-working-typing-his-cabinet-doctor-using-keyboard-write-documents-his-computer_482257-34558.jpg", imageAlt: "neurologist professional portrait"}, { - id: "t2", - name: "Mark Jensen", - date: "Nov 2023", - title: "Student", - quote: "Incredible visuals, easy to grasp complex data.", - tag: "Student", - avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-medic-clinic_23-2147763791.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-low-poly-design-with-connecting-lines-dots_1048-6359.jpg", - imageAlt: "neurologist professional portrait", - }, + id: "t2", name: "Mark Jensen", date: "Nov 2023", title: "Student", quote: "Incredible visuals, easy to grasp complex data.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-medic-clinic_23-2147763791.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-low-poly-design-with-connecting-lines-dots_1048-6359.jpg", imageAlt: "neurologist professional portrait"}, { - id: "t3", - name: "Dr. Sarah Chen", - date: "Dec 2023", - title: "Researcher", - quote: "Technical accuracy is consistently top-notch.", - tag: "Expert", - avatarSrc: "http://img.b2bpic.net/free-photo/hispanic-man-working-scientist-laboratory-with-happy-cool-smile-face-lucky-person_839833-7553.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-trails-neon-lights_23-2147786046.jpg?_wi=2", - imageAlt: "neurologist professional portrait", - }, + id: "t3", name: "Dr. Sarah Chen", date: "Dec 2023", title: "Researcher", quote: "Technical accuracy is consistently top-notch.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/hispanic-man-working-scientist-laboratory-with-happy-cool-smile-face-lucky-person_839833-7553.jpg", imageSrc: "http://img.b2bpic.net/free-photo/colorful-trails-neon-lights_23-2147786046.jpg", imageAlt: "neurologist professional portrait"}, { - id: "t4", - name: "John Wu", - date: "Jan 2024", - title: "Surgeon", - quote: "An essential teaching tool for residents.", - tag: "Expert", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-surgeons-standing-operation-room_1170-2215.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lights-particles-wallpaper_1017-2768.jpg?_wi=2", - imageAlt: "neurologist professional portrait", - }, + id: "t4", name: "John Wu", date: "Jan 2024", title: "Surgeon", quote: "An essential teaching tool for residents.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-surgeons-standing-operation-room_1170-2215.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lights-particles-wallpaper_1017-2768.jpg", imageAlt: "neurologist professional portrait"}, { - id: "t5", - name: "Emma Scott", - date: "Feb 2024", - title: "Biology Teacher", - quote: "Students love the interactive nature of these lessons.", - tag: "Teacher", - avatarSrc: "http://img.b2bpic.net/free-photo/smiling-adult-slavic-man-doctor-uniform-with-stethoscope-looking-front_141793-124210.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/string-pink-lights-optical-fiber_23-2148241331.jpg?_wi=2", - imageAlt: "neurologist professional portrait", - }, + id: "t5", name: "Emma Scott", date: "Feb 2024", title: "Biology Teacher", quote: "Students love the interactive nature of these lessons.", tag: "Teacher", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-adult-slavic-man-doctor-uniform-with-stethoscope-looking-front_141793-124210.jpg", imageSrc: "http://img.b2bpic.net/free-photo/string-pink-lights-optical-fiber_23-2148241331.jpg", imageAlt: "neurologist professional portrait"}, ]} title="Clinical Expert Insights" description="Trusted by medical professionals and researchers worldwide." @@ -294,20 +177,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "What part of the brain controls memory?", - content: "Memory is primarily handled by the hippocampus, though many regions participate.", - }, + id: "f1", title: "What part of the brain controls memory?", content: "Memory is primarily handled by the hippocampus, though many regions participate."}, { - id: "f2", - title: "How does neuroplasticity work?", - content: "Neuroplasticity is the brain's ability to reorganize itself by forming new neural connections throughout life.", - }, + id: "f2", title: "How does neuroplasticity work?", content: "Neuroplasticity is the brain's ability to reorganize itself by forming new neural connections throughout life."}, { - id: "f3", - title: "Is it true we only use 10% of our brain?", - content: "No, this is a myth. Brain imaging shows we use almost all of our brain even for simple tasks.", - }, + id: "f3", title: "Is it true we only use 10% of our brain?", content: "No, this is a myth. Brain imaging shows we use almost all of our brain even for simple tasks."}, ]} title="Frequently Asked Questions" description="Clarifying the most common inquiries regarding neural biology." @@ -324,35 +198,11 @@ export default function LandingPage() { description="Keeping you updated on the latest breakthroughs in cognitive science." blogs={[ { - id: "b1", - category: "Research", - title: "Mapping Synapses", - excerpt: "The next step in detailed neurological mapping.", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-laptop-with-brain-image-background-cardiologist-doctor-work_482257-34589.jpg", - authorName: "Dr. X", - authorAvatar: "http://img.b2bpic.net/free-photo/pleased-young-female-doctor-wearing-medical-robe-with-stethoscope-isolated-yellow-wall_141793-106255.jpg", - date: "2024-03-01", - }, + id: "b1", category: "Research", title: "Mapping Synapses", excerpt: "The next step in detailed neurological mapping.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-laptop-with-brain-image-background-cardiologist-doctor-work_482257-34589.jpg", authorName: "Dr. X", authorAvatar: "http://img.b2bpic.net/free-photo/pleased-young-female-doctor-wearing-medical-robe-with-stethoscope-isolated-yellow-wall_141793-106255.jpg", date: "2024-03-01"}, { - id: "b2", - category: "Science", - title: "AI and Neurology", - excerpt: "How artificial intelligence mimics neural networks.", - imageSrc: "http://img.b2bpic.net/free-photo/engineer-data-center-using-tablet-prevent-system-overload-close-up-employee-server-room-ensuring-there-is-enough-network-connectivity-smooth-operations-blurry-background_482257-72822.jpg", - authorName: "Dr. Y", - authorAvatar: "http://img.b2bpic.net/free-photo/portrait-female-scientist-lab_23-2148816371.jpg", - date: "2024-03-10", - }, + id: "b2", category: "Science", title: "AI and Neurology", excerpt: "How artificial intelligence mimics neural networks.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-data-center-using-tablet-prevent-system-overload-close-up-employee-server-room-ensuring-there-is-enough-network-connectivity-smooth-operations-blurry-background_482257-72822.jpg", authorName: "Dr. Y", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-female-scientist-lab_23-2148816371.jpg", date: "2024-03-10"}, { - id: "b3", - category: "Clinical", - title: "Sleep and Memory", - excerpt: "How restorative sleep impacts memory consolidation.", - imageSrc: "http://img.b2bpic.net/free-photo/brain-scan-analysis-by-medical-expert_482257-85714.jpg", - authorName: "Dr. Z", - authorAvatar: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-office_23-2149267948.jpg", - date: "2024-03-15", - }, + id: "b3", category: "Clinical", title: "Sleep and Memory", excerpt: "How restorative sleep impacts memory consolidation.", imageSrc: "http://img.b2bpic.net/free-photo/brain-scan-analysis-by-medical-expert_482257-85714.jpg", authorName: "Dr. Z", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-office_23-2149267948.jpg", date: "2024-03-15"}, ]} /> @@ -364,22 +214,14 @@ export default function LandingPage() { description="Have specific questions about neurological functions or our data? Reach out." inputs={[ { - name: "fullName", - type: "text", - placeholder: "Name", - required: true, + name: "fullName", type: "text", placeholder: "Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email", - required: true, + name: "email", type: "email", placeholder: "Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Your message...", - rows: 4, + name: "message", placeholder: "Your message...", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/illustrated-rendering-twin-avatar_23-2151061321.jpg" @@ -390,29 +232,19 @@ export default function LandingPage() {