Update src/app/explorer/page.tsx

This commit is contained in:
2026-05-28 17:25:41 +00:00
parent c95435379e
commit afec0dbac7

View File

@@ -25,35 +25,21 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "3D Explorer",
id: "/explorer",
},
name: "3D Explorer", id: "/explorer"},
{
name: "Body Systems",
id: "/systems",
},
name: "Body Systems", id: "/systems"},
{
name: "Disease Library",
id: "/diseases",
},
name: "Disease Library", id: "/diseases"},
{
name: "Histology",
id: "/histology",
},
name: "Histology", id: "/histology"},
{
name: "Quizzes",
id: "/quizzes",
},
name: "Quizzes", id: "/quizzes"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="http://img.b2bpic.net/free-photo/3d-render-male-figure-push-up-position_1048-5695.jpg"
logoSrc="http://img.b2bpic.net/free-photo/abstract-dna-helix-structure_23-2148590623.jpg"
logoAlt="ANATOMICA Logo"
brandName="ANATOMICA"
bottomLeftText="Future of Medical Education"
@@ -69,19 +55,13 @@ export default function LandingPage() {
description="Rotate, zoom, dissect, and personalize your view of the human body. Our advanced 3D explorer offers unparalleled depth and precision for every medical student."
bulletPoints={[
{
title: "Layered Anatomy",
description: "Toggle between skin, muscle, skeleton, organs, and nervous systems for focused study.",
},
title: "Layered Anatomy", description: "Toggle between skin, muscle, skeleton, organs, and nervous systems for focused study."},
{
title: "Dynamic Hotspots",
description: "Click any structure for detailed information, 3D close-ups, and linked pathologies.",
},
title: "Dynamic Hotspots", description: "Click any structure for detailed information, 3D close-ups, and linked pathologies."},
{
title: "Gender-Specific Models",
description: "Seamlessly switch between male and female anatomical representations for comprehensive understanding.",
},
title: "Gender-Specific Models", description: "Seamlessly switch between male and female anatomical representations for comprehensive understanding."},
]}
imageSrc="http://img.b2bpic.net/free-photo/tangled-wires-forming-thoughtful-man-standing_1194-640156.jpg"
imageSrc="http://img.b2bpic.net/free-photo/anatomical-model-head-human-body_23-2151624601.jpg"
imageAlt="Interactive 3D human body model interface"
mediaAnimation="blur-reveal"
/>
@@ -91,58 +71,35 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "3D Explorer",
href: "/explorer",
},
label: "3D Explorer", href: "/explorer"},
{
label: "Body Systems",
href: "/systems",
},
label: "Body Systems", href: "/systems"},
{
label: "Disease Library",
href: "/diseases",
},
label: "Disease Library", href: "/diseases"},
{
label: "Histology Viewer",
href: "/histology",
},
label: "Histology Viewer", href: "/histology"},
{
label: "Quizzes",
href: "/quizzes",
},
label: "Quizzes", href: "/quizzes"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}