diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b3c63b..ab5e0c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -import { ExpirationDate } from "@/components/expiration-date"; +import { LandingImage } from "@/components/landing-image"; import { NolaGlitchClientOnly } from "@/components/nola-glitch"; import { Sosmed } from "@/components/sosmed"; import Image from "next/image"; @@ -8,20 +8,13 @@ export default function Home() { return (
-
+

Nomi Nonsense Workspace

@@ -35,12 +28,18 @@ export default function Home() { I'm Nomi Nonsense (Nomi Nonsz or Nonszy whatever, some ppl know my real name). I write code and make sure the server doesn't catch on fire 🔥 lol.

- I love building sick web apps with modern stacks (and trash) and also getting my hands dirty setting up servers, reverse proxies, and deployment flows. Into stuff like self-hosting, automating deployments, and integrating AI/LLM into web projects. + I build sick web apps with modern stacks (and trash). But mad love getting my hands dirty messing up with servers. + Into stuff like self-hosting, automating deployments, and integrating AI/LLM into web projects. I treat my server like family.

Big fan of open-source stuff, CLI life, Arch 💅. - I only into the indie game, either playing underrated gems or cooking up cursed mods just for fun. + I only play indie games, and cooking up cursed mods just for fun.

+ {new Date(Date.now()) < new Date("2026-02-16") && ( +

+ Pls add my Steam, I am so lonely 💔. +

+ )} {/*

Vision

Become a versatile developer who brings together web technology, AI, and game development to create innovative, meaningful, and impactful digital experiences. I aspire to blend creativity and technical mastery to shape products that empower others and reflect my passion for independent, modern technology.

Mission

@@ -54,6 +53,7 @@ export default function Home() { Pat coral ( + Coral <3 +) \ No newline at end of file diff --git a/src/components/nola-glitch.tsx b/src/components/nola-glitch.tsx index 5b52489..1f9f43d 100644 --- a/src/components/nola-glitch.tsx +++ b/src/components/nola-glitch.tsx @@ -1,7 +1,7 @@ 'use client' import { useEffect, useRef, useState } from "react"; -import Image from "next/image"; +import { LandingImage } from "./landing-image"; export const NolaGlitch = () => { const ascii = useRef(null); @@ -95,7 +95,7 @@ export const NolaGlitch = () => { export const NolaGlitchClientOnly = () => { const [willTheyLucky, setLucky] = useState(false); - const probability = 8; + const probability = 18; useEffect(() => { const rand = Math.floor(Math.random() * probability) @@ -103,16 +103,7 @@ export const NolaGlitchClientOnly = () => { }, []); if (!willTheyLucky) { - return ( - Spining ENA <3 - ) + return } return