Skip to content

Commit 5350be0

Browse files
committed
.
1 parent 66667f0 commit 5350be0

1 file changed

Lines changed: 20 additions & 15 deletions

File tree

app/(default)/(project)/kai0RL/page.tsx

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function Home() {
3535
return (
3636
<div className="w-full overflow-x-hidden pt-36 md:pt-24 flex flex-row justify-center">
3737
{/* transferable */}
38-
<div className="w-full max-w-7xl flex flex-col">
38+
<div className="w-full flex flex-col justify-center">
3939

4040

4141

@@ -125,28 +125,33 @@ export default function Home() {
125125

126126

127127

128-
<Image
129-
src="https://ik.imagekit.io/mmlab/mmlab@hku.jpg"
130-
alt="Nashville"
131-
width={352}
132-
height={384}
133-
className="w-full h-6/12 object-cover object-center rounded-sm bg-gradient-loading select-none mt-20"
134-
/>
135128

136129

130+
<div className="flex flex-row gap-6 justify-center mt-6">
131+
<div></div>
132+
<Image
133+
src="https://ik.imagekit.io/mmlab/mmlab@hku.jpg"
134+
alt="Nashville"
135+
width={352}
136+
height={384}
137+
className="w-full max-w-7xl object-cover object-center rounded-sm bg-gradient-loading select-none"
138+
/>
139+
<div></div>
140+
</div>
137141

138-
<div className="mt-20">
142+
<div className="flex flex-row gap-6 justify-center mt-6">
143+
<div></div>
139144
<video
140-
autoPlay muted loop controls playsInline
141-
poster="https://assets.kinetixai.cn/FoldAnything/full.png"
142-
className="w-full aspect-video rounded-sm"
143-
>
144-
<source src="https://assets.kinetixai.cn/FoldAnything/opening_Dec23_demo_v7.mp4" type="video/mp4" />
145+
autoPlay muted loop controls playsInline
146+
poster="https://assets.kinetixai.cn/FoldAnything/full.png"
147+
className="w-full aspect-video rounded-sm max-w-7xl"
148+
>
149+
<source src="https://assets.kinetixai.cn/FoldAnything/opening_Dec23_demo_v7.mp4" type="video/mp4" />
145150
</video>
151+
<div></div>
146152
</div>
147153

148154

149-
150155
<div className="w-full flex flex-col items-center my-20 px-6" id="introduction" >
151156
<div className="w-full flex flex-col items-center">
152157
<div className="w-full max-w-4xl flex flex-col relative p-10 gap-6">

0 commit comments

Comments
 (0)