diff --git a/PanTS-Demo/index.html b/PanTS-Demo/index.html
index ba4ae9c..0488772 100644
--- a/PanTS-Demo/index.html
+++ b/PanTS-Demo/index.html
@@ -2,13 +2,13 @@
-
+
- PanTS Data Viewer
+ PanTS Viewer · BodyMaps
diff --git a/PanTS-Demo/public/home.html b/PanTS-Demo/public/home.html
index 3ab8603..99ed87d 100644
--- a/PanTS-Demo/public/home.html
+++ b/PanTS-Demo/public/home.html
@@ -4,7 +4,9 @@
- CT Finder · Search + Viewer (Dark)
+
+ PanTS Viewer · BodyMaps
+
+
+
+
+
+
+ Interactive dataset viewer
+ Browse the PanTS pancreatic-imaging dataset.
+ 9,901 publicly browseable CT cases with expert-annotated multi-organ segmentations. Search by case ID, filter by metadata, or upload your own NIfTI scan to run auto-segmentation.
+
+
Upload Your CT Scan
@@ -2172,6 +2292,11 @@ 3D
+
+
+
diff --git a/PanTS-Demo/public/logo-light.png b/PanTS-Demo/public/logo-light.png
new file mode 100644
index 0000000..5d44b32
Binary files /dev/null and b/PanTS-Demo/public/logo-light.png differ
diff --git a/PanTS-Demo/public/logo.png b/PanTS-Demo/public/logo.png
new file mode 100644
index 0000000..b72aeb9
Binary files /dev/null and b/PanTS-Demo/public/logo.png differ
diff --git a/PanTS-Demo/src/components/SnakeGame/SnakeGame.tsx b/PanTS-Demo/src/components/SnakeGame/SnakeGame.tsx
index 5a445b2..fd639a6 100644
--- a/PanTS-Demo/src/components/SnakeGame/SnakeGame.tsx
+++ b/PanTS-Demo/src/components/SnakeGame/SnakeGame.tsx
@@ -207,7 +207,7 @@ function SnakeGame() {
let className = "w-5 h-5 flex justify-center items-center border-l border-t border-white border-dotted";
if (isFood) {
- className += " bg-red-600 z-10 border-red-600 rounded-md shadow-md";
+ className += " bg-[#E76F51] z-10 border-[#E76F51] rounded-md shadow-md";
}
if (isSnakeBody) {
className += " bg-[#3842ff] border-[#3842ff]";
diff --git a/PanTS-Demo/src/index.css b/PanTS-Demo/src/index.css
index 79ff726..98a8d9b 100644
--- a/PanTS-Demo/src/index.css
+++ b/PanTS-Demo/src/index.css
@@ -23,9 +23,9 @@
--ink: #e8eff9;
--sub: #a9b7cc;
--line: #243a57;
- --brand: #2a6cff;
+ --brand: #E76F51;
--brand-ink: #fff;
- --accent: #febb02;
+ --accent: #E76F51;
--good: #16a34a;
--bad: #ef4444;
--control-h: 44px