testing addition

This commit is contained in:
2026-07-02 19:48:13 +02:00
parent f3bdf16fa9
commit 207672c7dd
+7 -1
View File
@@ -5,7 +5,13 @@ export default function About() {
About
</h1>
<div className="flex justify-center mb-6">
<p className="text-ctp-text"></p>
<p className="text-ctp-text">
Here is some interesting text to start a new commit to new
branch.
</p>
<p className="text-ctp-text">
jjing.
</p>
</div>
</>
);