@@ -134,7 +134,7 @@ export default function Home() {
134134 href = "#highlights"
135135 className = "scroll-mt-32 group flex items-center"
136136 >
137- Highlights
137+ { /* Highlights
138138 <span className="ml-6 hidden group-hover:inline-block size-10 text-foreground">
139139 <svg
140140 viewBox="0 0 24 24"
@@ -152,7 +152,7 @@ export default function Home() {
152152 strokeLinecap="round"
153153 />
154154 </svg>
155- </ span >
155+ </span> */ }
156156 </ Link >
157157 </ h2 >
158158 </ div >
@@ -305,7 +305,7 @@ export default function Home() {
305305 href = "#model"
306306 className = "scroll-mt-32 group flex items-center"
307307 >
308- 3D Model
308+ { /* 3D Model
309309 <span className="ml-6 hidden group-hover:inline-block size-10 text-foreground">
310310 <svg
311311 viewBox="0 0 24 24"
@@ -323,7 +323,7 @@ export default function Home() {
323323 strokeLinecap="round"
324324 />
325325 </svg>
326- </ span >
326+ </span> */ }
327327 </ Link >
328328 </ h2 >
329329 </ div >
@@ -414,7 +414,7 @@ export default function Home() {
414414 href = "#applications"
415415 className = "scroll-mt-32 group flex items-center"
416416 >
417- Applications
417+ { /* Applications
418418 <span className="ml-6 hidden group-hover:inline-block size-10 text-foreground">
419419 <svg
420420 viewBox="0 0 24 24"
@@ -432,7 +432,7 @@ export default function Home() {
432432 strokeLinecap="round"
433433 />
434434 </svg>
435- </ span >
435+ </span> */ }
436436 </ Link >
437437 </ h2 >
438438 </ div >
@@ -587,7 +587,7 @@ export default function Home() {
587587 href = "#policy-rollouts"
588588 className = "scroll-mt-32 group flex items-center"
589589 >
590- Policy Rollouts
590+ { /* Policy Rollouts
591591 <span className="ml-6 hidden group-hover:inline-block size-10 text-foreground">
592592 <svg
593593 viewBox="0 0 24 24"
@@ -605,7 +605,7 @@ export default function Home() {
605605 strokeLinecap="round"
606606 />
607607 </svg>
608- </ span >
608+ </span> */ }
609609 </ Link >
610610 </ h2 >
611611 </ div >
@@ -918,7 +918,7 @@ export default function Home() {
918918 href = "#user-study"
919919 className = "scroll-mt-32 group flex items-center"
920920 >
921- User Study
921+ { /* User Study
922922 <span className="ml-6 hidden group-hover:inline-block size-10 text-foreground">
923923 <svg
924924 viewBox="0 0 24 24"
@@ -936,7 +936,7 @@ export default function Home() {
936936 strokeLinecap="round"
937937 />
938938 </svg>
939- </ span >
939+ </span> */ }
940940 </ Link >
941941 </ h2 >
942942 </ div >
0 commit comments