Skip to content

Commit 208c0b2

Browse files
committed
chore: update status
1 parent 311e563 commit 208c0b2

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/pages/_app.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ export default function App({ Component, pageProps }: AppProps) {
2424
content="#000000"
2525
media="(prefers-color-scheme: dark)"
2626
/>
27-
<meta name="keywords" content="Kairo, ProgramZmh, LightXi" />
27+
<meta name="keywords" content="Kairo, ProgramZmh, LightXi, CoAI.Dev" />
2828
<meta
2929
name="description"
30-
content="Kairo (ProgramZmh) | Full Stack Developer & Entrepreneur | Founder of CoAI.Dev & Co-Founder of LightXi Inc | Passionate about innovation, creation, and turning ideas into reality"
30+
content="Kairo (ProgramZmh) | Full Stack Developer & Entrepreneur | Founder of CoAI.Dev (Acquired) | Passionate about innovation, creation, and turning ideas into reality"
3131
/>
3232
</Head>
3333
<Component {...pageProps} />

src/pages/index.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ export default function Home() {
6969
<div className="flex items-center gap-2 w-fit mx-auto sm:mx-0">
7070
<RiQuoteText className="w-3 h-3 text-foreground/60 flex-shrink-0" />
7171
<Typing
72-
content="I've mastered nothing, yet code rhythm echoes for a lifetime."
72+
content="Relentless curiosity fuels all progress."
7373
className="text-sm text-foreground/80"
74-
typingSpeed={50}
74+
typingSpeed={75}
7575
keyboardSeed={2}
7676
keyboardStay={2}
7777
/>
@@ -119,11 +119,11 @@ export default function Home() {
119119
step of this programming adventure.
120120
</p>
121121
<p>
122-
Currently at LightXi Inc., I'm part of a great team working
123-
on LLM Infra solutions. I'm grateful for the opportunity to
124-
learn and tackle interesting challenges together. There's
125-
always something new to discover, and I'm excited to keep
126-
learning and improving.
122+
Today, I'm a full-stack dev & startup founder passionate
123+
about building innovative solutions. I founded CoAI.Dev
124+
(formerly Chat Nio), which was successfully acquired in
125+
2024. I believe in creating impactful technology while
126+
maintaining elegant simplicity.
127127
</p>
128128
</div>
129129
</section>
@@ -149,18 +149,18 @@ export default function Home() {
149149
<div className="space-y-2.5">
150150
<div className="paper-card h-[200px] select-none flex items-center justify-center overflow-hidden">
151151
<TechStackCircles
152-
innerIcons={["go", "rust", "ts", "k8s"]}
152+
innerIcons={["go", "rust", "ts", "cpp"]}
153153
outerIcons={[
154154
"python",
155155
"lua",
156156
"php",
157157
"react",
158158
"next",
159159
"vue",
160-
"nuxt",
160+
"c",
161161
"pytorch",
162162
"tensorflow",
163-
"cpp",
163+
"k8s",
164164
"java",
165165
]}
166166
innerRadius={60}

0 commit comments

Comments
 (0)