feat: implement business detail client view with interactive features including rating, favoriting, messaging, and analytics tracking

This commit is contained in:
2026-05-09 21:12:01 +02:00
parent 6a42c52b58
commit 6acd5ebe2e
14 changed files with 516 additions and 40 deletions

View File

@@ -27,9 +27,10 @@ body {
.prose {
text-align: justify;
hyphens: auto;
hyphens: none;
word-break: normal;
overflow-wrap: break-word;
overflow-wrap: normal;
overflow-x: auto;
}
.prose p {