Introduce team section with lawyers data; create reusable LawyerCard, LawyerProfile, LawyerModal, and Divider components; refactor Über Uns page layout and content.

This commit is contained in:
2025-06-23 00:52:18 +09:00
parent 9052cab43d
commit 83774715a0
6 changed files with 298 additions and 43 deletions

View File

@@ -0,0 +1,3 @@
export default function Divider() {
return <div className="w-full h-px bg-gray-200 my-16"/>;
}