CHORE(ui): modify About Us page

- Update page content
- Refresh UI design
This commit is contained in:
2025-11-24 15:46:25 +09:00
parent b7c70879ee
commit 680e443e9d

View File

@@ -1,3 +1,3 @@
export default function AboutUs(){ export default function AboutUs(){
return <div>Practice app for K8s</div> return <div>Practice app for K8s/argoCD</div>
} }