resolving conflicts

This commit is contained in:
gom-by
2025-01-14 13:54:03 +01:00
77 changed files with 2626 additions and 464 deletions

View File

@@ -0,0 +1,16 @@
"use server"
export default async function About() {
return (
<div>
<div>
About us
will :
+explain what we
+pricing
+plannign for what will come next
</div>
</div>
)
}