some cool changes
This commit is contained in:
@@ -4,4 +4,5 @@
|
||||
|
||||
:root {
|
||||
--background: #0F0A1F;
|
||||
--primary: #FFA826;
|
||||
}
|
||||
@@ -1,6 +1,8 @@
|
||||
import { ExpirationDate } from "@/components/expiration-date";
|
||||
import { NolaGlitchClientOnly } from "@/components/nola-glitch";
|
||||
import { Sosmed } from "@/components/sosmed";
|
||||
import Image from "next/image";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@@ -17,10 +19,12 @@ export default function Home() {
|
||||
alt="Spining ENA <3"
|
||||
src="https://media.tenor.com/1BCeG1aTiBAAAAAd/temptation-stairway-ena.gif"
|
||||
width={200}
|
||||
height={200}
|
||||
height={200}
|
||||
unoptimized
|
||||
/>
|
||||
</noscript>
|
||||
<NolaGlitchClientOnly />
|
||||
<Sosmed />
|
||||
<article className="space-y-6 leading-relaxed">
|
||||
<p>What? what are you expecting specifically on this base page?</p>
|
||||
<p>
|
||||
@@ -29,7 +33,7 @@ export default function Home() {
|
||||
<p>This domain will active until <ExpirationDate /></p>
|
||||
</article>
|
||||
<section className="my-8">
|
||||
<p>⚡ Powered with <a href="https://www.cloudflare.com/" target="_blank" className="text-[#F48120] underline">Cloudflare</a> ☁️</p>
|
||||
<p>⚡ Powered with <Link href="https://www.cloudflare.com/" target="_blank" className="text-[#F48120] underline">Cloudflare</Link> ☁️</p>
|
||||
</section>
|
||||
<footer className="mt-20 text-center">
|
||||
<p>© <span className="text-sm">2024-2025 Nomi Nonsense</span></p>
|
||||
|
||||
Reference in New Issue
Block a user