Skip to content

Commit e39c4f6

Browse files
committed
.
1 parent 0aa94db commit e39c4f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • app/(default)/(project)/(black_background)/kai0

app/(default)/(project)/(black_background)/kai0/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import type { Metadata } from "next";
22
export const metadata: Metadata = {
3-
title: "kai0 | HKU MMLab",
4-
description: "Multimedia Laboratory",
5-
keywords: ["kai0", "MMLab", "Multimedia Laboratory", "HKU", "CUHK", "NTU"],
3+
title: "kai0 | OpenDriveLab",
4+
description: "kai0: A Live-Stream Robotic Teamwork for Clothing Manipulation from Zero to Hero",
5+
keywords: ["kai0", "OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU"],
66
};
77

88

@@ -72,7 +72,7 @@ export default function Home() {
7272
return (
7373
<main>
7474
{/* Spacer for top positioning */}
75-
<div className="w-full h-48"></div>
75+
<div className="w-full h-24 xl:h-48"></div>
7676

7777

7878
{/* Main content - centered */}

0 commit comments

Comments
 (0)