Skip to content

Commit 140ecfa

Browse files
committed
.
1 parent 945890b commit 140ecfa

1 file changed

Lines changed: 20 additions & 15 deletions

File tree

  • app/(default)/(event)/challenge2026

app/(default)/(event)/challenge2026/page.tsx

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ export default function Home() {
9696
<div className="w-full h-svh py-16 px-6 3xl:px-16">
9797
<div className="w-full h-full relative rounded-sm">
9898
<Image
99-
src='https://ik.imagekit.io/opendrivelab/nils-huenerfuerst-OVE2SA0TVJE-unsplash.jpg?updatedAt=1761792013763'
100-
alt='Denver'
99+
src='https://ik.imagekit.io/opendrivelab/Modify_the_left_human_hand_to_become_an_abstract_e-1770009757382.jpg?updatedAt=1770010027998'
100+
alt='cover'
101101
fill
102102
className='object-center object-cover bg-gradient-landing rounded-sm bg-black bg-opacity-30 bg-blend-overlay select-none'
103103
/>
@@ -147,6 +147,24 @@ export default function Home() {
147147
</div>
148148

149149

150+
151+
<div className="w-full px-6 flex justify-center mt-12">
152+
<div className="w-full max-w-7xl flex flex-col">
153+
<h3 className="text-xl font-bold">
154+
Track 1
155+
</h3>
156+
</div>
157+
</div>
158+
<div className="w-full px-6 flex justify-center mt-6">
159+
<div className="w-full max-w-7xl flex flex-col gap-3">
160+
<p className="leading-relaxed">
161+
To be released.
162+
</p>
163+
</div>
164+
</div>
165+
166+
167+
150168
<div className="w-full px-6 flex justify-center mt-12">
151169
<div className="w-full max-w-7xl flex flex-col">
152170
<h3 className="text-xl font-bold">
@@ -175,19 +193,6 @@ export default function Home() {
175193
</div>
176194
</div>
177195
</div>
178-
179-
180-
181-
<div className="w-full px-6 flex justify-center mt-12">
182-
<div className="w-full max-w-7xl flex flex-col gap-3">
183-
<p className="leading-relaxed">
184-
Embodied intelligence brings us closer to creating robots that can truly see, think, and act in the real world. Yet, today's systems remain fragile, struggling to handle the complexity of the real world. This workshop looks ahead - toward generalizable embodied intelligence that thrives beyond the lab. By gathering pioneers from vision and robotics, the workshop seeks to identify key challenges, discuss interdisciplinary solutions, and chart promising directions for advancing embodied systems to everyday life.
185-
</p>
186-
<p className="leading-relaxed">
187-
If you are interested in our workshop, please <span className="underline">mark the workshop in your CVPR registration</span>, to have enough space for the workshop room.
188-
</p>
189-
</div>
190-
</div>
191196

192197

193198

0 commit comments

Comments
 (0)